Loading Tool

Explorer IconExplorer

Memory Pool

43,331 transactions
27.98 vMB
0.07989068 BTC
Random Selection Loading Transactions
Max Size: 145.10/200 MB

Candidate Block

Mining Attempt 9c8b46bf2d655dc7458f63203c13cb95eea52c357f4f55728436dfe63f0be1bd
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 2f7fe2b02d2ed56565af2599a0790e59c27e63d047fb449ca7a0b01b0320c73d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,705
Size: 1.00 vMB
Total Fees: 0.02171385 BTC
Feerates: 160.85 > 2.18 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (456,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,400 458,400 0000000000000000015734aa698127bff4578a8e0d95ac9d595c27c4c0f4b81e 2,499 1.00/1.00 vMB 146
458,399 458,399 00000000000000000037c65fa198912f731785980db7b639979cfca5f58b582d 2,326 1.00/1.00 vMB 190
458,398 458,398 0000000000000000010e5183d24d64a5ee00c181daa37d6097cf09e32c74c1a4 2,137 1.00/1.00 vMB 156
458,397 458,397 0000000000000000021446064ada61e38b1b456669def76e073355748af971df 2,084 1.00/1.00 vMB 156
458,396 458,396 000000000000000000b13d05def905a149546158aae7bbd7de7d7a23f44b2ea5 2,367 1.00/1.00 vMB 217
458,395 458,395 0000000000000000002b3d085d247c670d2b6266f5e0f10f69f8603d17fdc080 2,092 1.00/1.00 vMB 192
458,394 458,394 000000000000000000d50cb826d742f08c68e9c2a644f2dde3f95153d7be3d7f 2,266 1.00/1.00 vMB 176
458,393 458,393 0000000000000000008c3f232b011ac5d1f3e29ef03583ba4993fca36e411186 2,389 1.00/1.00 vMB 186
458,392 458,392 000000000000000001ea49c5756a9655b4e30d0b1e969971a6a6a867275605ca 2,154 1.00/1.00 vMB 189
458,391 458,391 0000000000000000006b437ee5ea4e5e6a4359f17368bc04ed7eaa09a8c1eee3 2,143 1.00/1.00 vMB 225
458,390 458,390 00000000000000000066354d63be02ebc376d3b0201cb07c8a53b560fd55dfa6 2,237 1.00/1.00 vMB 215
458,389 458,389 000000000000000001d0694ef7ca786e77278bb4a34d90414d0144e7a1fc172b 2,199 1.00/1.00 vMB 221
458,388 458,388 00000000000000000213afb06d09204f35dfaca218371ae448e374618710fc80 1,873 1.00/1.00 vMB 182
458,387 458,387 00000000000000000208feb4ac48891077b417a9373459bbc59cec4320526350 1,465 1.00/1.00 vMB 111
458,386 458,386 00000000000000000224e2a23d0d27e971e50e27ae6f72dd057f9df759ffac5a 2,026 1.00/1.00 vMB 157
458,385 458,385 000000000000000001f08362616f926219f288b552da6095f5e38265ceaa2202 1,410 1.00/1.00 vMB 98
458,384 458,384 000000000000000000b18f48b2839395afd87c41294ba394a232e0c3f6794f1a 1,809 1.00/1.00 vMB 181
458,383 458,383 0000000000000000000f193d78734f96e95d50c7c0482ae10f5b22918207ebe0 2,290 1.00/1.00 vMB 220
458,382 458,382 0000000000000000021c4964d089230d38cd1d87ba21e2de5ed3c0e9590ebca4 2,144 1.00/1.00 vMB 210
458,381 458,381 000000000000000000ceeb959b2386c13438a30c5c971a9bad5be8d8eed61d9d 2,160 1.00/1.00 vMB 164
458,380 458,380 000000000000000000fb6ae8b57a139a9991e8d21c0ff326b09fb5b6cf829fc8 1,904 1.00/1.00 vMB 163
Previous 10 blocks ↓
Total Size: 781.79 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: 633.98 GB
    • Received: 12.23 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.