Loading Tool

Explorer IconExplorer

Memory Pool

51,709 transactions
31.04 vMB
0.16532132 BTC
Random Selection Loading Transactions
Max Size: 166.44/200 MB

Candidate Block

Mining Attempt 31ba4f7d7852edfc77760b1dd1ba03589ea92ba19f5a0fd37d55adac13043600
Version 20000000
Previous Block 0000000000000000000150ac5d85e9507ede5886efaa3253ea821573fd5eeda5
Merkle Root c9a15137e93ebc54f1804641967edecc893ffee80bf72ad009c9bf600f2b2a37
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,215
Size: 1.00 vMB
Total Fees: 0.08736105 BTC
Feerates: 477.45 > 8.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,824 (857,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,900 56,900 0000000002d32e8f98fef5e9a710c23a8dd42dba8cc764a5c22f3adf59b151a9 1 0.00/1.00 vMB 0
56,899 56,899 000000000463f9f007c7776e0471646b4d13e7ca756336bbfebff9c396dae79e 1 0.00/1.00 vMB 0
56,898 56,898 00000000121e47a00250f274bab9cc80f4ffb62172b4393554e97e4e4151f8a9 1 0.00/1.00 vMB 0
56,897 56,897 000000001235009ad4ea76ba0c4340ef05c2a36030ab20fd3a034c66d04f0134 1 0.00/1.00 vMB 0
56,896 56,896 000000000ba52e7bb291599f5e9a91d889554f7ea562090e52a2d447bc47cf66 2 0.00/1.00 vMB 0
56,895 56,895 000000000ff1b32de34ece7e564ae1bebec64149b60e426ed881b86929783767 2 0.00/1.00 vMB 0
56,894 56,894 00000000061686446bcb1fc13a6372a3eccab6b0e4621a3cd11d4347a2bc5b98 1 0.00/1.00 vMB 0
56,893 56,893 00000000155bd3693ef9dad9068a0d348e8348a4c1d9a257fd9a6bd8e66454ff 2 0.00/1.00 vMB 0
56,892 56,892 000000000c2bfdcaa50ecd04579c959e0491cfc3460abac8791302b4e0b24c32 1 0.00/1.00 vMB 0
56,891 56,891 000000000c1ce641ad40389efdc89434d7c54d9c1de473a01b15e5682ddc93a8 1 0.00/1.00 vMB 0
56,890 56,890 00000000095e144cda136fb36790353f0539552d58fb5243f96e42c07525c831 1 0.00/1.00 vMB 0
56,889 56,889 0000000006db559642af1616d83e123779b05a58cff3c4c451d88e2f898a15b7 4 0.00/1.00 vMB 0
56,888 56,888 00000000112e42246c776ea56fb701eb20fe178c8c3d0840f404d27a1dfe10ec 5 0.01/1.00 vMB 0
56,887 56,887 0000000013b1dab366808f5fd0946f790b7f02c6723c1bebd93cc4e5ef8ac700 1 0.00/1.00 vMB 0
56,886 56,886 000000000c9afa9faaa1c33beaafe5043310f9410d9b94be233cd44ccbb6f1f9 1 0.00/1.00 vMB 0
56,885 56,885 00000000042e9a69274a8afd463cb423f80ba777f9ff89591502adcf3c51e054 1 0.00/1.00 vMB 0
56,884 56,884 0000000013059b0f11702995a26ca6b68f4a28d44f8587df9be92dbb97ced209 1 0.00/1.00 vMB 0
56,883 56,883 0000000009bcbbe030d89bf40c6117ae41cf114d6e41bff62eb27c5a08de0a40 3 0.00/1.00 vMB 0
56,882 56,882 00000000094d1897c441836da2ff638a56e43f916ae7cf07915d89158f8204c8 5 0.00/1.00 vMB 0
56,881 56,881 00000000153327e007260e0c5048940768a6c4cf9b7dc936b4577b4d76c2a8c1 1 0.00/1.00 vMB 0
56,880 56,880 0000000012315ce0adb9987ff5f5de8584c5d15eab31db8e33766232f9ebdc76 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.08 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: 651.31 GB
    • Received: 13.54 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.