Loading Tool

Explorer IconExplorer

Memory Pool

78,423 transactions
29.07 vMB
0.07574588 BTC
Random Selection Loading Transactions
Max Size: 176.15/200 MB

Candidate Block

Mining Attempt ea5261c73c56587ca23e7ec3e85a2819fbc1cb20cb3ab63fdcb3621889241847
Version 20000000
Previous Block 00000000000000000000cbf325f710fe3b651c530ae584a9791fa8f4174b473a
Merkle Root 8ecd94c9df119363647fda357273a25644050ec302b724fb8b439a65a1484761
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,205
Size: 1.00 vMB
Total Fees: 0.01504958 BTC
Feerates: 191.02 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,088 (228,407 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,681 686,681 0000000000000000000c9fee527e7561f4422752a2e5c73fb946ba0a8ad2b10e 2,177 1.00/1.00 vMB 19
686,680 686,680 0000000000000000000b0658c6c6292e099742eccf0149ec308cdf2f445b88b1 1,979 1.00/1.00 vMB 33
686,679 686,679 00000000000000000001f29abba1e3e523efa0733817c177354756f280f2f408 480 1.00/1.00 vMB 27
686,678 686,678 00000000000000000002e71a54d499358112a2ecd5f9e8c9e4327f941b688d5a 2,461 1.00/1.00 vMB 62
686,677 686,677 0000000000000000000a18b40b16e4c09d22a759e37d52b644c4f38e5eac6ac9 2,406 1.00/1.00 vMB 23
686,676 686,676 0000000000000000000351344e263c407789a35e1ebdfb80818370cbedbf9638 2,892 1.00/1.00 vMB 43
686,675 686,675 0000000000000000000cecb0450c4d7efdd7b4e767aa9a726cd76d9a5dabc5ff 3,127 1.00/1.00 vMB 73
686,674 686,674 0000000000000000000ca398e7e65942ab06ff615b362c18b06221e9e74d52f2 2,504 1.00/1.00 vMB 35
686,673 686,673 000000000000000000016cb278512c914f80405b54a72077cba536c7cdf84610 2,461 1.00/1.00 vMB 24
686,672 686,672 000000000000000000017cdcbe6acdd2333f649ee868de0e92a0baeb93e21a8f 2,256 1.00/1.00 vMB 12
686,671 686,671 000000000000000000076d6f4d6e8c755119d5af2fd501abf4311c9868b39013 2,717 1.00/1.00 vMB 48
686,670 686,670 0000000000000000000b83ed0858180dbd40aea2851a7e08a860896ca24e0c7c 2,454 1.00/1.00 vMB 9
686,669 686,669 0000000000000000000b59a16970eee674a51405acbd3e74475c58a01bc97936 2,590 1.00/1.00 vMB 44
686,668 686,668 00000000000000000004f24557af5fd30f08b39c16f5184a09b79f97de5614e5 2,138 1.00/1.00 vMB 24
686,667 686,667 0000000000000000000842f4af386f608e5cf59c0875087786b6688bad4b836d 2,320 1.00/1.00 vMB 15
686,666 686,666 00000000000000000009a7d63474701c1f3acf46f7213da29b97d700a75bde7e 1,586 1.00/1.00 vMB 22
686,665 686,665 0000000000000000000a3ecd53b1712fda44b00ba6aa3264082edebbcb23ffa7 1,164 1.00/1.00 vMB 39
686,664 686,664 0000000000000000000636ee4b938cb7676074bc0ddb1b3f298d588f7e7f1f14 2,079 1.00/1.00 vMB 34
686,663 686,663 00000000000000000008177ce51740ff0f22f6f5d21c2266f211a1f3679af93d 3,439 1.00/1.00 vMB 61
686,662 686,662 0000000000000000000ac459ea109b5f7ee30bbe85cde4eafe7b74edb5422e25 2,437 1.00/1.00 vMB 43
686,661 686,661 0000000000000000000466a7d7260e6cf58992dcdeb62634506138758db6afc9 1,583 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.55 GB

Node Details:

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