Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,029 transactions (2.85 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,235 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,234 (864,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,151 46,151 0000000021f37453ce822ddae4dde79a8183967a58e88bf430ef1f013fd28eb4 0.00 MB 1 0
46,150 46,150 00000000023bdc16322ff76c94a7747f5b423e34fdeb5278b0203c0bee03436b 0.00 MB 1 0
46,149 46,149 0000000001ca4ad5fcacef0738e6ef8ad0c8d6537d8add5eb5900c6ce2b29139 0.00 MB 1 0
46,148 46,148 000000002c417262ad49032598e4e0237411fb427500658fdc1638d2dcec9b1e 0.00 MB 1 0
46,147 46,147 00000000222ebbf26a3143a80fd9ae8171a5def022a5fdadae5154d1bfd358d8 0.00 MB 1 0
46,146 46,146 000000001ee9bf4c474b446a87081b6ed1fa6cf29b6f9695e97c0489ecb3109d 0.00 MB 1 0
46,145 46,145 000000001a788535082f7a6e34c0134e3e206cbe887f58884bb56a2b47180716 0.00 MB 1 0
46,144 46,144 000000001e1b4d1b459837ce580701212952a367800d9653faf61ff9f72992aa 0.00 MB 1 0
46,143 46,143 000000002aac8ebccbad71fc00eabc86c086017a8163e30ac110c62ffb3d04a3 0.00 MB 1 0
46,142 46,142 00000000301860100a4707db7960b5aeafc8e78c15ff001f9e0ccd18fd755df4 0.00 MB 1 0
46,141 46,141 0000000031938272fc2cca3bbe747946507e96953923764e09b914acc47071a7 0.00 MB 1 0
46,140 46,140 000000001683ea8d679e5cf9662307309408104d05a2095b5b3e61a0db903193 0.00 MB 1 0
46,139 46,139 0000000027e38690773d9f6f28ca75a86ad684f56fd07a8374d0fafaa1d7491f 0.00 MB 1 0
46,138 46,138 00000000018b9dbf33ffc172ca8cbb8d01c5b69aca82b29734724e3b3c71b216 0.00 MB 1 0
46,137 46,137 0000000007d174bdaa7af1885ee501c528d9f78d297a3057305dbebebb28e105 0.00 MB 1 0
46,136 46,136 0000000030ee3998e86664ac81ef3368fde8c7703435d9e3030f906dca2f72b6 0.00 MB 1 0
46,135 46,135 0000000032ed2e32336d2017af973031fbfddacf979309197a1319879d732f33 0.00 MB 1 0
46,134 46,134 000000000d653939274be36153bb2d5b7a4bc630ebafa263c9fd29750fbcfa05 0.00 MB 1 0
46,133 46,133 0000000024f58b34cfd7700e75cb238a5b83dc1bed15b666e8ce1a3685250ec8 0.00 MB 1 0
46,132 46,132 000000001059d33c65d2751ab9b3c581bdf8257709792e0eefdcab5c2ecb00cd 0.00 MB 1 0
46,131 46,131 000000000cd58cfb9e10d72b3ec7cf6e2c3b6815519db0573713c5233138df5c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.83 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,205.67 GB sent, 117.76 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.