Loading Tool

Explorer IconExplorer

Memory Pool

67,354 transactions
25.73 vMB
0.05885875 BTC
Random Selection Loading Transactions
Max Size: 155.02/200 MB

Candidate Block

Mining Attempt d5ffbda1a34822d4c1cb7e7d105771f0d6c45c56a5ff3a2f828b93ac8f1885e2
Version 20000000
Previous Block 00000000000000000001aa9a1283aa889ea41c9cc87a0ebad4e6b488f74e2a00
Merkle Root 9e84a6bcdae432f0b1010344e4509e6da0c45ff12b78eaedf625d62bcddbe9d4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,074
Size: 1.00 vMB
Total Fees: 0.00449468 BTC
Feerates: 40.21 > 0.45 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,520 (697,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
218,064 218,064 0000000000000575b4ad52b8846df75ea3fa6f9cead22cc7d2dc17061a244fc4 588 0.20/1.00 vMB 305
218,063 218,063 00000000000003d748a61f69f3cc656a1ca9c902b960d2c8e3b271ee8dd28aec 533 0.24/1.00 vMB 200
218,062 218,062 00000000000000ca1a629d8391313cd240840d06fc2ac6a26b9852b5c5f70bfe 309 0.24/1.00 vMB 146
218,061 218,061 000000000000048aa085b0b184447cda30ef327235a43493da00eaf080804cb1 318 0.23/1.00 vMB 118
218,060 218,060 00000000000000e8bc3daff09234def0a0af7d4533fc1bf9ee901b7d5f709654 123 0.05/1.00 vMB 154
218,059 218,059 0000000000000018ef4d781982a3dfda29d129d80ffbbece89666ae66f5e4f53 44 0.03/1.00 vMB 187
218,058 218,058 0000000000000321e58d25d649340d6f30c669d0ab9d17c9a5d302641c2be9b5 179 0.08/1.00 vMB 176
218,057 218,057 00000000000002a4f19e81070c0e0a7c96bb7bb5f5ea5f2ee7b8ac9c3821a7fe 173 0.08/1.00 vMB 216
218,056 218,056 00000000000000bf779db6de46715d3960fe02af9c4ebd160a398387c7c86142 227 0.18/1.00 vMB 116
218,055 218,055 0000000000000531c7afe5a9dac57c54733991ee8df4b845d7e67a09cfa54a11 297 0.25/1.00 vMB 576
218,054 218,054 00000000000004752b1414b38f9cc65d83f358e1791784e265c192b03cc7e14d 519 0.25/1.00 vMB 164
218,053 218,053 00000000000002ea9e09a055ed34881f39e93e0c202f9211420eee7d6f9816e5 734 0.25/1.00 vMB 202
218,052 218,052 000000000000002026f524529ff19f98c013739dad661efeda25ff2fd95dd0ae 625 0.20/1.00 vMB 246
218,051 218,051 000000000000038cacf6994317d1dae17e397f60220053f3820572187d41178a 427 0.27/1.00 vMB 132
218,050 218,050 00000000000005374deccee8229a55d8a96c508308e42ae7dc363b64d9900cb9 848 0.25/1.00 vMB 223
218,049 218,049 00000000000001453e132a4c7d0a1dd02f1e20d837976d6198af741b326325c1 775 0.25/1.00 vMB 207
218,048 218,048 000000000000034ecdd4931fcbf07bbd609a80aaea54e21a2d8fd1364864ce31 647 0.48/1.00 vMB 23
218,047 218,047 00000000000002b68baf9c6bbf6898793d3d9a11e4470513cb244b07031505e7 512 0.15/1.00 vMB 261
218,046 218,046 00000000000002a3e2ea983eada2f0c3dcc95e62865696f29ea0ad7ff2a26b85 507 0.27/1.00 vMB 181
218,045 218,045 00000000000001bf56ee8400acdbfafc8a0ab119de973ee8c24f57a8631ddcf1 641 0.26/1.00 vMB 208
218,044 218,044 00000000000004f0f2f1bdc6ad96a63aae486a51826227e6dc50544492174a8e 236 0.11/1.00 vMB 237
Previous 10 blocks ↓
Total Size: 783.30 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 766.94 GB
    • Received: 19.32 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.