Memory Pool Memory Pool Refreshing

1,537 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,639 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,536 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (903,369 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
5,269 5,269 00000000c1408749bfd1d2c8f5c4a95f7671bd209b5a1e2b2c7fcef37afa7bb2 0.00 MB 1 0
5,268 5,268 000000009972e6730c5f971f0b88a2a7702d240ebe1042f4cc77d65ab16bb47c 0.00 MB 1 0
5,267 5,267 0000000090a0137ad27ad897e5f3d9119007b0aeff4fbec351340a7efdd9fc30 0.00 MB 1 0
5,266 5,266 000000006d252aff157b8b6b5212fe6c72e3a2904912a6022c1161dcb329d744 0.00 MB 1 0
5,265 5,265 00000000b2f298757e5db43e956f2b13e47c66e908296cc73931dd74de149e18 0.00 MB 1 0
5,264 5,264 00000000a8548239874d42f2566c8c9976fb7aa162394c3ff60030d86219f366 0.00 MB 1 0
5,263 5,263 00000000d0b88b709f1c6ace8876c77957e6548aeef7311329fdeff1f3dcd814 0.00 MB 1 0
5,262 5,262 00000000934e21f27256b447a256208b8f8e0c59a0a1d6193e2c996be33dca6f 0.00 MB 1 0
5,261 5,261 00000000d47ee447e9c7b04828803f14fc1a86bf67163b3e3a641e8ecf57ed6e 0.00 MB 1 0
5,260 5,260 000000002622aa01985953101c787b85f2c9fc10b6fb50f3723588fca6beeba3 0.00 MB 1 0
5,259 5,259 000000005e9e4a56a50b265fced276903d284e6a6f88a346f6113b38c1a35891 0.00 MB 1 0
5,258 5,258 00000000498f9d53b09d6b486716a8b79c60e43be439e4520517830fefd6f2d2 0.00 MB 1 0
5,257 5,257 00000000ae401b37b65edfe4e2627692d496db9d71ea701d371a24a1b0556128 0.00 MB 1 0
5,256 5,256 000000008e5508b05736619c7a9cccfe88b36f7ace69086e1a24c0546854db13 0.00 MB 1 0
5,255 5,255 000000004c50f59d25e24bd70e847d45ca0afe75d861e99b4e4a54ea6c4b908a 0.00 MB 1 0
5,254 5,254 000000009f234a07cebd1e8d5b193e5e75b6552aaa2701b5a7300344eb873cd0 0.00 MB 1 0
5,253 5,253 00000000febe72cd9885d0eeaf388fb0ed120918b518d7fe730a0c228db64acb 0.00 MB 1 0
5,252 5,252 00000000fb6963d7ca76bd49ff3e2407add5b96b3fc176cd0f7110adfca4dc5e 0.00 MB 1 0
5,251 5,251 00000000978d4dc87fc77895f46fdd7857132863febccb784b8706819ecb4123 0.00 MB 1 0
5,250 5,250 00000000e6e89b27af3ea7484fd5c7e277ce12754bec74c2718bf5fedf5058de 0.00 MB 1 0
5,249 5,249 0000000039bad54d526624a26b4d313d1af008cce73af07662b0699ddc1f26ff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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: 1,850.90 GB sent, 101.33 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.