Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,019 transactions (1.23 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 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
910,660 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,107 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,659 (128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,531 910,531 0000000000000000000202698dbe1cd84877018da806081f2246fd41236ad81b 0.98 MB 1,887 2
910,530 910,530 0000000000000000000210f24c2c3755951ee0c7de5dfa121529dc6ce772b7df 1.68 MB 4,252 1
910,529 910,529 00000000000000000000ca855077205f4f71922987f14e1dc0ae67a9f93b587f 1.69 MB 3,572 1
910,528 910,528 000000000000000000001beb8775326adb64bc20eec856b12d8fb2dd0fedd17e 1.40 MB 3,043 5
910,527 910,527 000000000000000000003b661302e834750e1f5fbb28f546a19a7cc6398bdc38 1.68 MB 4,688 2
910,526 910,526 00000000000000000001eaa73dfbfc753683a571459b776b96302ba19c56cf52 0.01 MB 40 50
910,525 910,525 00000000000000000001ea8f9e7b7f7b389293e88ecf84be0a80776a8f7fe1e6 1.66 MB 3,900 2
910,524 910,524 00000000000000000001493dfd40a75712c1efaaa01f534964cb9026d998c7cf 0.10 MB 207 10
910,523 910,523 0000000000000000000168e1bea64469ee6083f16aad51904f80750301547328 1.83 MB 3,656 0
910,522 910,522 000000000000000000001e7cbcb7c813b08829149a31d1bcbf348d1ad0b16676 1.63 MB 4,150 3
910,521 910,521 000000000000000000016f1b57384ad1be0f60ab23c8aa97bc42a21efde8ed18 1.82 MB 3,824 0
910,520 910,520 0000000000000000000200b8713abf8775b207e9496d76ea452e286ca960e30c 0.13 MB 346 2
910,519 910,519 0000000000000000000006d4f1d824345a5765b4d2f226bd85971a98c50d4e9a 1.83 MB 3,794 0
910,518 910,518 000000000000000000020f2a461da82a484f9ec2f73b3822c023ae73ff27dab7 1.89 MB 3,874 1
910,517 910,517 00000000000000000000df19cbd0f49ef1d2a5fe40fcb8aef9b5eaddd3fccfd7 1.45 MB 2,690 2
910,516 910,516 000000000000000000007e88551ace0091ff0c51c30c12f759155a42885243f7 1.68 MB 3,244 2
910,515 910,515 000000000000000000001db785e77dd13be643f3b07ceb54d09cd2f06827651f 0.14 MB 344 2
910,514 910,514 000000000000000000021a8b7eb6793de07e827f495bf9b578682b2f87f810b4 1.60 MB 3,279 2
910,513 910,513 00000000000000000001ed7745e65666f2660207cceea3640328d91d77173210 1.78 MB 4,403 0
910,512 910,512 00000000000000000000cef9b84372f9d6de1d568d23aba330f2084dc9fd1ef0 1.70 MB 2,638 2
910,511 910,511 000000000000000000016b4b1393b943acf54491636bde815e13780c409bbed6 1.67 MB 2,779 1
Previous 10 blocks ↓
Total Size: 774.59 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,281.19 GB sent, 121.57 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.