Loading Tool

Explorer IconExplorer

Memory Pool

82,389 transactions
31.16 vMB
0.10997329 BTC
Random Selection Loading Transactions
Max Size: 189.05/200 MB

Candidate Block

Mining Attempt 4b4ed0e93f758f003720fc0e8c3b27276aafa9eb52e4db6f5fd78bc77a0b55cd
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 0b97037aac7687428857eb182d2f7c8240cf2fb4a94fa96cd04862efceca1561
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,627
Size: 1.00 vMB
Total Fees: 0.03535639 BTC
Feerates: 803.65 > 3.54 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (463,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
451,451 451,451 0000000000000000017ba239f5459ab68edb5a293d389899fce77231fc9038d9 2,480 1.00/1.00 vMB 74
451,450 451,450 000000000000000000fa721488400347d2f358bd75ccee6bf5ebc11404dfb037 2,540 1.00/1.00 vMB 100
451,449 451,449 000000000000000000b8b76f03542ff24dd64a7e5cf8b7b0896b34aa38282e9d 2,406 1.00/1.00 vMB 113
451,448 451,448 000000000000000001e901df085d52aeffbd434b8e4c5402bfc9f158afccc608 695 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 783.00 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: 718.64 GB
    • Received: 17.93 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.