Loading Tool

Explorer IconExplorer

Memory Pool

72,920 transactions
28.16 vMB
0.07346563 BTC
Random Selection Loading Transactions
Max Size: 166.78/200 MB

Candidate Block

Mining Attempt 6b56b62d66f7ba96a0d2688062cf16b5813caec37fc05f52c23762eba1a90c46
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 20636980a833a362a5ff46bb48b787de0840c577ffeb6ed3e5040248800553e1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,214
Size: 1.00 vMB
Total Fees: 0.01713869 BTC
Feerates: 152.31 > 1.72 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (418,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,184 496,184 000000000000000000cf07fecceb6276e6b455039741720ee608c084c5f9aed1 2,138 1.00/1.00 vMB 177
496,183 496,183 0000000000000000004423994a8703b1e703787d9859064827a76c140879cfd0 2,688 1.00/1.00 vMB 170
496,182 496,182 0000000000000000003e1d06ed62c9e6bebdd74fe8dbabe3a4ed50ca3275d9d8 2,081 1.00/1.00 vMB 215
496,181 496,181 000000000000000000b0ed7ab1fb0749a6c5b4d6163e352713c9c97e0c85311f 671 0.32/1.00 vMB 31
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
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.