Loading Tool

Explorer IconExplorer

Memory Pool

47,007 transactions
28.94 vMB
0.19348428 BTC
Random Selection Loading Transactions
Max Size: 151.29/200 MB

Candidate Block

Mining Attempt f87b9bbd0e1806cc08daa2b1261958cbb779ee79260e6bff14061e782c283bdd
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 2984046fa6607cbe6eba9404c18020b1f23f0504f7ab399c93797447d423006e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,727
Size: 1.00 vMB
Total Fees: 0.06543986 BTC
Feerates: 151.12 > 6.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (417,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,291 497,291 00000000000000000050f504e37cc0d9300df462014a2718af522e4be41764b0 2,576 1.00/1.00 vMB 68
497,290 497,290 0000000000000000007e1e4c492ac29a213e7f6cae65109fca35584264f7a02b 2,301 1.00/1.00 vMB 15
497,289 497,289 000000000000000000630edd01961cad551a5b2b2edb758d4c4d3ca70d7edb08 2,605 1.00/1.00 vMB 115
497,288 497,288 0000000000000000003fae94eb6d2f5c9b7b6a967c045ed1c91736c1b368b25a 2,104 1.00/1.00 vMB 21
497,287 497,287 0000000000000000001ad9ba0a958e773638b17ae5c091eb127b2f48de3c8dc4 2,553 1.00/1.00 vMB 242
497,286 497,286 00000000000000000027aba10a7a0d2a0abfba0e147d7339b6487197ccf16d47 2,958 1.00/1.00 vMB 146
497,285 497,285 000000000000000000a1fc40df984069378798ed423c4735520c1fa5c2cc3778 3,154 1.00/1.00 vMB 126
497,284 497,284 000000000000000000b11cc0aadb1a84324b406b631b6cf1bcba41f6841bc3f4 2,485 1.00/1.00 vMB 133
497,283 497,283 000000000000000000c70e3928838d297be8d59eb047f52e68e5a841543eb536 2,167 1.00/1.00 vMB 31
497,282 497,282 000000000000000000ac5ec7530c62eedace11b95922e5013548a9d8ce543ada 3,215 1.00/1.00 vMB 145
497,281 497,281 0000000000000000005d2cad52c70a22f662883fa2645f938303de191ce94d65 3,009 1.00/1.00 vMB 97
497,280 497,280 000000000000000000387762ebd9be34c80197bdc54932d2fbe90392b3d4e882 1,745 1.00/1.00 vMB 13
497,279 497,279 00000000000000000084316f5b071a1989d8d2ac76db4a5e824cd1fc0c4d23da 2,459 1.00/1.00 vMB 66
497,278 497,278 00000000000000000066ffcf2504a3c5c586cd8737716802b18901e9343fd451 2,558 1.00/1.00 vMB 97
497,277 497,277 0000000000000000003dbad65071f003efbad58a193d152d57b12ed2644ed58a 2,310 1.00/1.00 vMB 63
497,276 497,276 0000000000000000002561ed686d233f37ae92c8a7d55c965291c9a223a23d47 2,492 1.00/1.00 vMB 124
497,275 497,275 000000000000000000a0f386afac6d3049936453d3562559dd670257f432619f 2,605 1.00/1.00 vMB 69
497,274 497,274 0000000000000000003bd99bed76f0b08594503422fea7b4f3381c83a11095ff 2,858 1.00/1.00 vMB 168
497,273 497,273 00000000000000000091f44823c4981420e10fb0751fb1d2520a728b0d52b610 1,410 1.00/1.00 vMB 18
497,272 497,272 0000000000000000008006f42352e6af27b9c0e522adc0e74fb4eb5de9b77087 2,638 1.00/1.00 vMB 165
497,271 497,271 000000000000000000c8acbf788e3afad2d7a8f2cc3d439717318c9c33131f31 2,427 1.00/1.00 vMB 148
Previous 10 blocks ↓
Total Size: 781.87 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 643.56 GB
    • Received: 12.59 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.