Loading Tool

Explorer IconExplorer

Memory Pool

78,629 transactions
29.31 vMB
0.07687866 BTC
Random Selection Loading Transactions
Max Size: 175.43/200 MB

Candidate Block

Mining Attempt aabe93ce0af55f878048c57a44d26cde2b2d8a2f2c29525abdff633f6b8f8918
Version 20000000
Previous Block 00000000000000000000c0578122c3a20c1a0fa197853326ae531fa58ec09638
Merkle Root e8db9a46bfb5dd7adee07a66fdaba65c8454035f2d091ad68d417289260c148d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,830
Size: 1.00 vMB
Total Fees: 0.01733621 BTC
Feerates: 108.89 > 1.74 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,061 (418,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,180 496,180 0000000000000000003e9759eb5c641a3390af37d824a7409f1b1ae0011b0070 2,198 1.00/1.00 vMB 150
496,179 496,179 00000000000000000090929c5f296bacd7fa9e1e84add032a8525cf90f92d53f 2,119 1.00/1.00 vMB 9
496,178 496,178 0000000000000000003da074da67a03cb3c0d4959b928af73a7917dbc584017f 1,914 1.00/1.00 vMB 66
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
Previous 10 blocks ↓
Total Size: 782.50 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.39 GB
    • Received: 15.49 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.