Loading Tool

Explorer IconExplorer

Memory Pool

49,665 transactions
29.98 vMB
0.09522557 BTC
Random Selection Loading Transactions
Max Size: 160.50/200 MB

Candidate Block

Mining Attempt e42e31b5e8a0b86ad868dfb75d4e36c130df519711a98819923f7fb445af71f9
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 598b584ffc765c441ec8c7296deb2df9dbcc7f6bb2eafafcf53df693a9e8ceee
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,670
Size: 1.00 vMB
Total Fees: 0.02809849 BTC
Feerates: 73.20 > 2.82 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (857,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,912 56,912 00000000013cb6902425af0426ac3b2843d71d410b892b8f5a4327ee8b0bd8c0 1 0.00/1.00 vMB 0
56,911 56,911 00000000038e5a726ac40140dea6b37f01261af7d32dfb72abda1016d2e45272 1 0.00/1.00 vMB 0
56,910 56,910 00000000113eb2fc4e2b40edaf7523e79b9b09740b0704fe102e63def8537970 2 0.00/1.00 vMB 0
56,909 56,909 000000001040213a0bb00c5b7a66e1226cf241018860351b2e93ff8a652ea7d2 1 0.00/1.00 vMB 0
56,908 56,908 00000000151e2da9f1d3e55dede61eb7d3a9d0025002ae871549c3ad31ae15e2 1 0.00/1.00 vMB 0
56,907 56,907 000000000c4c3db366c93757e370b034a76d5c28e3645a8fd4b3de302bd56588 1 0.00/1.00 vMB 0
56,906 56,906 00000000095bbcc4dc85be2046411d938a75096d9d6821514595771369a5af68 1 0.00/1.00 vMB 0
56,905 56,905 000000000722d7e883593f230fbd00c57319c16aa5725f7beb4606efb056273f 1 0.00/1.00 vMB 0
56,904 56,904 0000000005ba667326c2378a874eeb9aedad304931ae43b80b46b5aa9488a478 1 0.00/1.00 vMB 0
56,903 56,903 0000000014e87dfa6d9432c66dd45dadf95797f5f1025d009b6ff5951931aa8b 1 0.00/1.00 vMB 0
56,902 56,902 00000000138d8c4ac616eaf6b0b19ba7169dcd603291caebda01e77e174d9cb6 1 0.00/1.00 vMB 0
56,901 56,901 00000000067ab4a7574edfa2a9f96ccad909daa97c9d44904f8cb4150c70b2f8 1 0.00/1.00 vMB 0
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
Previous 10 blocks ↓
Total Size: 782.06 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.09 GB
    • Received: 13.40 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.