Memory Pool Memory Pool Refreshing

1,617 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,468 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,603 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (900,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
8,303 8,303 000000003a69e0aab7081522505c924d77e2df59c44c7d72bfd303ef3f159869 0.00 MB 1 0
8,302 8,302 0000000005b3f15cee9e54a4b046562bac7158c8d5915ffaaa16396708daaeec 0.00 MB 1 0
8,301 8,301 000000001751d9f38fef72a0202ff032d3e9c808d5fb3950fffdc8a83a759977 0.00 MB 1 0
8,300 8,300 000000001af2bc6ce395f9495ed79306719e34467152479862ecaed4de7fd1b3 0.00 MB 1 0
8,299 8,299 00000000cd55b40c62d50782b3c8c6521463499d8a4cfdf301dd19895594e071 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.