Loading Tool

Explorer IconExplorer

Memory Pool

82,242 transactions
30.33 vMB
0.08208699 BTC
Random Selection Loading Transactions
Max Size: 185.95/200 MB

Candidate Block

Mining Attempt e57f79b02be395bc71ca4fb41f45077c576736a1a05b75910dd71f9a6043c903
Version 20000000
Previous Block 000000000000000000013457b3bde0e62d4769405a2f173111440bef4841749f
Merkle Root 243fdf9b86a1b902c9e68446055561a61359d0cbb0355447b6364fa5e26df398
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,851
Size: 1.00 vMB
Total Fees: 0.01450755 BTC
Feerates: 60.16 > 1.45 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,325 (398,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
516,408 516,408 0000000000000000000a64a0d9f40a83dfafd45a207ef2216f8f3c5ebd36d173 2,285 0.87/1.00 vMB 25
516,407 516,407 00000000000000000008348d107a5f68192f3f741261fda584dd629c495a2206 993 0.44/1.00 vMB 30
516,406 516,406 000000000000000000040908866835172da442053e19d26a12598f0669408cc6 1,496 0.77/1.00 vMB 27
516,405 516,405 00000000000000000036554e3f22b59f68c3da7f9d2ee7a4322e1f59a9c109f9 731 0.27/1.00 vMB 27
516,404 516,404 00000000000000000029f26820f3d2c4dcd7812c9b0c2f0ba9bbfc2b8e6dbb3e 273 0.12/1.00 vMB 31
516,403 516,403 000000000000000000414420780c384fcc3347acaacf1a506ec40f1f98b7069b 1,412 0.60/1.00 vMB 35
516,402 516,402 0000000000000000001b4836d61a25fe91d9d6d9eee6b2bee495aae5a27a5d81 346 0.26/1.00 vMB 13
516,401 516,401 0000000000000000004eea8d953875f5f870809c425204ede7cf72b04f9559d0 109 0.06/1.00 vMB 38
516,400 516,400 0000000000000000000c94bcb26bcc9a736bc26b55835fe56a29bc3b0c9f130c 1,936 1.00/1.00 vMB 30
516,399 516,399 00000000000000000018ff59eb9478527cf225407ca236c356ad632ab82f56db 2,246 0.87/1.00 vMB 11
516,398 516,398 00000000000000000027c04860f0d920e1c028995325b30d2c851e8a773a4635 2,290 1.00/1.00 vMB 28
516,397 516,397 0000000000000000004a565d7df3bcc68c7bdeccb44f16fe4e98b597efd25cb6 2,409 1.00/1.00 vMB 54
516,396 516,396 0000000000000000001eae246401fa9543430c48b0c155c7f88858766e1f7cdf 31 0.01/1.00 vMB 33
516,395 516,395 00000000000000000041e29f2cc8a69d58f5a697911aa00cac2f85e804dddbcc 716 0.33/1.00 vMB 21
516,394 516,394 0000000000000000002b4afdbbca4e31b67afb7f9e7d4e7b102a30a0ce41f494 158 0.08/1.00 vMB 53
516,393 516,393 0000000000000000004795469c77ef20c81add6c6d9313b7f5ef382b65958633 1,587 0.78/1.00 vMB 26
516,392 516,392 000000000000000000371e324480e59ac765ddd934ec1ecd8f2f6d5bb33447ff 413 0.19/1.00 vMB 43
516,391 516,391 000000000000000000201ab2eceb3a3b5ec196e1eefea97b483a2e52fbcd8563 718 0.24/1.00 vMB 38
516,390 516,390 00000000000000000027f4c6c311e79cc4fbcfd70c62d8c23629accfa7a99d97 377 0.16/1.00 vMB 27
516,389 516,389 00000000000000000003bf12913a5097a29f206669974b13a8d3102bc42f09d3 1,894 0.68/1.00 vMB 26
516,388 516,388 0000000000000000000c43137d43b3b5ceca507fe718fc697635ae6e89f4f9e2 1,272 0.73/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.96 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.26 GB
    • Received: 17.69 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.