Loading Tool

Explorer IconExplorer

Memory Pool

82,602 transactions
30.39 vMB
0.10506711 BTC
Random Selection Loading Transactions
Max Size: 183.22/200 MB

Candidate Block

Mining Attempt 6d086487e3acc1b3c7be6e0917704c50e7724fc2cd8867557cb3cbed926ed5c9
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 60707eeb00e9e8f30a0abccfbcb9e01f90ab9a79adf9db58db881eedacbc1838
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,647
Size: 1.00 vMB
Total Fees: 0.04262288 BTC
Feerates: 526.32 > 4.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (422,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,650 492,650 000000000000000000ab71c031a0210f195ff3af0e679a93759a27f1f2f83538 2,152 1.00/1.00 vMB 101
492,649 492,649 0000000000000000001d1a1c41c99622b37aeec7dac5abe25d7bcd54dbb208e1 1,825 1.00/1.00 vMB 127
492,648 492,648 00000000000000000037b0aa2cca71d6f0be89a3cd19b50b7af2afd484ca2a97 944 0.53/1.00 vMB 227
492,647 492,647 0000000000000000005871031169b72b5a4654fd114664d19043ef404730277c 2,303 1.00/1.00 vMB 103
492,646 492,646 00000000000000000059ba271c7c764b9dafc01b16a932c70d5c4f766257066e 2,397 1.00/1.00 vMB 157
492,645 492,645 000000000000000000a18a93a8997d64835bacd0fb73c8db1cdc16056bf35aba 2,300 0.95/1.00 vMB 231
492,644 492,644 0000000000000000001f7fc17945ed884a2e2e801be59b50c890414c32b17914 2,717 1.00/1.00 vMB 206
492,643 492,643 000000000000000000924c007a6ab6c27100a3c1a7c77d15fd458a2b0ad496a1 2,678 1.00/1.00 vMB 216
492,642 492,642 000000000000000000ac98266f63431f9d79ce7d3b250bbde104c2ca7fffbea5 2,619 1.00/1.00 vMB 240
492,641 492,641 000000000000000000853cc587a011f4e80d83db23c3bd509c1c3d541852b015 1,840 1.00/1.00 vMB 169
492,640 492,640 000000000000000000b83a3344c38fddf693ec49d361a5033ae689ce88733a30 2,269 1.00/1.00 vMB 199
492,639 492,639 000000000000000000aaef4d08b6437f1a7934f2039ff249535267fdea347875 2,697 1.00/1.00 vMB 254
492,638 492,638 0000000000000000002d72cc647feca93b0b6efbe29f44d83f69b32c7ea99dc7 2,220 1.00/1.00 vMB 228
492,637 492,637 000000000000000000adfe0f28fdba10f7458f707b705cc540a107448a1731f4 2,176 1.00/1.00 vMB 237
492,636 492,636 000000000000000000981c0d4a1187bed4c12ac53474a5b38ee75eb8ceba4a4e 1,592 1.00/1.00 vMB 270
492,635 492,635 0000000000000000001070e7180c311e097294bb5bc31c9a788d2639be30316c 1,809 1.00/1.00 vMB 227
492,634 492,634 000000000000000000553d3aa38a5229d837cf387944f63f6878b3538780edd8 1,917 1.00/1.00 vMB 249
492,633 492,633 0000000000000000007fd9fb2a8612e94d389ff2673c8666656afa52a4bc6121 2,475 1.00/1.00 vMB 262
492,632 492,632 000000000000000000573a6e5a8460cf6c18d08b658022bb81ba33b880e75475 2,979 1.00/1.00 vMB 253
492,631 492,631 000000000000000000787a6bbefcaa0f44bd3116d8b4b35df67616132391d0f3 2,445 1.00/1.00 vMB 288
492,630 492,630 000000000000000000784a71fdd0d3665e9a4fb8ab50310ac9bcb1c6c3b73c14 2,749 1.00/1.00 vMB 262
Previous 10 blocks ↓
Total Size: 782.33 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.41 GB
    • Received: 14.73 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.