Memory Pool Memory Pool Refreshing

67,453 transactions
32.31 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,329 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 1,568 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,328 (655,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
214,348 214,348 0000000000000153a5741d98f90695b1f049c7d2ac2f30cf46a1441e703e9947 0.00 MB 12 298
214,347 214,347 000000000000024a96c2b0750b1d0ff210ea746fe997b3ceb27f5b9942e42f72 0.06 MB 139 164
214,346 214,346 00000000000004210f321b56e3a6bb250ec822fd483230e8744d219bbb36d612 0.01 MB 14 130
214,345 214,345 00000000000001b11777f9b06e6007a909cde2d38dee2e7ce92d21b7ff0fab38 0.18 MB 239 61
214,344 214,344 00000000000002401ea22d6ffac5a47b0e76e7b322c6cb24c8d4ec7060778472 0.03 MB 88 173
214,343 214,343 00000000000002e8249a1ad5d2080d137684b540ff4f16390aebde7f3d3f4bee 0.04 MB 101 137
214,342 214,342 00000000000001808e9fea8a225ca9d4930fd87e841e80d19dfc7d6551034c65 0.00 MB 1 0
214,341 214,341 000000000000007f8c7f540283990deefe5a3ddb25ee9acdc4e37b7d5137ad0b 0.00 MB 9 33
214,340 214,340 00000000000003cf59e55f520db5bbfdc15e4906a52768af039e4d5ef58e628e 0.02 MB 41 118
214,339 214,339 00000000000000d2e161d581eb697848dbf0f2211791ab89de7774c1a35053f4 0.00 MB 14 0
214,338 214,338 000000000000004b8f1383be9295822e678ad11680242057f3d36c796573a2da 0.14 MB 311 135
214,337 214,337 000000000000011bd7a3ce530ed63eafc518d3c52453c75cd6907fd89c05cf2c 0.00 MB 12 161
214,336 214,336 00000000000001ebff4a300724efcae42b9e333a708948efacf806ec3a175da5 0.24 MB 678 213
214,335 214,335 000000000000042ba0a36dd9d613465746dbc84f48ede6ad546083d7bda4abab 0.06 MB 104 126
214,334 214,334 00000000000000a137f0d0542e6285ae6c0f53782bdbcf5081f8c540a052c844 0.01 MB 22 104
214,333 214,333 00000000000002c7e28a10a4fad854ab90c87308ccce3776927773fd43cdacaa 0.04 MB 63 132
214,332 214,332 0000000000000038ebc53c0214b746556a3825a64f36c497bd722c13ccb434c7 0.03 MB 47 128
214,331 214,331 000000000000020608a1aed6e99f3a8dd6d8504c42a739f6899888661482aa89 0.08 MB 155 139
214,330 214,330 00000000000003c9140253ed4ec7c7827c32c01632ae88a0ea38d2fa66ca5084 0.04 MB 75 127
214,329 214,329 0000000000000437b5f130ba622e234ad0b122250dbb7de0ae9a7c92520b66ba 0.01 MB 18 183
214,328 214,328 000000000000022a6aa11cb7bdc40b2b4fadc82301556a115b6580370b989995 0.05 MB 89 128
Previous 10 blocks ↓
Total Size: 700.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,229.20 GB sent, 210.91 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.