Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

578 transactions (0.12 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,783 000000000000000000022b910000000000000000000000000000000000000000 0.12 vMB 562 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,782 (47,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
864,529 864,529 000000000000000000032c3e0aa34d03ab6d96012a4b145c3968b34468316041 1.51 MB 5,262 3
864,528 864,528 00000000000000000001a68fb38199c38f8933b74d082807b25dbb7fbe8956c0 1.49 MB 5,400 4
864,527 864,527 00000000000000000001cdba21492cee395f651a26406771576c539f821b8ee5 1.73 MB 4,339 3
864,526 864,526 000000000000000000009b7f8f758a5b83c7dd487a8b0f28cf87f4dad50b7894 1.81 MB 3,382 2
864,525 864,525 00000000000000000000b02a6a6341199b7c71f3747a7200fbf753926ac34135 1.48 MB 2,907 10
864,524 864,524 000000000000000000011991fbeea6c553bd14bffcac4f181b1846455f91c9c5 1.56 MB 4,761 2
864,523 864,523 00000000000000000002a06b9ba8b1f97f358b5060e98e767177f162dbfd12c7 1.82 MB 3,422 2
864,522 864,522 0000000000000000000123ee79d8029c7c5c8fa4e04a661eb30de8a01145ecde 1.65 MB 3,624 2
864,521 864,521 00000000000000000001ac5ad2958bf64890376a81760b3d7f74c1c33363b9ec 1.56 MB 4,573 7
864,520 864,520 0000000000000000000127118d6c17d74f9c596d080350074fa3cdbe276dd7e9 1.46 MB 5,421 6
864,519 864,519 00000000000000000000dcf5d7002288f6d5942abae5e78f9edfb1249570dd64 1.62 MB 5,590 3
864,518 864,518 000000000000000000014d0117e7b3b6a875552711fa50fa0c4ba44b85d90739 1.48 MB 4,841 8
864,517 864,517 00000000000000000002e259f3c15bddddd5bc0c22c0a4cf6a21b024e254e90a 1.66 MB 3,840 3
864,516 864,516 00000000000000000002e69500da04ea68b124dff460a272acd115f1098d9e5a 1.42 MB 2,680 7
864,515 864,515 00000000000000000001c519efe11f92c88da1c42c22df9c297c39982c1711e4 1.50 MB 5,161 9
864,514 864,514 00000000000000000001a0ba9cbba462a26411f535b669e66299e5120ded35b8 1.57 MB 5,213 4
864,513 864,513 000000000000000000011ef2a82a314c5fbc9530a5ba06b64d893e08d2365f81 1.52 MB 4,583 5
864,512 864,512 0000000000000000000001c8a18d9cba1747322f26f119c5a1cf500b987f236e 1.62 MB 5,608 7
864,511 864,511 00000000000000000001ab0ecd07c0d135e959d6de6c0929289b1022ed34ba56 1.48 MB 4,563 7
864,510 864,510 00000000000000000000957ba59610cb1e5e48bc7e1d9a08fc05938242bde3fd 1.44 MB 4,388 7
864,509 864,509 00000000000000000000cae1e2595ea2ce454e3f9df1b36db10fa51cd0f28794 1.47 MB 5,410 8
Previous 10 blocks ↓
Total Size: 776.69 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,438.58 GB sent, 131.96 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.