Loading Tool

Explorer IconExplorer

Memory Pool

32,179 transactions (5.37 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 44.02/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,573 000000000000000000022b910000000000000000000000000000000000000000 2,484 0.02023059 BTC 0.79 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,572 (694,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
217,891 217,891 000000000000038028c598fae6611b0de0e45b88a64d69d99eed4af5903e00a3 0.50 MB 163 12
217,890 217,890 0000000000000005358e2458d68d97e423757e6e58390b77b4b1203207c5776c 0.16 MB 337 176
217,889 217,889 000000000000003f585be6f844cf1cc608f50a16b1a446e50a34f2e0f5d6428d 0.05 MB 114 163
217,888 217,888 00000000000002615bbb078c8fb4a05ce1787d6b9a7957c8c65a4d1ae9ae24e5 0.10 MB 181 123
217,887 217,887 00000000000001f04f3f9c215e51d689b1a1452780baca7431c764c854dedd47 0.25 MB 479 371
217,886 217,886 000000000000025e74890296acedbed5e0da7ea68773ee5c20c64621bd115677 0.09 MB 166 140
217,885 217,885 000000000000017fc5cf0bdd4f8c0ea633d5745a2bba050eb0b8075dd25f60b1 0.09 MB 161 155
217,884 217,884 00000000000004be0150fc2fefb0589c4eb8a6d3411c11a4eb37416ecf6b3436 0.08 MB 122 120
217,883 217,883 00000000000005346da8a2f178a88953e78646416b51d3c8063ce58d41aba137 0.05 MB 112 23
217,882 217,882 000000000000018f5041ecbb1ef1013300895bdcf970fa50e2e385694edea5e8 0.11 MB 172 136
217,881 217,881 0000000000000527afb8caf44322b4bd30f3eaf49b58caa32611a826b6ef1469 0.04 MB 100 92
217,880 217,880 000000000000053e52631610283d6591883272e1d49d295bea3ab90f04e5498e 0.22 MB 289 132
217,879 217,879 00000000000000dbffe8195446cfd4ca38e81509653558907e5ae2032c838c2c 0.20 MB 541 242
217,878 217,878 00000000000000321ce73f6524a08b3bafac3743b1e96f2df53eb6f13b846db5 0.04 MB 76 85
217,877 217,877 00000000000001b27fdda2c4d567000d728f0259b4d42ed78fbc6d7539f5f07d 0.10 MB 277 227
217,876 217,876 000000000000045568db835d552a99e365d659b8d143ef28f729c107e1ae199a 0.09 MB 201 218
217,875 217,875 0000000000000230815632cf1f503695ec5adf474dd62bd95d9dce0537261dd5 0.03 MB 69 61
217,874 217,874 00000000000004fe935febdb67ef1d8f0b973597788812fe330693076c5a01bd 0.05 MB 96 287
217,873 217,873 0000000000000256c8295530b8fae11ef43675eb3fb69bf02f94196e351ef4d8 0.20 MB 474 653
217,872 217,872 00000000000004b61fe29d6fcfbf305952f4c3b68bb2b94fbfff093a0538a03e 0.24 MB 527 186
217,871 217,871 000000000000040c5e7747e979ea03e499ab9bde9606def756d4ca318c5b13b7 0.05 MB 128 43
Previous 10 blocks ↓
Total Size: 778.08 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 61
    • Outgoing: 10
  • Data Transfer:
    • Sent: 10.13 GB
    • Received: 0.26 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.