Loading Tool

Explorer IconExplorer

Memory Pool

79,024 transactions
29.97 vMB
0.12197883 BTC
Random Selection Loading Transactions
Max Size: 180.02/200 MB

Candidate Block

Mining Attempt 5a913f1785ebb1d77e4114d415835df55442bd559eb926ffc09bda1f9b395f58
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 36bf0d8380e9b719f91e513157881e5f2f530e4cfa4b2fd70b7be549dcc9232b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,743
Size: 1.00 vMB
Total Fees: 0.03807370 BTC
Feerates: 673.02 > 3.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (400,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
514,684 514,684 00000000000000000023c3cd4ecfa57db7fc54ee830889fb7ae17e7293210c0b 379 0.66/1.00 vMB 7
514,683 514,683 00000000000000000035bcdec93089dc8cde37b127bf327aca27c6abb428ff4a 1,923 0.99/1.00 vMB 17
514,682 514,682 0000000000000000001aaebd0bc3aac4e00f8937b233b35b5a3af458fcf244da 2,401 1.00/1.00 vMB 51
514,681 514,681 0000000000000000001820d95eeb06f10d84178346ed6464fb02013c528d807a 1,630 0.66/1.00 vMB 26
514,680 514,680 00000000000000000006b54d692fb9307a5036820c4acf7d0ad43e72e682d975 2,193 1.00/1.00 vMB 17
514,679 514,679 00000000000000000021ceb6925463ea9dfb05c6c66c39ce552c5624e970edaa 929 0.48/1.00 vMB 34
514,678 514,678 0000000000000000002e38c3a5aae2dd7fc05a21ab04c10865dd64025c72ec5d 2,486 1.00/1.00 vMB 16
514,677 514,677 0000000000000000000c809023e862b5c932449cd75eb8dba3ec7d85aec9a8c1 2,225 1.00/1.00 vMB 14
514,676 514,676 0000000000000000001453e5252a21d6d4dd6b76f9a84a661c481318a54cf46e 1,386 1.00/1.00 vMB 40
514,675 514,675 00000000000000000005d7dc8d7ea82073b9d6c1d5b2d7fd1862a00c197895a6 1,581 1.00/1.00 vMB 48
514,674 514,674 000000000000000000432eba86ff555f04de2d25260b8ac3f70df96f05d49c2f 715 1.00/1.00 vMB 42
514,673 514,673 0000000000000000002d6b6c54dd9af8ebb069fe98924e7b4acb5b6d45ebff56 784 1.00/1.00 vMB 77
514,672 514,672 00000000000000000046a1c3d0ec754f71d1e8dda8635a29d50c4f7d54fb430e 800 0.64/1.00 vMB 5
514,671 514,671 0000000000000000002465933db5931ffe7d306c566aa03bf5f8c35a95084336 2,171 1.00/1.00 vMB 31
514,670 514,670 000000000000000000386b13506a66e8a0f13dacf9a3bb3127210232d11511e0 2,571 1.00/1.00 vMB 48
514,669 514,669 00000000000000000041ff48591182016bca83fa558fe9f28faf9703626d4370 1,930 0.75/1.00 vMB 17
514,668 514,668 0000000000000000001428021a9703ab4284fdba15445ee36e111c7479652cb7 2,009 1.00/1.00 vMB 60
514,667 514,667 00000000000000000001c94abbe9d29194a7c3212192ee1caec2853a6abef39c 2,279 1.00/1.00 vMB 36
514,666 514,666 00000000000000000020ff363fa3b4f74a1812d8d57f28ce69bc7efe8fbf51b0 451 0.21/1.00 vMB 27
514,665 514,665 0000000000000000002b5a4791669f433a450ec8e5f2d62047312c4be6f85123 1,206 0.81/1.00 vMB 18
514,664 514,664 00000000000000000003733f7653360a590f55f162519be6429ec4a3efd8ba8a 1,577 0.62/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.