Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,175 transactions (0.66 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,602 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.64 vMB 2,162 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,601 (143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
910,458 910,458 000000000000000000009c3225e45b715b061ba1d4288482aa4d1eed6b295a97 0.69 MB 1,294 3
910,457 910,457 000000000000000000013610602b33113e74ce190c5da21909a776e26ce31a2d 1.78 MB 4,251 1
910,456 910,456 000000000000000000021b4847cd86995c440c8449be20bc7cdbf4a1a7c03b96 1.99 MB 4,372 0
910,455 910,455 000000000000000000014edab035aa42baefad47b019b292dd7397bda1349139 1.77 MB 3,544 1
910,454 910,454 00000000000000000000548c41906b29b17901a52de975779fce373f4a4714a8 1.46 MB 2,319 6
910,453 910,453 000000000000000000008ac09db9e5a880993a0a6a03f68b979321a5c0a08bc7 1.75 MB 4,033 0
910,452 910,452 00000000000000000001279be977c03c8823f26bd0f2c7aadc7e208ec47b9ca9 1.64 MB 3,723 1
910,451 910,451 00000000000000000001c6ebef4bd0d1dad7644b824b4e7df7d2a232b6d10208 0.07 MB 70 1
910,450 910,450 00000000000000000000fc04d59dd666f24cc6f822428006da47d9ed2cb69d47 1.79 MB 3,753 1
910,449 910,449 00000000000000000001f0c7941cd7378f2a5c19c0b29bb5a095fa97ffa70e71 1.67 MB 3,772 4
910,448 910,448 0000000000000000000065a9ca877c4850f9c067bc7d4a8d05bf68d743fef0f2 1.93 MB 2,541 1
910,447 910,447 00000000000000000001802f1acc14f0a009c28f0c4a267edb365bd28ff6a618 1.55 MB 3,923 4
910,446 910,446 00000000000000000001a68077d124b14da5c16dae8a59fdad0e4bf334fd8f9b 1.80 MB 3,927 1
910,445 910,445 000000000000000000009da3ecfdb8198b8ea7e1b6f638aab2316a2cdd066620 2.03 MB 3,963 0
910,444 910,444 000000000000000000013cbe969c2018a53485c7d82c124e20e22f634b3d60aa 1.71 MB 2,506 4
910,443 910,443 0000000000000000000117a0d58c9dff42ef25cee143c5d242e84bebf2ec7f43 2.17 MB 3,749 1
910,442 910,442 000000000000000000013ba86e9c1d34feb6b1fa66dfbe7e945c933c889538a2 1.44 MB 2,524 1
910,441 910,441 000000000000000000018eb1c8d2692101507e0872a949230e3dccf904d93f1b 1.87 MB 2,853 5
910,440 910,440 00000000000000000000d22167aa0c9d1a49e7878631d6c93ea1b1c87b98ba24 1.70 MB 4,913 1
910,439 910,439 00000000000000000001648e046fdbb9ebce047330cb65c17ae74e25a99a9833 1.65 MB 3,770 2
910,438 910,438 0000000000000000000132e114cfc1b2a295a431f6687cb9dba708d7be8e236a 0.52 MB 1,078 2
Previous 10 blocks ↓
Total Size: 774.49 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,255.22 GB sent, 120.98 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.