Memory Pool Memory Pool Refreshing

3,552 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,478 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (116,364 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
791,441 791,441 000000000000000000017ad3429f95da6d5728a5f107242e68512b6b50b07b07 1.63 MB 2,939 89
791,440 791,440 000000000000000000031c909336e5f3a0512f34a007dbdb730a0fc55767af89 1.48 MB 3,240 90
791,439 791,439 00000000000000000000354a3dc8d64e7cd87debc3133a6c1c0e0a01ee7d093c 1.59 MB 4,562 76
791,438 791,438 000000000000000000056a054463124f01654780e80028b7728a2579122ceabb 1.54 MB 4,364 68
791,437 791,437 00000000000000000004f9d321fa0b2b960373e8d5610f3eb338d4585f46f5ab 1.60 MB 5,442 74
791,436 791,436 000000000000000000014648d98a1ef033079749c25cc644b9e29a060b2292cd 1.57 MB 5,577 79
791,435 791,435 000000000000000000042519ee34bf226a4768becd27406527941e7cb81041d2 1.57 MB 6,392 81
791,434 791,434 000000000000000000022dcb8303145cdfb5d2f2cedc507d371eb3f047d9fcde 1.58 MB 5,038 87
791,433 791,433 00000000000000000004f312afaed7e79d6e0e2e17eaf891c2d5943255bbb0ae 1.71 MB 7,434 80
791,432 791,432 0000000000000000000543523df2a465c22eb711a57452faa34983730c859545 1.75 MB 7,197 80
791,431 791,431 000000000000000000047232d4465891c2e63191fe796dd9d9572b83787410b1 1.74 MB 5,377 84
791,430 791,430 000000000000000000010224be3634aee9bf287d2b495c9f9e7eb69bcfc1c2b3 1.65 MB 5,536 86
791,429 791,429 00000000000000000002135f0a0c5f304b06e694cd4ea7e9c890ea59f4367ef2 1.64 MB 5,796 81
791,428 791,428 00000000000000000002913cbea5fa653dc13b84682d9838fdae76965d33ad68 1.55 MB 4,008 95
791,427 791,427 00000000000000000005350fad6da0b88936cb368d163c058d3aec5fbff9fe38 1.63 MB 5,679 85
791,426 791,426 00000000000000000001aae410f76a0206cd28cf6ecd1204cfddabbbe65d60ee 1.64 MB 5,607 83
791,425 791,425 0000000000000000000453d6c86636230357d55f6b1ef3687297caef782bfe43 1.77 MB 6,137 82
791,424 791,424 0000000000000000000312c225918b434844f130e02f7cc2c66e3ca6ca778a30 0.00 MB 1 0
791,423 791,423 000000000000000000053831a15790ada7d9fb6b1fb606b869ad7b6ce940ca03 1.63 MB 5,692 84
791,422 791,422 000000000000000000013e452142ac3474a9d55c58d608585a7be7f0d7c193af 1.50 MB 5,427 89
791,421 791,421 00000000000000000001f896baf8b0611c34a27fa9610a7f7514a4e0e6b2141a 1.40 MB 5,106 90
Previous 10 blocks ↓
Total Size: 769.17 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.40 GB sent, 93.79 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.