Loading Tool

Explorer IconExplorer

Memory Pool

44,334 transactions
26.98 vMB
0.05885705 BTC
Random Selection Loading Transactions
Max Size: 142.88/200 MB

Candidate Block

Mining Attempt 806826b669a8b42516c5e544660ac9ad91817ab3684d258567e61e1b0989b3bc
Version 20000000
Previous Block 00000000000000000001e207b85481c514ee58b8f5cc662a27ea9fe543726df7
Merkle Root bc223b3418170df469c014d0e552ee9a9301d17ecd0a9b4d450afa88c63d04ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,395
Size: 1.00 vMB
Total Fees: 0.00830813 BTC
Feerates: 100.52 > 0.83 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,798 (485,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,140 429,140 000000000000000001be223a24d10514ad8e3b6692b9e11727c37bccf5ae09b3 1,948 1.00/1.00 vMB 39
429,139 429,139 000000000000000000ddcd4681d05f15ea15c82b5a10d34bb4063b6072276a3b 2,234 1.00/1.00 vMB 74
429,138 429,138 00000000000000000293bc817859f7fc8c8630381307fc1ec54ec1d61ad95a1b 613 0.23/1.00 vMB 68
429,137 429,137 00000000000000000235c3a87975733ab615da022044dfd702873a12c355f5f6 1,431 1.00/1.00 vMB 32
429,136 429,136 000000000000000000ccc5ab3ed5367d51747ef2deb284617aaed2d196fbbed1 2,617 1.00/1.00 vMB 66
429,135 429,135 000000000000000000646421757bbcaf6cf20d1ce65c2408f4ce4e29fe1deaed 2,787 1.00/1.00 vMB 67
429,134 429,134 000000000000000000c1673959b9dd4940171793950d17f5a68d16d31ed0074e 2,941 1.00/1.00 vMB 82
429,133 429,133 000000000000000004535dc411f73b749628ac7600a471249171ce13344a4a50 725 0.98/1.00 vMB 23
429,132 429,132 00000000000000000035a428eabb5fce87b29e8526022867a36782e673bf88d0 1,703 1.00/1.00 vMB 49
429,131 429,131 00000000000000000322e01e09fbb483920df237fe112c32920af0306db56005 1,433 0.63/1.00 vMB 62
429,130 429,130 000000000000000003b78a93a0b3f83c501fb49a4c24b067003b7911ab10bbf0 1,393 1.00/1.00 vMB 30
429,129 429,129 000000000000000000c4ccd3315b404a4af3bf6a8704ac42f29bd94bcf9cd83f 2,253 1.00/1.00 vMB 53
429,128 429,128 00000000000000000031588b50935188976eb8c3a7ec4eed601af10d0bf55c82 2,155 1.00/1.00 vMB 58
429,127 429,127 000000000000000001c58069c1bee6e2b853bcadc76dd50b49c0ea7d82499906 1,568 0.75/1.00 vMB 49
429,126 429,126 0000000000000000009f18c75c6a86f3827c828e0b3e593289a7aa43d0292739 2,723 1.00/1.00 vMB 74
429,125 429,125 000000000000000003883a4eaa6f7f4ddd2735c41ad9ffc027bbb8bb40a8f2bd 1,653 1.00/1.00 vMB 56
429,124 429,124 0000000000000000032b01894be6c0e5d1e004fcf78aab8ba975cfa700e4f2ef 1,769 1.00/1.00 vMB 86
429,123 429,123 000000000000000003eace9b5a2363b2b7adf1c3b66aa0b8c86a674a2af87098 1,894 1.00/1.00 vMB 46
429,122 429,122 00000000000000000274f4d1020d077753c6f01b38e293fdb6a256b429a3c430 2,392 1.00/1.00 vMB 67
429,121 429,121 0000000000000000036e9d3c04c1640dfce7a4e95dc6035916f7becd3164a67d 2,854 1.00/1.00 vMB 78
429,120 429,120 000000000000000003fdac7011ad6ce9734da51735140189c2f428964f4d034b 1,221 0.61/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.03 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: 650.21 GB
    • Received: 13.25 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.