Loading Tool

Explorer IconExplorer

Memory Pool

32,823 transactions
25.58 vMB
0.05122903 BTC
Random Selection Loading Transactions
Max Size: 128.40/200 MB

Candidate Block

Mining Attempt 5789ba604ca1ecf3be8b8e4e4638366d08ebec9e9e90a8bb49dc9dabac3bda5f
Version 20000000
Previous Block 000000000000000000014f51cdb922adcbfbf8306ee11aa840c0f99483a0eb43
Merkle Root 0e2b22e43ee487ffa59f0ac0577ab58912df9dad4eb14fa403ca6fc213744f0e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,544
Size: 1.00 vMB
Total Fees: 0.00453670 BTC
Feerates: 16.32 > 0.45 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,656 (414,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,072 500,072 000000000000000000424cfc838096e13587ae3dee1b47b1c0339fead203f018 2,546 1.00/1.00 vMB 438
500,071 500,071 0000000000000000003b8f623baee756a14a28c5226f741ab7f36aa7705c8f8b 2,283 1.00/1.00 vMB 474
500,070 500,070 000000000000000000814ec9ee95ba675382f9c5002067153252a6479bb6b845 2,766 1.00/1.00 vMB 446
500,069 500,069 000000000000000000348bb3c510528690ed5216e5add5f1b7251d6eb9c5e5f3 2,354 1.00/1.00 vMB 463
500,068 500,068 0000000000000000004db0f20aba8544b19b64f5744e18ac1d3d6da84a612a8d 2,585 1.00/1.00 vMB 434
500,067 500,067 000000000000000000728f3d1bce896ebb73e013958ecaaa469729c6656d7b67 2,771 1.00/1.00 vMB 423
500,066 500,066 0000000000000000004d7a369ff032b7119d65ca29f42946d00ee9e607ee4a7f 2,841 1.00/1.00 vMB 448
500,065 500,065 0000000000000000007b760e632655d2e23171c17e290f869d3d42453820b165 2,431 1.00/1.00 vMB 454
500,064 500,064 00000000000000000023a2f03b129a3a7242faf95e6543d96977b98d99c29b52 2,008 1.00/1.00 vMB 399
500,063 500,063 00000000000000000090de8a3fe74a056a6f0cdf49d12022b544500121d42611 2,545 1.00/1.00 vMB 429
500,062 500,062 0000000000000000008c43afde203f80c400998ce3e2351013912f7ac0169798 2,380 1.00/1.00 vMB 319
500,061 500,061 000000000000000000628d03e7731ec7e2aca4f539520c530b615137cf2a3263 2,694 1.00/1.00 vMB 418
500,060 500,060 0000000000000000000019f0c1ff2557e7a9e2364ac8154c4940b6502a0d4b6a 2,727 1.00/1.00 vMB 399
500,059 500,059 0000000000000000000e18c98331178293d9ce9a8cf3b5e5511d1e55a9d59af4 2,715 1.00/1.00 vMB 332
500,058 500,058 0000000000000000007985655602468e740df5d78b3c13e0f0b3fbf8d75fb8b7 2,509 1.00/1.00 vMB 410
500,057 500,057 000000000000000000538c08eb4b09cb2e32994937bbfb7508334c59e1137df9 3,145 1.00/1.00 vMB 391
500,056 500,056 00000000000000000074db0eee0d8894302fb15abc7f8c85a5eb033dc84c689d 2,472 1.00/1.00 vMB 392
500,055 500,055 00000000000000000053c58a733f70459535ca1abeac7c3eecea2b992b8b9ba7 2,409 1.00/1.00 vMB 458
500,054 500,054 000000000000000000477dc554afc6d56796fade3d8076341df380988e48fec1 2,370 1.00/1.00 vMB 304
500,053 500,053 0000000000000000008e660ec8d93ddc30793bd4eb3e466f672e754746c657a3 2,993 1.00/1.00 vMB 426
500,052 500,052 000000000000000000404c796c4b87bfe4929f2d9eb8944581599e0a3b81ab60 2,948 1.00/1.00 vMB 388
Previous 10 blocks ↓
Total Size: 781.78 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: 633.22 GB
    • Received: 12.18 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.