Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,061 transactions (1.41 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,661 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,025 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,660 (893,886 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,774 15,774 00000000ab076e2631b7270fb552fda05d98e55f811ffd327b8797019643540d 0.00 MB 1 0
15,773 15,773 00000000f79d28ab7569223aa1a0f4c1493e00500dacd64df3c9465fc79a7aa9 0.00 MB 1 0
15,772 15,772 000000007cf09832859ef3275a694b1266ea21a40a90cc06481cec2703d54e41 0.00 MB 1 0
15,771 15,771 00000000bc0528689a76f0003543343a68ab4f3908c794a54e19305a87d4f186 0.00 MB 1 0
15,770 15,770 0000000019ba76f2cc153b991f5e156bd6e6eb46c5c5e1d29f363c8b4d1b0084 0.00 MB 1 0
15,769 15,769 000000003d1a15e3939b6de9b3e67b31e3daf2489368fff720cb594a68687f92 0.00 MB 1 0
15,768 15,768 0000000033ccbb58d2524a7344fa78ced9dcd7742d09f554c1f395322c61620b 0.00 MB 1 0
15,767 15,767 00000000fe1d0568af5b802e26afac5bc00c135d4cd86da9f3eb5ab26d935eee 0.00 MB 1 0
15,766 15,766 00000000876edaaf4d271d1312975a20365fb2199cf60bac42097fca158a27b7 0.00 MB 1 0
15,765 15,765 000000009ab82970204f75968255c1d79b08e26547db82dae3afee2070deb3e0 0.00 MB 1 0
15,764 15,764 00000000832e44aee854a0b4c3b3515cac162fbee9ea16794193ac27ac7bd5db 0.00 MB 1 0
15,763 15,763 0000000072386bc7f2408c5b216b93080dd36bcf91736675e0addf9f025a3620 0.00 MB 1 0
15,762 15,762 00000000a0108bef0253bc00c2fbec986bbb4e71faf0a6406f99efe92bde898f 0.00 MB 1 0
15,761 15,761 00000000e43b2f00ce5854cc01a92a7468a846cbc26303d2ea8a9b6387d7fefe 0.00 MB 1 0
15,760 15,760 0000000027e5f6177b33905a1e36c3bbd9acac0bb749a53a4e4e4c06ac15aaec 0.00 MB 1 0
15,759 15,759 000000002f775a8adebdb43c41645bf660a7ac522eeaca1c68785305195d2000 0.00 MB 1 0
15,758 15,758 000000004cabcc4e0560b775270399b9ab1badffbecbdacc2b6ef20f2819b29e 0.00 MB 1 0
15,757 15,757 00000000b2e1f8d11821edbd998d094e91bee5cefcab257c0c0b90ca8a8682b9 0.00 MB 1 0
15,756 15,756 00000000debc286f8d2128ce830ed4915163b53634b88a513abbc6d1e04f20ae 0.00 MB 1 0
15,755 15,755 00000000c3403f286acf8c18e812b0149239a0728a8aaa616089b6e792fe0d97 0.00 MB 1 0
15,754 15,754 00000000493b2f0f13eae2d51ec48ac4c2656ccceb42f5c3d475b27914b1cd7a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.78 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,132.68 GB sent, 112.23 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.