Loading Tool

Explorer IconExplorer

Memory Pool

47,093 transactions
27.91 vMB
0.12957895 BTC
Random Selection Loading Transactions
Max Size: 146.41/200 MB

Candidate Block

Mining Attempt 08817d4339e78956837c1c2d030012094d2b6e07dc6e234bebb04a4c421f5e95
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 4b1f69c5d4fe4dec1f56e9305e50ca72af9ea0438ea47aebf63c1d77821cc6f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,557
Size: 1.00 vMB
Total Fees: 0.05819379 BTC
Feerates: 151.01 > 5.83 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (330,151 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,725 584,725 0000000000000000001519b6961724961397d56ace8b287f2b8c1bf14f426a54 2,425 1.00/1.00 vMB 9
584,724 584,724 000000000000000000174d5357ffc7a8450679821eb38bc2309e322107c2c7cc 2,572 1.00/1.00 vMB 50
584,723 584,723 00000000000000000014c8a265af227c8450da2c1d52b8240b5e70249095072b 1,891 1.00/1.00 vMB 50
584,722 584,722 0000000000000000001991c51c7bef1e7a5819c5699d19c2878df0bd14224042 2,733 1.00/1.00 vMB 58
584,721 584,721 000000000000000000110c4c536127d96e0291e3b12f61235faed84c4195bdce 2,523 1.00/1.00 vMB 56
584,720 584,720 0000000000000000001bb57fd7af6c717bf60e56a147d092b8ed569f09f3d092 2,547 1.00/1.00 vMB 78
584,719 584,719 000000000000000000170d2ea21c8084ade488145fd46a335e9ed8424f5242ea 2,458 1.00/1.00 vMB 15
584,718 584,718 00000000000000000008489b642745d61e5e8b19d5d13de96eebb898fcf7101b 3,018 1.00/1.00 vMB 40
584,717 584,717 00000000000000000013e0c98a36c2ae92139b173b7b1941b01ed370e01c2c3a 2,706 1.00/1.00 vMB 29
584,716 584,716 0000000000000000001a0da163f9ad547f515727ab94c87ebf77b82de68d5c94 2,223 1.00/1.00 vMB 50
584,715 584,715 000000000000000000129483f53155b84fa165d682596b2f95106a1aa6d5a5e6 2,765 1.00/1.00 vMB 55
584,714 584,714 0000000000000000000397622da65c92a908293c444c33a0e249e9d6d09c9a9c 2,948 1.00/1.00 vMB 58
584,713 584,713 0000000000000000000952a6ab0a411dca9e5d26db01afda8e032ab4015d06b5 2,172 1.00/1.00 vMB 64
584,712 584,712 0000000000000000001a28ca2cbeab4ba0cb947aff39ba2e95c2ef1e4aa1a093 2,894 1.00/1.00 vMB 64
584,711 584,711 00000000000000000012fc541517bd5b5c02e6cecf41c8a766cc6ec4e0ef5ec6 3,118 1.00/1.00 vMB 84
584,710 584,710 00000000000000000014579d40e56b39d01f79357c01a42dc9c5771a71fda236 2,393 1.00/1.00 vMB 18
584,709 584,709 00000000000000000007f3318069f372f042e728fd58bb72c1813051269fd73b 2,497 1.00/1.00 vMB 38
584,708 584,708 0000000000000000000853490f04d208cd04ca5d7f622fe9726829b67de3542c 3,249 1.00/1.00 vMB 64
584,707 584,707 0000000000000000001719c9a520ce61d71f669d1c11eee59ce7850d8a249f4f 2,469 1.00/1.00 vMB 33
584,706 584,706 000000000000000000139e72a3baef09781d703a48c4603de1aefbf358ca266f 1 0.00/1.00 vMB 0
584,705 584,705 00000000000000000012dbfc3a639125f7690ee0d056fb434e7fefba1ba1d15f 1,662 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.91 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.