Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,987 transactions (0.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,737 000000000000000000022cb30000000000000000000000000000000000000000 0.68 vMB 1,987 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,736 (855,328 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
55,397 55,397 00000000083458729e0ed2dc55d9d13f0ba6dd0aa9833c32a59b54c1dd406052 0.00 MB 1 0
55,396 55,396 0000000001934f8a1c4c73a54053fd497417412a99bc57d78f8bbbc4295ed686 0.00 MB 1 0
55,395 55,395 0000000011a37ad51cce9042204dd4303e138e564818f62779ef858fff0bdb84 0.00 MB 1 0
55,394 55,394 00000000068c68bacb2064fe12c4535f1fcb66262e82a34c04b418c76d8baf93 0.00 MB 1 0
55,393 55,393 000000000e6b6ba4e33aea15442f297c60786a21d77e5f33d71a9e05abf04454 0.00 MB 2 0
55,392 55,392 0000000004331a1651368ab49cd255bd39ad43e565413f975e9dd862ae53eec4 0.00 MB 1 0
55,391 55,391 000000000076a2789d8b0c9d976ff897317de608b10170a2a068ded428934f0e 0.00 MB 1 0
55,390 55,390 000000000e88e1d1446786384643c0c10ff7c91ea163bd5f8cedc68ed021b485 0.00 MB 1 0
55,389 55,389 0000000001914fbcf9138436cc57814f559567435202a06513155c33eb0794c8 0.00 MB 1 0
55,388 55,388 00000000101bdc321efa5cbcc84b25fda812b71cd6404e4307211f1747be54f1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.74 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,292.46 GB sent, 122.32 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.