Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,845 transactions (0.77 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,842 000000000000000000022b910000000000000000000000000000000000000000 ago 0.76 vMB 2,827 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,841 (382,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
529,308 529,308 00000000000000000006348f062a4156534bb02a2f9ec620d0270a8e02c3168c 1.12 MB 1,892 26
529,307 529,307 00000000000000000017878b4cfa70f4dc154a0a439be7ef3175ad7cefaee5d5 1.05 MB 278 3
529,306 529,306 0000000000000000001ab524a1047e7688fd1077fd2b8ed890393433959f73c2 0.23 MB 553 50
529,305 529,305 00000000000000000033576ddc816ca35f8fbe1665365b2a3c0db82439946926 1.22 MB 2,037 15
529,304 529,304 00000000000000000012adba0506ae6ff2f3fb09ec08fb75d4ee876efe9acf04 1.19 MB 2,309 54
529,303 529,303 00000000000000000013094df36372ff19f0387cec83ae9e0f1eea78a64b46fc 1.00 MB 422 11
529,302 529,302 0000000000000000002b07439d198ef50cad26576777294ba9dc46ad2e64016d 1.02 MB 386 12
529,301 529,301 0000000000000000002a3f9d51bf4c9593ffa163d33f33f2768eaa7e170a6a74 1.06 MB 976 70
529,300 529,300 0000000000000000001a9e508daab9569deb2be1c41651c7454837932af2b977 1.11 MB 1,174 23
529,299 529,299 000000000000000000256814223f9d30a13c1879889218521efee30a990d6410 1.03 MB 373 6
529,298 529,298 0000000000000000002d861186cd1a43127f57282470fb042d2b803c659c9661 1.11 MB 1,212 8
529,297 529,297 00000000000000000001d54852c68100360f44db63d64f35561eb4b215c755c8 1.14 MB 1,382 81
529,296 529,296 0000000000000000001309165e40b3aade21b9d8ad00b92a259ce558b78e34f4 1.07 MB 914 18
529,295 529,295 0000000000000000000ff174c1c8e79b09c1c07b54c7f82720e1f5723bb2fcce 1.00 MB 173 2
529,294 529,294 0000000000000000002d32d824df04e57a595f3bc702f9af32cf0f626f7ac64d 1.08 MB 909 6
529,293 529,293 0000000000000000001fa176b8c0fbe8ff9570394d9ab1b1e0415fbfab28fb7e 1.15 MB 2,631 65
529,292 529,292 0000000000000000002c1f51821bef5823663d684372837e050a1ea24e30ef4d 1.18 MB 1,471 30
529,291 529,291 00000000000000000009c20be04d6276ed0f5df9626d8cb33ca01e44acf88a40 1.17 MB 2,630 35
529,290 529,290 00000000000000000019efcbb807fbc7b048d5ded291c412d48a076a33001348 1.14 MB 2,718 47
529,289 529,289 0000000000000000002f34bb72405c9090b70f4c18a8916eb46ce079ff764243 1.12 MB 1,530 26
529,288 529,288 00000000000000000026c3789f376d05ea10af6bdcbe137713683f53fc97a853 1.01 MB 244 2
Previous 10 blocks ↓
Total Size: 776.80 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,468.75 GB sent, 132.53 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.