Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

636 transactions (0.15 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,479 000000000000000000022b910000000000000000000000000000000000000000 0.14 vMB 631 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,478 (129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,349 911,349 000000000000000000018e5f5f1b4f3db4f9999a7c31e8ace27e615ef314b6b1 1.77 MB 4,461 1
911,348 911,348 0000000000000000000185577dc64d219325bf385b8f277834f52eed0c4dd6b8 0.52 MB 707 1
911,347 911,347 00000000000000000000d709037a9623724d9fccb4de2001b26860651d6768d7 1.66 MB 2,822 2
911,346 911,346 00000000000000000000a77a1d4aa13a5e4072bdbbad6b378d8de256bf079208 1.89 MB 2,264 1
911,345 911,345 000000000000000000014db4fe827887e8b1f741e4239bf3eeb72b380d0015cf 1.62 MB 3,874 3
911,344 911,344 00000000000000000001a260aa0effc8cfc644281a07c6dbfa588c2808b9f0c0 1.68 MB 2,692 2
911,343 911,343 00000000000000000001e067119679eac8b96828c0efc7305169d9662ee22fad 1.67 MB 3,126 4
911,342 911,342 0000000000000000000110cc2ea20ce8dfb6732496f8edbd69795c22c8dbd8ba 1.16 MB 2,162 2
911,341 911,341 000000000000000000013049d72e90f29dcc7b63876dba06a6f37a0c4d74701b 1.73 MB 4,461 1
911,340 911,340 00000000000000000000721963bbaabbef802ea58e730fada48239f2bb2b8931 1.60 MB 3,209 1
911,339 911,339 00000000000000000000559e4aa2027a413975759c39e1dbb8519c33c6807308 1.72 MB 3,292 2
911,338 911,338 00000000000000000000236b057bd37139eaad4858f957e5b4d8f3f804b373c0 1.68 MB 2,964 4
911,337 911,337 0000000000000000000136d19e7f7061af24011036708d91e124ec3d0fc70477 1.62 MB 3,336 2
911,336 911,336 000000000000000000018b0812f602e5bde04cf3da39acd64073145f260ae252 1.75 MB 4,914 0
911,335 911,335 0000000000000000000177c5ccfca4690e423c3451147dd3fb4a00aadf4f3af0 1.74 MB 4,581 0
911,334 911,334 00000000000000000001ba3e0e29015adcb316d9cdfbff077403f3d91c9a03d5 1.57 MB 3,493 3
911,333 911,333 000000000000000000006f875376167e95423b3c13f15dc9a20c2f7d5e676371 1.68 MB 4,320 1
911,332 911,332 0000000000000000000188b12839837641a211fb9f1647dfef29bef5083d5448 1.56 MB 1,818 1
911,331 911,331 000000000000000000018df208838966781c0b996dc277b4119647009cf4b780 1.80 MB 2,888 4
911,330 911,330 0000000000000000000127d1bdcc4e584321a24b85c52990849379e0e2433655 1.62 MB 3,091 1
911,329 911,329 0000000000000000000135ee216464e7abdc344989d896480ce7c0c030e3a0c9 0.92 MB 999 1
Previous 10 blocks ↓
Total Size: 776.12 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,410.86 GB sent, 129.33 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.