Loading Tool

Explorer IconExplorer

Memory Pool

82,571 transactions
31.15 vMB
0.08885110 BTC
Random Selection Loading Transactions
Max Size: 190.81/200 MB

Candidate Block

Mining Attempt ea88633a299a16b6226c6a40e28e34f9464bdf3b4871e8c014f9b42763b1e424
Version 20000000
Previous Block 00000000000000000000a85c36171777e63d64dce13efc9d5a9a92d01c1863c6
Merkle Root 0b1b115d6a42b9766917a59025ccbdd227c416b1e9786c3f9043b01605b3b0af
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,125
Size: 1.00 vMB
Total Fees: 0.01857004 BTC
Feerates: 50.62 > 1.86 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,222 (369,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,639 545,639 0000000000000000001479e1e602ca05f412146234056f9c3fe82a74a51cf8ce 2,845 1.00/1.00 vMB 15
545,638 545,638 00000000000000000023c71bdcee67890bc1e7db6365fbd56ba6160235ee97a0 3,159 1.00/1.00 vMB 23
545,637 545,637 0000000000000000001bed8d8ea1f29dbcd77d90ec3ef721ff37b26743b05a97 2,948 1.00/1.00 vMB 14
545,636 545,636 00000000000000000024725cde34f0f283df167b148d5a1f101e99d053ea77ba 412 0.17/1.00 vMB 13
545,635 545,635 0000000000000000000091e03387e626d1f5a015d186eee8ca63175d7f626661 2,303 0.97/1.00 vMB 14
545,634 545,634 000000000000000000241e5ee9e6ba8f5b138d048d4bc7cc5d60622c5d1308ec 1,998 0.93/1.00 vMB 10
545,633 545,633 0000000000000000000837e3e0a8c185b7f7e7b608f6e36f5bde5b8c4aed98d4 1,594 0.78/1.00 vMB 13
545,632 545,632 000000000000000000258083f31a2e4c00476a78e340c8797e0d1d27a6a19d2a 412 0.99/1.00 vMB 2
545,631 545,631 000000000000000000129b9afa4c0293328590535811c76ae0c6dc16c74400b6 2,423 1.00/1.00 vMB 6
545,630 545,630 0000000000000000000300e70d8f0da7b5ac6b71e8ddf18a565d598bb883dec7 959 0.35/1.00 vMB 14
545,629 545,629 00000000000000000006c35164a9387f3de43d853241842b38cc98d0eb2aad4b 2,787 1.00/1.00 vMB 22
545,628 545,628 0000000000000000001237fb178373db1da7cc5b20d89cb010a8b2f8338ca62d 756 0.99/1.00 vMB 2
545,627 545,627 00000000000000000005fe73e7e78eb097e0ad1c274b9436a6a3c0277db00734 1,076 1.00/1.00 vMB 7
545,626 545,626 000000000000000000075ce6c91931eb7a0d725164ca27c358a1205a4a6117f1 1,808 1.00/1.00 vMB 10
545,625 545,625 00000000000000000004d196a51a9fa837b9472c0e14bbd75aadd930e2239d7e 2,780 1.00/1.00 vMB 17
545,624 545,624 00000000000000000008356f2b3cd35127aa6e0effd10ac0507584b085492d00 2,753 1.00/1.00 vMB 3
545,623 545,623 000000000000000000186ba4b30429d503218161abe89f1e5c09ecb104826d85 2,922 1.00/1.00 vMB 17
545,622 545,622 0000000000000000001cbab70cd583dfbe6772fcdace799bdb6149c018731867 1 0.00/1.00 vMB 0
545,621 545,621 00000000000000000020ec8a088bf457b92aa08f604143616ed651ee8e0c9609 3,101 1.00/1.00 vMB 11
545,620 545,620 00000000000000000014f94caf3a74b56a8459a7c523ba29c39c611b09a9da19 1,210 0.50/1.00 vMB 58
545,619 545,619 0000000000000000001acf42ab31be5ee7f0eae317e7af3b0d9e263d56621fa2 2,675 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.77 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 709.37 GB
    • Received: 16.89 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.