Loading Tool

Explorer IconExplorer

Memory Pool

455 transactions (0.20 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 1.17/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,398 000000000000000000022b910000000000000000000000000000000000000000 434 0.00338243 BTC 0.17 vMB 2.00
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,397 (908,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,076 4,076 000000004be4c5bea43a61cd60d367f30f491beb39f54228eb1779f705b8b837 0.00 MB 1 0
4,075 4,075 00000000e7b1552835a7b26bc8ef39ce021cbf4d3463ab63a636f43eadd839c6 0.00 MB 1 0
4,074 4,074 000000009975020177159ac40e2efdffb50ba7b52d10d2f1ae00b8868bbfa3b9 0.00 MB 1 0
4,073 4,073 000000001a17e13f054dc1bcef167f524c01f1c5cf10da513f728a4cfdf697cb 0.00 MB 1 0
4,072 4,072 00000000a63a02390408c0f0ef30da8a2b88f4b182985cbd9a3ad5225f46920f 0.00 MB 1 0
4,071 4,071 00000000b3bf9c16488b0fec49bb1d7bfb2c6056e47d2bac35f5b070417cb63e 0.00 MB 1 0
4,070 4,070 0000000043de9da7e9119fcdb43c58f744bca23b2110ef91479cec78c49ce86a 0.00 MB 1 0
4,069 4,069 0000000033dc66152e26c981dcfc5e05d1cbbe3489e7f8df271dbc068b647ab9 0.00 MB 1 0
4,068 4,068 0000000066ceada565012ca45bbb89e1e0596fe533ff42de13762d0170506103 0.00 MB 1 0
4,067 4,067 000000001954f619765a4dbdf8b50c507e02b6bb6dfd0a4d5fb71cc6f2d10887 0.00 MB 1 0
4,066 4,066 00000000465dc167ac110e087e67e35e30d54e558fbfe53c8136e9afb9b1e1fc 0.00 MB 1 0
4,065 4,065 00000000c047ccfc3f30c0a3ba8721f734f99b65b2a1501d3de25d6e6dbb9fb2 0.00 MB 1 0
4,064 4,064 000000007741bfdff7cabdac934909f37681ff9cadb9d9e5e144357d092e6c1a 0.00 MB 1 0
4,063 4,063 000000006241177e373562d47f31cb22e6882f2322477e112e0c2b1d52be2a30 0.00 MB 1 0
4,062 4,062 0000000082af2efb14069baca4956a8d6e07d14638aaa7631c4102614c372cc6 0.00 MB 1 0
4,061 4,061 00000000ab44313c02d4f5d29fd7cc5364670194559520ed5ce54a4889526b4b 0.00 MB 1 0
4,060 4,060 000000000d2c83ac675b8a9f3478215806d59a027b2ee0667069eca81141b2a0 0.00 MB 1 0
4,059 4,059 000000003840688c02eb2cae62075ab48e858b7db5d765d692f180ab796a63ca 0.00 MB 1 0
4,058 4,058 00000000eb4792b5842f8fdba6d8fd2283b5447931a0a31c05cfaecbd2b9bafb 0.00 MB 1 0
4,057 4,057 00000000d12a0e207d618ea3d25f4d63d8c9dd818cb0f79576b64c8f756d151c 0.00 MB 1 0
4,056 4,056 00000000b005d169de586881ca9d11d8cf998c76284887996ae5d98ebe7778ee 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,549.57 GB
    • Received: 137.25 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.