Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

16,373 transactions (3.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,062 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,929 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,061 (857,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,674 52,674 00000000137ec062f4a188724fdf7b569fc5c89feebc47e1d41603f0e5aeeee0 0.00 MB 3 0
52,673 52,673 0000000005654f6152bf75e0fa6e474aea3386675a5655d7dbe9918aab7690fd 0.00 MB 2 0
52,672 52,672 0000000003fbd08e87e4929a0e8744919ea2563112622948593615eeeedf5ffc 0.00 MB 1 0
52,671 52,671 000000000dcca85d0cb2b77d29aa320975955b382103cbc70c30b785e6f56086 0.00 MB 1 0
52,670 52,670 0000000007ca116d3c8658a43e43fa494076139898a91386f66b6a642b545b69 0.00 MB 4 0
52,669 52,669 00000000163cc823972a4e7e05151afba7eaacca3d3e2b47253726902d74bcd0 0.00 MB 1 0
52,668 52,668 0000000000e157a58ae6ac586c7aa614c94fabcafde39a945c6628b4bc69a283 0.00 MB 3 0
52,667 52,667 0000000007b7d9cd670c9876ec89fa31ade7a3441db9ae57ae0fe5a2d70cb80b 0.00 MB 1 0
52,666 52,666 0000000005298adc89d18374f902efb822bd1b47d7c3301270c8e443709b25ed 0.00 MB 1 0
52,665 52,665 000000000ee410eb7d1ae4e9900a2c0798dd005ea1ccc2d41f02e0aca1a290d1 0.00 MB 4 0
52,664 52,664 00000000121d129ce439fb0ca03d0543b4bfdcbaae2e18370093dc56ae6f76de 0.00 MB 1 0
52,663 52,663 000000000e0b24af40bcbd5e809566e7d051cd512a5ac57428a92fe8c9d7d63c 0.00 MB 1 0
52,662 52,662 00000000059abe0e7940351fa71e0af7e77483d5dd3b3c878e0ffe409372129b 0.00 MB 1 0
52,661 52,661 000000000b3453a6c4194c84a78882473ab1619aedb56c8ebfac4854c308a672 0.00 MB 1 0
52,660 52,660 0000000012ef05fbf4d1c543676349b5dd5c515cc253fb3741d7c5396eb50c3c 0.00 MB 3 0
52,659 52,659 000000000374ba75f2ef257081271a1a3b233e149f1e4d53c591b5c1b5c43a20 0.00 MB 1 0
52,658 52,658 0000000007e6de4e119a5806236bf4584b1a1b45d5183189bef0ab832ea55f3e 0.00 MB 1 0
52,657 52,657 00000000104160cf70490c78ac02a45540150cb32e18266c8707589e39843eb3 0.00 MB 1 0
52,656 52,656 000000001569a0ab541c51cdbe071a648e778ec2f588a79747e174e52b3f9c62 0.00 MB 1 0
52,655 52,655 000000000bd88b755d84fa66763c5f35e7def558620aada6439acb06403bddec 0.00 MB 1 0
52,654 52,654 0000000001ef22ef8bd8ec88f3963ad2475e4515f42314599f00aad9ec8789c7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.51 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,186.44 GB sent, 115.98 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.