Loading Tool

Explorer IconExplorer

Memory Pool

6,927 transactions
3.13 vMB
0.00949059 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 17.58/200 MB

Candidate Block

Mining Attempt adb8cfa538c7ab317512403b25f4b8ac065681463b944d157a7090eef0960c95
Version 20000000
Previous Block 000000000000000000004add86aaefc0da3ca3a002afd28e31edfdf90893d962
Merkle Root 900011e9597edaed2dba3f1cb7eea71c17af6bbc0365ca34c11d37fa0c82b09b
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,470
Size: 1.00 vMB
Total Fees: 0.00683608 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,491 (572,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
340,907 340,907 00000000000000001297bf3060f4f23eff29de9fcec6905911ea84bec3f4d92f 1,247 0.45 vMB 41
340,906 340,906 00000000000000000538222307a11af5c72cc13467ef2f426a6ed4f8fef7a3d5 512 0.14 vMB 45
340,905 340,905 00000000000000000298e89c6959283e469a795b324636c6488a834fe6591209 50 0.02 vMB 23
340,904 340,904 000000000000000000a7031e614b78a56c634f077e447540e625a9268f0de405 199 0.08 vMB 28
340,903 340,903 000000000000000000a045c35de1ba6205b21677f639b448373e0c32e87d6d78 675 0.34 vMB 25
340,902 340,902 0000000000000000100c1e3710e35d507e7fd486be78df24fc52c15909347d42 269 0.12 vMB 25
340,901 340,901 00000000000000000594c312f3d73bf50b7580b772e0eccf202fbcead67b01f9 42 0.02 vMB 31
340,900 340,900 000000000000000000fda17295b0efe96dc7b71ec7983fdc8de4edfcc3f0da3a 204 0.10 vMB 27
340,899 340,899 0000000000000000187e19a7f728a43b4f715e4539d40ece855127fa48a3c1e2 494 0.24 vMB 25
340,898 340,898 0000000000000000105c3d7aa3ba22be3c1aba5a68c4acdc36e0dac694ef45e8 173 0.10 vMB 15
340,897 340,897 00000000000000000037d2ae5cae643afd3c52985ff2f749b0c3796323d3f8ae 250 0.11 vMB 22
340,896 340,896 00000000000000001438bd2a625d8948b09f4430d81845ff7ee9f080467c89b6 974 0.43 vMB 28
340,895 340,895 000000000000000001118aedde2ba5e440cee340a699169020ac59da7476170e 465 0.29 vMB 16
340,894 340,894 0000000000000000167d2ef3eec671c9f17941395ca84a4da4024d98ff66d034 482 0.26 vMB 23
340,893 340,893 00000000000000000b23772a9c6cefd576b12ee43dd034abd9b4dc7d2ab27db5 292 0.14 vMB 27
340,892 340,892 000000000000000011d8b8391db06442f1e7c1178737e30edf9565c4c7da70b3 674 0.35 vMB 25
340,891 340,891 000000000000000011400da908d9fbc337ba5c09749c9a27ab186b3670bf18fb 576 0.28 vMB 26
340,890 340,890 000000000000000001a7d761f83fa5217873172041bb71224858cd34ad926b51 288 0.14 vMB 27
340,889 340,889 000000000000000005bc52a750b2fd66c1d461f0eaa78bef858cda5595692d76 471 0.40 vMB 15
340,888 340,888 0000000000000000180b57d2858e89c8af717c34c24f13ba73aedacb72962d51 2,033 0.75 vMB 35
340,887 340,887 00000000000000000f94a4ca3fef8ff9b8b6c68c8cb003b1edb0967e0b175189 1,538 0.75 vMB 27
Previous 10 blocks ↓
Total Size: 779.72 GB

Node Details:

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