Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,473 transactions (0.42 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,651 000000000000000000022cb30000000000000000000000000000000000000000 0.42 vMB 1,472 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,650 (872,040 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,610 38,610 000000001d146481e924310abe0dd4d9539ddf2e0e60c4c4f1ca8d457d5a7486 0.00 MB 1 0
38,609 38,609 0000000055f9a77ea44373a95e278131911d53271dc6d043ba6e9860e1ec0a14 0.00 MB 1 0
38,608 38,608 000000005283f7c084f591cececa484520c3db5b17dae04c128bd03c2eaa9551 0.00 MB 1 0
38,607 38,607 0000000015f0b021a178974bcb453496758ab2f8325f73125f515a130053b5fd 0.00 MB 1 0
38,606 38,606 000000005c84eb6f415d52a2fb725bc4b334073f07df129af850ad2a04d50f54 0.00 MB 1 0
38,605 38,605 00000000095274bbe90ca5c4f1d41d989c8f14030d6b851ac15fb5e51b75e1b4 0.00 MB 1 0
38,604 38,604 0000000015d9ea03025373dae400b13016e4ebc0432fadf519de3fc8f9a6de52 0.00 MB 1 0
38,603 38,603 000000008c144992eb044a075123ef725f0a55208c5ad76b5975125be8e8b5d5 0.00 MB 1 0
38,602 38,602 0000000006c4f2e1f26b984992a4aa7ca44d06d57755b0b01bb89f1a7175059c 0.00 MB 1 0
38,601 38,601 000000001e5b0e482f8d2c2f2fb2df26a2566fd619226cd0c15678c076771b7f 0.00 MB 1 0
38,600 38,600 00000000235d708630407b70ec9470ebf771bddd046488aa0bc1dda31f41710a 0.00 MB 1 0
38,599 38,599 000000004ebd4a02a0dbb2df8baef8a32071d44ea8b5d987fe45fef98ea182d5 0.00 MB 1 0
38,598 38,598 000000005584f9a6e5c6b6654ef0381bdedf972c4f8c48c37fecb7659c30b53a 0.00 MB 1 0
38,597 38,597 00000000440a5436526fc7fce0622923e4efa309ad2abc70ac16683204259d85 0.00 MB 1 0
38,596 38,596 000000003dc98a58581513e103d7964ed58ac4e986b14b1a61674a56801cd16d 0.00 MB 1 0
38,595 38,595 000000004382b61f639ee9a31af1812e51074ecc00fbd6c30ec4376785c06030 0.00 MB 1 0
38,594 38,594 000000000c5034889f9a3d27f03e65b89bb04512741a0061a6610eeeec394ef7 0.00 MB 1 0
38,593 38,593 00000000394b536d67bd27b7df8c05e35a959e18947954128d50206ec149e761 0.00 MB 1 0
38,592 38,592 00000000038eb32ae767f2b36733febc571d1a0524126d3bfe0d33927d3edf07 0.00 MB 1 0
38,591 38,591 0000000077c168e1988dcc753c2ac17ddfa4dd1071c80cd9ca0d5418ce99c1fc 0.00 MB 1 0
38,590 38,590 000000004fcbca6e737e2ed7af6610aa791eecc196074bac064b1a5c9b863351 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.58 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,279.84 GB sent, 121.48 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.