Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

376 transactions (0.08 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,735 000000000000000000022b910000000000000000000000000000000000000000 0.08 vMB 372 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,734 (16,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,410 895,410 000000000000000000004668c2167ee39e0f4485a7befdaa5d1adfeb8e41be58 0.86 MB 1,904 3
895,409 895,409 00000000000000000000c82046ad100b0d346b25698ae929bbe7c520d424d031 1.15 MB 1,111 1
895,408 895,408 00000000000000000000591f699c5e70fbec60b789ee49086433f5d787fae77e 1.33 MB 1,420 2
895,407 895,407 000000000000000000008cf13260290dba5cf8a87534e718199a08684e17591b 1.62 MB 3,975 5
895,406 895,406 00000000000000000001b19f27e4fef21a04d0583a6f86d38738c995113ef29c 0.88 MB 1,916 2
895,405 895,405 00000000000000000001ebb73da9e72e7f00dfb9885b33de6316f53faae38e30 1.58 MB 1,849 2
895,404 895,404 00000000000000000002288c0c581dcbf149f1c2d56dd65d3cb69dc3354972ad 1.72 MB 1,600 1
895,403 895,403 00000000000000000000c1dc134bb85507725ed36d345be919f135159f15737c 1.84 MB 2,085 1
895,402 895,402 000000000000000000007f60df538d5ac0e1b2e4df89454bfcc0d498ffca444d 1.40 MB 1,692 3
895,401 895,401 000000000000000000018671ae4e58443bbe5d49d100b6f9ecd33ed5c068f5e6 1.20 MB 543 2
895,400 895,400 00000000000000000002168df816f91657fdecfd4b1b13d0b4572496db1c7f22 1.16 MB 742 2
895,399 895,399 0000000000000000000099e2b3505da3c712592d3c562849431626ba474b118e 1.63 MB 2,770 4
895,398 895,398 000000000000000000021697db591ee105e7926e42a39974e4f7ba4fe71d7fcf 1.68 MB 3,087 5
895,397 895,397 0000000000000000000133172de180f46f6073042668b3de258bdd34b00b03d2 1.68 MB 2,789 3
895,396 895,396 00000000000000000001809607616c35a7cb6ce68c64b2790b6c2fb394bd7798 1.54 MB 3,585 5
895,395 895,395 0000000000000000000123be8b74453bad59bb2497e33d8540a6577ec1fdf83b 1.84 MB 3,104 4
895,394 895,394 0000000000000000000023c67b74164867b15f13c7bad526a1a5fed504d01726 1.64 MB 3,754 5
895,393 895,393 00000000000000000001aa51352e5b8e12f21db1a16e80e999e7a20fdfe86c82 1.56 MB 3,367 7
895,392 895,392 0000000000000000000099cfe85c5b62a66c19dd02ecee95ea9ed5831b4e45ae 1.74 MB 3,713 4
895,391 895,391 000000000000000000025065c7b43c74007c85ec7350975e5387af3b862e606a 1.60 MB 3,400 6
895,390 895,390 00000000000000000000965c9c72cd9c2a79581a4be7ee58463cc9aab698ac33 1.63 MB 2,843 14
Previous 10 blocks ↓
Total Size: 776.59 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,427.50 GB sent, 131.54 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.