Loading Tool

Explorer IconExplorer

Memory Pool

76,596 transactions
27.66 vMB
0.07835697 BTC
Random Selection Loading Transactions
Max Size: 168.87/200 MB

Candidate Block

Mining Attempt 744162f551af8dd586b05d1da4b8afd61986992caf058e15efb66ad00d5f2d94
Version 20000000
Previous Block 00000000000000000000eceb14b69fb33c0936bc911ecf1423e24822a9fac46f
Merkle Root 3b3ee53f0af464cb82309073ee340fa30c726aebae9679bb00a99e9222c17221
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,765
Size: 1.00 vMB
Total Fees: 0.01931515 BTC
Feerates: 402.60 > 1.94 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,320 (501,988 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
413,332 413,332 000000000000000004d0755420e1582b41e957ce319460a033be655e5811cb50 1,635 1.00/1.00 vMB 36
413,331 413,331 000000000000000002211f69f0b05fd770bef7eb7ef1cf0c9275af02e6d8f32e 2,169 0.99/1.00 vMB 52
413,330 413,330 00000000000000000072c6bab171f879b40eb6abdf3a1ebbd1010c7994b49633 1,757 1.00/1.00 vMB 25
413,329 413,329 0000000000000000047b8caa5ea34502dfd44341501e6ae6459cd5f462046be6 2,156 1.00/1.00 vMB 49
413,328 413,328 0000000000000000033c527c7a638dc9108b48739cba43a0c929d39b6b26f52e 1,769 0.99/1.00 vMB 30
413,327 413,327 00000000000000000264a0fcad9fc76c0c974a402cd4ca87f692756c55e072fb 2,021 1.00/1.00 vMB 48
413,326 413,326 0000000000000000031e8710b94810183d0779efcf79b105df67c740174c2c17 2,554 1.00/1.00 vMB 48
413,325 413,325 000000000000000003e55e8c80f079255cafd42f9831bddee69b2f0cd3d1f594 2,376 1.00/1.00 vMB 47
413,324 413,324 000000000000000002e27ed2dd0a52e71ece3db25afc2682d60e246c57fc4c48 2,529 0.99/1.00 vMB 59
413,323 413,323 0000000000000000003aa507821a0c6d2ce607d6028046454e50d2225f27e230 83 0.02/1.00 vMB 80
413,322 413,322 00000000000000000357fbba1cfc89ce306ad8603d5d4eb93f0e0a5e4adb075d 3,106 0.99/1.00 vMB 56
413,321 413,321 000000000000000004d352c646d0cf3cf41f13aca2f54ea544338ee763a826f7 2,848 1.00/1.00 vMB 60
413,320 413,320 000000000000000002c1d83acb842b439e564854033925385f2bdf4e75873a78 2,534 1.00/1.00 vMB 89
413,319 413,319 000000000000000002b8b76b96cdbc7705699403bc566ecb86147a2f2fa2a942 1,728 0.93/1.00 vMB 25
413,318 413,318 0000000000000000047016f3917fa063fa6aeb901d257a182b10b79da84b6831 2,227 0.93/1.00 vMB 37
413,317 413,317 000000000000000001da907a719bb3697343b44b3afdee63bdb654c1679bf1fc 2,199 0.75/1.00 vMB 63
413,316 413,316 000000000000000002f6da164e2be84ae2317aa4c41cb298cba9e0480116111e 2,681 1.00/1.00 vMB 94
413,315 413,315 0000000000000000031691d4b8c6fe6f1cbe3f79c8c8c2c0966e8cb158438933 2,471 1.00/1.00 vMB 66
413,314 413,314 000000000000000000412b95073ca2d1da4c2d80fb88f0d25ef6585170d48919 2,199 1.00/1.00 vMB 59
413,313 413,313 0000000000000000056fceda1c1ab06ca5dce1dc7e15adfccb4a4cc1409cdc87 1,744 1.00/1.00 vMB 45
413,312 413,312 0000000000000000050a29c101ee31a80ab29370ee185091aa4a0d3173b10ffb 2,235 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.95 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: 715.01 GB
    • Received: 17.64 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.