Loading Tool

Explorer IconExplorer

Memory Pool

89,132 transactions
33.08 vMB
0.20364728 BTC
Random Selection Loading Transactions
Max Size: 199.73/200 MB

Candidate Block

Mining Attempt d9ffbb45d087a2f75d663828568b5ed6f66d476b64ac7cef620e935b8f0ae2f0
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root c66ff039e0b244553cd52ba66f764e393cce7569a2c03e87217bed195f55d89c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,869
Size: 1.00 vMB
Total Fees: 0.09051849 BTC
Feerates: 387.56 > 9.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (253,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,140 661,140 000000000000000000035f9f646f12c314b4a6eb0fef8c41c6cdaa111b1b14b6 1,878 1.00/1.00 vMB 11
661,139 661,139 000000000000000000087ec3a23910a221b2cceb3ba3d836d37d7946145dc91e 1,841 1.00/1.00 vMB 55
661,138 661,138 00000000000000000009e8f66c6656c629c389f2b338ba9a4da571ea9a14e131 2,402 1.00/1.00 vMB 12
661,137 661,137 00000000000000000007e15734bd3e6d5dc84587fd4b9b0d68d07ff532759a58 2,301 1.00/1.00 vMB 44
661,136 661,136 00000000000000000001a6a746584a90ee7caef737acce5810ee07d24ceb57f2 2,946 1.00/1.00 vMB 39
661,135 661,135 000000000000000000061503dab94ff1ff9c84d438bc468ac9fb3b50705e9aa7 2,961 1.00/1.00 vMB 80
661,134 661,134 0000000000000000000a764a156b0fa12b5d85db3fa296820e1ac604d3521c6a 2,704 1.00/1.00 vMB 66
661,133 661,133 0000000000000000000e54a16a6b6962ace461037d66eed368e9a82ecfe96e21 2,822 1.00/1.00 vMB 30
661,132 661,132 0000000000000000000da04576b1f4f9cd2f30c987cbed546e7f5eb3f6461a67 613 0.36/1.00 vMB 32
661,131 661,131 000000000000000000015e0750cf9dd4073bb4dfbb62c24872005c9cdccee381 693 0.56/1.00 vMB 24
661,130 661,130 0000000000000000000b956a5482f31064b2851730bca5ad155f178b917c6203 891 0.48/1.00 vMB 22
661,129 661,129 0000000000000000000de598dcfa4f910235d527de8ffa05759ad94a85165f60 1,796 0.68/1.00 vMB 30
661,128 661,128 00000000000000000004da5170b6d795ff56ac6024e42a295849f4d12840d1c1 932 0.42/1.00 vMB 24
661,127 661,127 0000000000000000000d14b8d774c0803b8124d89a33e253d627c67b83f7550a 1,067 0.97/1.00 vMB 13
661,126 661,126 0000000000000000000d3ec023d05b25cf6d363ef8c0d081a6d36f1556cd623d 1,215 1.00/1.00 vMB 6
661,125 661,125 0000000000000000000ceabd6369ed5ce855d4e6e7efe01e020d0fb8c1493103 2,522 1.00/1.00 vMB 38
661,124 661,124 0000000000000000000438c530cd1f9b31d4d7a6af7b84a93b446ff66c2527e2 2,198 1.00/1.00 vMB 51
661,123 661,123 0000000000000000000aee10d38d4b424af08dc6ea114916171174aa34dd574d 2,147 1.00/1.00 vMB 29
661,122 661,122 0000000000000000000b97dbdffe952ce03f2b4ff236f0dba58c216d95eefb28 1,124 1.00/1.00 vMB 12
661,121 661,121 0000000000000000000166a45d8a7e1a539fd71495d51a70ac6a7446438a2e08 1,784 1.00/1.00 vMB 21
661,120 661,120 0000000000000000000c13178874cbdab83eb8b79d3f016bbfc728407745a8fd 825 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.