Loading Tool

Explorer IconExplorer

Memory Pool

81,513 transactions
31.64 vMB
0.10489355 BTC
Random Selection Loading Transactions
Max Size: 188.92/200 MB

Candidate Block

Mining Attempt db49a88c83c78b5c2cbf4fa006e45411af899091cfdf6f64e0aa3a156219f5ea
Version 20000000
Previous Block 00000000000000000001cf5b7d2a37dd298e1ce67799bbd6505a6dc760cb69ff
Merkle Root 7ae4954e613f3f903f9615007be1b1ac1f6c1b1a593bce01c15f2bdd38e89056
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 986
Size: 1.00 vMB
Total Fees: 0.02313650 BTC
Feerates: 711.74 > 2.32 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,377 (463,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
451,472 451,472 000000000000000000ce21eb39cf90351bba3f866e07916eb7b2185b73ae6e31 1,675 1.00/1.00 vMB 52
451,471 451,471 00000000000000000205708cebfc2ae57dd2b0e0a7ef9b62000df430fd985d6a 2,171 1.00/1.00 vMB 57
451,470 451,470 000000000000000000a9b444745d1e0e80bd5934af62c09602d2cf2fd7addde8 1,986 1.00/1.00 vMB 61
451,469 451,469 000000000000000001500a6b21b06dec81420e0f7ff5165048a0b2f76da8fab6 1,641 1.00/1.00 vMB 71
451,468 451,468 000000000000000000e68203820f294debd6a3c06ee8f56eebbc988424ff664e 2,094 1.00/1.00 vMB 73
451,467 451,467 0000000000000000009b7c395799e2467d23fb0ce28e15f1f775645e0967e9c4 2,633 1.00/1.00 vMB 143
451,466 451,466 000000000000000001e0d335a3f1b9f2ed46ae7be0c160be46faa90e12b17331 1,854 1.00/1.00 vMB 62
451,465 451,465 0000000000000000010dd00ce51e21fdf3a0416544d7aba81ea413f546ae9e1e 2,300 1.00/1.00 vMB 103
451,464 451,464 0000000000000000013ccbb1787a60801d256088ff7949e0fb3774b65cdf4ab5 2,101 1.00/1.00 vMB 110
451,463 451,463 000000000000000000a00e52f04ab5b64f3ac11597116305576bda8fc5953a23 1,952 1.00/1.00 vMB 106
451,462 451,462 0000000000000000023a9a9dfd5b1a67ef51042f5465c8f810620608c3f900f5 2,464 1.00/1.00 vMB 121
451,461 451,461 000000000000000000ba1bfa87bc3b8fc4f12fda13d2a584f9fcc5f7f46130b6 2,494 1.00/1.00 vMB 129
451,460 451,460 0000000000000000013e65c538b2681ad8f30bafc44df20e365d962da03aa929 683 1.00/1.00 vMB 58
451,459 451,459 000000000000000000a35cc196cb69cbcb215cadb14a56a0f8fa1d094659d764 1,648 1.00/1.00 vMB 97
451,458 451,458 000000000000000000d3994636231af44319ee89c9f7fe2e7371611f87049468 1,842 1.00/1.00 vMB 87
451,457 451,457 0000000000000000022333bf5f8b16bdae59cab5f1b94c0f4344283713746a42 1,813 1.00/1.00 vMB 98
451,456 451,456 0000000000000000016b767179b921535b23260d2d1a18ba2da3afdb4a5b8728 1,681 1.00/1.00 vMB 88
451,455 451,455 000000000000000002b1eceb6c04ac6ccba2bf80f2fde781487fd5e3cb195912 2,356 1.00/1.00 vMB 120
451,454 451,454 000000000000000000f6f40bd01d45f6a5ef1895bb9b7631302d8136f9f59c71 1,834 1.00/1.00 vMB 68
451,453 451,453 000000000000000002192f9d1deef140baac0327dbef5666d4268eb9998857c8 3,210 1.00/1.00 vMB 65
451,452 451,452 000000000000000001dabaa99acde551f5773f63183e78beaeff683e4c9047bf 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.05 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: 720.47 GB
    • Received: 18.17 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.