Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,998 transactions (3.74 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,022 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,869 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,021 (823,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,432 86,432 000000000029c50634453af209710f97342322ea1d89e66097e962dca084cbfc 0.00 MB 1 0
86,431 86,431 00000000000003286811b9ea2c249ee89c4cf1c39087b876a827af8ce9c23d1a 0.00 MB 1 0
86,430 86,430 000000000015e1c4e9e8330997e1dc6d49f28bf4618eccf313c1a515e42ef860 0.00 MB 4 0
86,429 86,429 000000000021caaa10ecaa30eaa4620ea252637ffa026a7a99c75ff61c1bcc0a 0.00 MB 5 0
86,428 86,428 000000000000347f83b534e8acface27637c82d69575000481cbb2aef5b1be69 0.00 MB 1 0
86,427 86,427 00000000000822554bf339aee1a30f928bdaebd2abd4f26e689cf42837142318 0.00 MB 1 0
86,426 86,426 000000000004bb443887430e529726cd41ab89e4e8e300b6d70879c0977b350a 0.00 MB 4 0
86,425 86,425 00000000002d108f77f7a9f8d22e89118bcf477b632fc7666c022d492a37cada 0.00 MB 2 0
86,424 86,424 00000000001b9b68ef4f3ce64444328e2f90bd0b2fc5a144863d70569012595f 0.00 MB 1 0
86,423 86,423 0000000000207db4956e9f3e8197f407f9ff1732dfa288df7572214941310a06 0.00 MB 1 0
86,422 86,422 00000000000874336f3f4a0aafa48ed11ae693d02db5ea399ad063bcd1431b86 0.00 MB 5 0
86,421 86,421 000000000004a58cdb91cb912d00c536014ae6cac8282a628b49ea393093b351 0.00 MB 11 0
86,420 86,420 00000000000ba6d4d6df1d6a6a41f35fcf0368941797f6bf39788a431786d561 0.00 MB 4 0
86,419 86,419 000000000000d1f8cb4658f65948a0899b55b369106e6c2663f4c717461c9c2f 0.00 MB 9 0
86,418 86,418 000000000027a60313e2b2cbe8003df329e3d2614eb765c5b56871d181cddc66 0.00 MB 4 0
86,417 86,417 0000000000147fd522487e6c00e9fde4f4c203a0cab11f91fee91956191c9dd9 0.01 MB 18 0
86,416 86,416 00000000001362a9f16e34ddf600ea20fe24e43437341d8a4924a0af174384ad 0.01 MB 20 0
86,415 86,415 00000000001ebd2c54082296531c9f3b882312dc4e6b44ca11939229b4c43169 0.00 MB 3 0
86,414 86,414 00000000000d70b6b5561b0534034e5613128581fd3f44125cffa6ac0f4a5e6e 0.01 MB 25 0
86,413 86,413 00000000000bed56bcbb38a8a7ff62037ad926a48e63cc5d651989013d856afd 0.00 MB 3 0
86,412 86,412 00000000001e3cb8de4077e52bf5422a06f763b15aec9f4702f9fd068ada2f2e 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 773.43 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,185.23 GB sent, 115.49 GB received

Notes

  • This page updates every 5 seconds.
  • 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.