Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

19,232 transactions (4.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,075 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,432 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,074 (857,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
52,679 52,679 000000001333d73436bf0b3acd09f9e2293d08588b380567b06bf72e83f15f52 0.00 MB 1 0
52,678 52,678 000000001400797ad034758f83b6386031b616b829b296e2fa0432ee4d94d59b 0.00 MB 1 0
52,677 52,677 0000000005672a47b6beeadd6c682ff800ff9a20a116820c8b6816f262c97412 0.00 MB 1 0
52,676 52,676 000000001149fd978cebf65d6ca836b580f01d008af2828f6bfed7fdb305cde7 0.00 MB 1 0
52,675 52,675 000000000e61347e5022228308b13c909bde36d05178ff3ed69ab25eece6adc3 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 773.53 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,187.50 GB sent, 116.17 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.