Memory Pool Memory Pool Refreshing

1,544 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,538 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (900,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,298 8,298 00000000814a9380e070a26c717b5611bfbd0c5e3e91fc3b4424d5af9c3e8bae 0.00 MB 1 0
8,297 8,297 00000000a99f42c001b1f548f97d17865ca930426dfa034d2ccb569ff029f0dd 0.00 MB 1 0
8,296 8,296 00000000f4d669b83791d914f8d23fac895f1e248da856082078bcad41669b0e 0.00 MB 1 0
8,295 8,295 000000004d057f5e39e780853e80c3447f2827344674d417b5715ed201397c35 0.00 MB 1 0
8,294 8,294 00000000276544e3a758cda222e9291f01bd8d6fb6efe70779fd9bab600c7670 0.00 MB 1 0
8,293 8,293 00000000229bebfd3876c8c63e98123e6246458414fe432ccbd2b8cda6e28674 0.00 MB 1 0
8,292 8,292 000000002d6177898bde5832f2e6cad7d0f31511dd84a021b8b26ae1e546df1e 0.00 MB 1 0
8,291 8,291 0000000060b58697f3a10a67d94f7437b734cbc761c80c79516c314ceca2811d 0.00 MB 1 0
8,290 8,290 00000000caa0e60be223d5b7cfe335d6742ddb3f4006a2cb5a81d02e2d2884de 0.00 MB 1 0
8,289 8,289 00000000e9666bdf76e2bbf2e3001ed4bb926cda54aaf2c72af365d21ba90490 0.00 MB 1 0
8,288 8,288 00000000d973bc6a279b81b6da4d8fdbfd4242312181f4c094c420d3ac8c6a48 0.00 MB 1 0
8,287 8,287 00000000f146640b532605b24eaa612e8096842605dbd3abd81f0cf226bdb88f 0.00 MB 1 0
8,286 8,286 0000000070fc5453f6b820a1cdec8dfd51a6a0c229c2ac16f0b2807221ec39f7 0.00 MB 1 0
8,285 8,285 000000006b4b456cd16c91821653c4c252afd9d085f28c804ea7aa54daa90a8c 0.00 MB 1 0
8,284 8,284 00000000a5275ba694daa25c191959e7694df68fd4a10865f24cfc0283d99a24 0.00 MB 1 0
8,283 8,283 0000000093cafa55c15b13f9eef325ce6cfc24efe2c98d00e0f326e56d623e2d 0.00 MB 1 0
8,282 8,282 00000000336143357bbf9e497b7023108acff80a1a08b070789fabe856a4bb94 0.00 MB 1 0
8,281 8,281 000000000bc1a45e6c7d12b0f009bc069bdb5f111ca4f02c768b543d20cde197 0.00 MB 1 0
8,280 8,280 000000000f44e3e0d4a0936726c88a989772fe7c12ce7d62bdbfe01130ef86c0 0.00 MB 1 0
8,279 8,279 00000000fef7255d9362d277b89cf9828b874b78e774690bc09cb3a09b4514f5 0.00 MB 1 0
8,278 8,278 000000008cbae6bbf53ad8d4ebeedea04c889c3ec19804165a4b20a66f42afde 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.62 GB sent, 100.53 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.