Loading Tool

Explorer IconExplorer

Memory Pool

74,641 transactions
29.73 vMB
0.09715214 BTC
Random Selection Loading Transactions
Max Size: 172.37/200 MB

Candidate Block

Mining Attempt a6e36d6104c3f264e79d8f8d73096c210942ff639c69f3e1483020674da9bad7
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root fe7754b98cea7739b435639e2a763e1467768350e3c1d4bac381d96d7fa8bb80
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,861
Size: 1.00 vMB
Total Fees: 0.02704133 BTC
Feerates: 150.36 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (418,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,177 496,177 000000000000000000745d97fada9f2daac0686d34f4d437f7b169f3a65d32fb 2,425 1.00/1.00 vMB 78
496,176 496,176 000000000000000000b7fb28facd1fea9a9f2a402e72c94cf48721d9dcbde3f7 2,276 1.00/1.00 vMB 150
496,175 496,175 00000000000000000039eacdb242809994b84245b48c15e57fac8f39deba0bab 2,480 1.00/1.00 vMB 148
496,174 496,174 0000000000000000002e4176817c899882fd9c9ad3f19ccf08605211e94a2054 2,722 1.00/1.00 vMB 152
496,173 496,173 000000000000000000b5bff8fdc13cc84e9ded43cb3ff1f4ed067284d27b6eb2 1,992 1.00/1.00 vMB 216
496,172 496,172 000000000000000000107bcaa219a4af6542b582494ced1a85e0e405da81400c 2,023 1.00/1.00 vMB 100
496,171 496,171 000000000000000000216d80a19bea5dd064fa44ce9586ee237edfecd492d4bf 1,212 1.00/1.00 vMB 13
496,170 496,170 000000000000000000aa0d6701e38f7ebdd3a734c1006c6beb44898d3480baf0 1,818 1.00/1.00 vMB 112
496,169 496,169 0000000000000000008f404e22b9679555fb7b6955f63ffd20b762cb9c923b7c 2,215 1.00/1.00 vMB 80
496,168 496,168 000000000000000000c122bc72446800f2416802c54c29251eb4d23aeb9a6b91 2,563 1.00/1.00 vMB 42
496,167 496,167 000000000000000000a09bc676d0d76eb89cdb6614b813e2cf10c936c668de42 1,791 1.00/1.00 vMB 58
496,166 496,166 000000000000000000ae5bdf803b4aec8d9480c3cac45b71976f089ed2efe600 2,581 1.00/1.00 vMB 150
496,165 496,165 00000000000000000050507d60f8c299a60a6db96850e852d0364e5e84711b71 2,157 1.00/1.00 vMB 184
496,164 496,164 000000000000000000040051deb49daafac1518403b098fb61397d5b2633b9b0 2,485 1.00/1.00 vMB 152
496,163 496,163 000000000000000000b9f3675350e92bdfa39333e56644599100b5fea15a4d0e 2,154 1.00/1.00 vMB 65
496,162 496,162 000000000000000000218be28afff359f03e3053bce138bc89811849603df6fb 579 0.73/1.00 vMB 116
496,161 496,161 000000000000000000a38876a457295e72092080584113a3caea67a21e28961f 1,417 1.00/1.00 vMB 143
496,160 496,160 000000000000000000643ade2c15a80b2d36ab6c9f349d0e976e64ca5ce8f60c 2,045 1.00/1.00 vMB 219
496,159 496,159 0000000000000000007631ab0ee497e6d8e2f58bfa6ee392382a412bf7a6da67 1,325 1.00/1.00 vMB 35
496,158 496,158 0000000000000000007ea1a0ce7bb13d2ac6356eef5d1317cf6728240509d918 1,907 1.00/1.00 vMB 88
496,157 496,157 00000000000000000018a3f1ed5376b4e784a970329a48ec9b577c41d0858256 2,518 1.00/1.00 vMB 165
Previous 10 blocks ↓
Total Size: 782.48 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: 668.20 GB
    • Received: 15.42 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.