Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,606 transactions (2.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,754 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,833 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,753 (855,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,418 55,418 000000000eade312c63a04ca81a3adeda941434a6981e95809b77aaf04abd778 0.00 MB 1 0
55,417 55,417 0000000001d127f58be622054c95fc4dc55266a9e1f24b7c7661e269cf6e0131 0.00 MB 1 0
55,416 55,416 0000000001c034b06a8ffc824cb1761fbdcf171e961e27ac93ad58a1a750cf76 0.00 MB 1 0
55,415 55,415 0000000008e9f1e0f30f7699b881163488452111a021c5f50e4ceec53ff76547 0.00 MB 2 0
55,414 55,414 00000000061879909b5a02b0261d006e33b8e461d9bd7ca5ea4f29b02319f30e 0.00 MB 1 0
55,413 55,413 000000000e2bd1712a21fd7a387dc5b557bb08c578ffb1700ddaebd9715a71f5 0.00 MB 1 0
55,412 55,412 00000000063a284812d793e917a7545771f4c8f060152f5bf7d4129755a954ca 0.00 MB 1 0
55,411 55,411 000000000010f0eec2066a77147cb2ef7730436acb5b355b6800d0ef8a0f4659 0.00 MB 2 0
55,410 55,410 000000000e6ff21794990dc043bb7e990733eadccaca859562ac87066a6aeddb 0.00 MB 2 0
55,409 55,409 0000000011cb86a54b23a92be5ef24d1c6e63c0a77907b6beeeb7afc4b9c3dbc 0.00 MB 3 0
55,408 55,408 0000000013cd97f851c6a25b0da69afd2d20f14b546e427868779a7231780a6a 0.00 MB 1 0
55,407 55,407 00000000054885710f784e8427fd47ce59681f115ef3b239649830283cd66f2f 0.00 MB 1 0
55,406 55,406 000000000e774eb9f738ab820fe287948b09d19122699c5094907e0ca22c5151 0.00 MB 1 0
55,405 55,405 000000000cd68e020059f722d7f4986c2693fc0ec668f1f3ac68d1d0dc788683 0.00 MB 1 0
55,404 55,404 0000000013af6ac2c98f2eedbe19dcfc1989de42353783c797f944e52b4d222a 0.00 MB 1 0
55,403 55,403 000000000aa97ef83f025fc9c84aceee740b2f9084a9874da0a4ce5d1ccdd50f 0.00 MB 1 0
55,402 55,402 00000000107bb94d36d4d0af6a581fc86e1fca4061f86d236211e48a41e7542d 0.00 MB 1 0
55,401 55,401 000000000a1053113413446a2fbbb7cb038a7fe6187372c58d061bc4875edf4c 0.00 MB 1 0
55,400 55,400 0000000003f41b5aa020ce24da77d41f72ee565ed2f78cec6311cf85472b50af 0.00 MB 1 0
55,399 55,399 00000000072c50d899dce6558be52b283c4c8ad1ddef1377b680b533dda53830 0.00 MB 1 0
55,398 55,398 000000000a22cfb5cbbcc10b1b501cc66438f52db8b46aa18b6888a98ea0126c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.78 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,294.07 GB sent, 122.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.