Memory Pool Memory Pool Refreshing

5,769 transactions
3.90 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,811 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,841 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (94,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
813,420 813,420 0000000000000000000166b93352a36ebf865545e8c56107d7c44a45654e5753 1.63 MB 1,883 6
813,419 813,419 000000000000000000039c1f975d441adab8ccf497d5fe25750063dfb460e8b1 1.56 MB 1,656 8
813,418 813,418 00000000000000000004401f9ce10437b292a5d18e2899fe0414bb4318fbf6e1 1.61 MB 2,822 11
813,417 813,417 000000000000000000020cdf3a64a6fab63ace6f01e23f5b277c9cb7b503bda5 1.56 MB 2,831 18
813,416 813,416 00000000000000000002c7f8b5fc69c044709930328bfcc18d14290b4984b25b 3.67 MB 272 2
813,415 813,415 0000000000000000000055897ffa9a243e8491a986e87e49cfcc198b81b543c1 1.82 MB 1,473 6
813,414 813,414 00000000000000000000f9b5117ae9c01702bd5a8a57876bae86bf8872326be7 3.82 MB 217 1
813,413 813,413 00000000000000000001bff0741deb53aa1497a9fc0081c960891ed569bf2717 2.38 MB 1,505 5
813,412 813,412 000000000000000000000819a6a0c7695d798434f02138188c4de7e38015b9a4 1.33 MB 1,759 9
813,411 813,411 00000000000000000001697718b301c609fcd1275057989738648e15b52e02f1 3.36 MB 292 3
813,410 813,410 000000000000000000021b006f7a2e3a055c107c8e922f7e10563e3100d3f16b 3.67 MB 129 2
813,409 813,409 000000000000000000039557fca3b67a6002458b20acf3e5b3bcd8b8c6416de9 2.84 MB 1,206 5
813,408 813,408 000000000000000000023e4155a397c44d277f1a1269c31bbe6ee026fdbd7374 1.92 MB 789 4
813,407 813,407 000000000000000000027189b04516b68855439cd42bff007b1833af40ca311d 2.18 MB 1,711 7
813,406 813,406 00000000000000000000c254856cc39e78008a0b12399627ea5a7587fffa3d25 2.09 MB 320 2
813,405 813,405 0000000000000000000214758c4666485ee5d7a66f926729f7d7894a134d996f 2.00 MB 1,597 6
813,404 813,404 00000000000000000003655f55d2cc1433874ee6a71b067a7e54a4eddb446077 1.50 MB 155 1
813,403 813,403 00000000000000000002f18e026adc4545749dc745dee02baec35a04edc21808 1.34 MB 771 2
813,402 813,402 0000000000000000000269cfdc50a15de3e27d79968758cbf7ba2ffea095b5f5 1.44 MB 2,340 9
813,401 813,401 00000000000000000002e9a0dca5725b362a8dbc38244f00d4fb6e73b04d0bad 1.62 MB 2,473 10
813,400 813,400 00000000000000000002c75ed670b04ffb353ecab94c45e642f71c425b58f8f5 1.41 MB 1,710 7
Previous 10 blocks ↓
Total Size: 769.18 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,633.65 GB sent, 93.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.