Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,711 transactions (1.59 vMB)

Priority:

  • 1 sats/vbyte = (10 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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,915 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,899 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,914 (820,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,258 89,258 00000000000f5eafa99d1915551bd733f498d84e4882c3c46d337e73c5971d49 0.00 MB 1 0
89,257 89,257 00000000000bf4645788fb86f3917a7a52ea677a2ec955e14ccfb29e059d6a56 0.00 MB 1 0
89,256 89,256 00000000000085d76fcd82079b7bbaf8d37962bb2e75fd9bc536ca571b266cf8 0.00 MB 1 0
89,255 89,255 000000000006086d003d9ea6eda7ef4815a8904ff2f102eacea1d37ba8fdc75b 0.00 MB 1 0
89,254 89,254 00000000001161ff1b7d24e27d6128663e60c13a05e8f3fc50108b378f37724f 0.00 MB 2 0
89,253 89,253 00000000000dc8e056b6ef4201362acceccb3cebd4faa652d8b41a22ab833a80 0.00 MB 1 0
89,252 89,252 00000000000f76e7865412a4478f33da785a40e46881fe2111c1c16b4b0dbe5a 0.00 MB 1 0
89,251 89,251 00000000000c0237f57d246a2a7b37ceacf35ebd7d9ce894b0cce27e782f4ee3 0.00 MB 1 0
89,250 89,250 00000000001235323d74913276f06abf33df05b350dc08a7895f8bfc30394e2b 0.00 MB 1 0
89,249 89,249 000000000009b7b54c789bb7c1d9560db30cf0b0c55fba6402c5fe3012e94935 0.00 MB 1 0
89,248 89,248 000000000012ab64e8a08d4576c0a5cc628156313b526b94b6f1a00411398377 0.00 MB 1 0
89,247 89,247 00000000000a4d8d22f3c8ce605b92d7fd40c61d9909601fb3f4c6147061769e 0.00 MB 1 0
89,246 89,246 0000000000128df324d66a707330534769c72e0e68f6f0a3eba6a3bcc3a7bd37 0.00 MB 1 0
89,245 89,245 0000000000050284af3410e4bba6566ca740432e360b742c03fbbc2ef728ce57 0.00 MB 1 0
89,244 89,244 00000000000cadd0db2a420644a93ed2e89a227ca6a70f84c659a50c5b3c166f 0.00 MB 1 0
89,243 89,243 000000000004e277d08933d3c20d1433185f2fba98fa8f0a5509a68c32045bbe 0.00 MB 1 0
89,242 89,242 000000000005dcc3ac675b57d24b90a57e59a2cd9206b05d9ff5fa5c0e595ce5 0.00 MB 1 0
89,241 89,241 000000000014c509eaf44b60c9936728c3804c50821576814317575d64f0490f 0.00 MB 2 0
89,240 89,240 000000000004a584e923f7de6d15f2cef2f50974e96d58736e65f6071a48f8d6 0.00 MB 2 0
89,239 89,239 00000000000caae4d713e99de7e25180334c1e33d9da388a6db1c67bb64fb6b4 0.00 MB 1 0
89,238 89,238 00000000000ca1727bc9425d7cfe7ccbe01e8d2bda4917f9a8b058cb8f345380 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.24 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,172.73 GB sent, 114.61 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.