Memory Pool Memory Pool Refreshing

1,156 transactions
0.33 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
907,794 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,137 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,793 (612,204 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,589 295,589 00000000000000009b2c782a29e48947154de20b071d5862163b9b34f639c232 0.06 MB 128 42
295,588 295,588 0000000000000000074ed91dbf799ff7f83e5944095194448cb5c6ff49ea1320 0.25 MB 546 45
295,587 295,587 00000000000000007db06de3ee6ba4e84140ffa68c4212f7fd332e73421bded9 0.19 MB 265 30
295,586 295,586 0000000000000000b103ab784cba8ff25fb14da45e56660dbf8cea660a2e0284 0.09 MB 183 43
295,585 295,585 000000000000000028c65609e72b9a0b03fd23bca6ebb939baf3c56617cb46aa 0.00 MB 18 35
295,584 295,584 00000000000000007f0b192bf1c1459ce424288dd785a22bc1f620a0f1e3de06 0.09 MB 192 43
295,583 295,583 000000000000000031eff840429d7cc8ed10c70bcd5190844a4e1007699283f8 0.03 MB 73 48
295,582 295,582 0000000000000000b1ed4786b2deb1d0928a4ecf26b0eced4073900d11295765 0.21 MB 312 30
295,581 295,581 00000000000000005718770749c054e65ccde7909d9b8bc66bc16e046f3c2c4d 0.01 MB 20 49
295,580 295,580 00000000000000003bd29bf427ab4e333bd9cb9c4afbeee5b67c478a68a3f516 0.07 MB 112 33
295,579 295,579 00000000000000002fdbbf99bde88e40e6ffd64bf9e58e68bc9fc855a4f2abfc 0.12 MB 155 30
295,578 295,578 0000000000000000447c7b517f2569c139ae5e54cf6600e7fe1b6a8a322308c3 0.27 MB 557 45
295,577 295,577 0000000000000000abc9421d39468982c5e4960fa0f92962069d860229df9e94 0.35 MB 700 35
295,576 295,576 00000000000000000202d319d61e8baf42300562499d29ca75557f8eb1129e2a 0.08 MB 117 33
295,575 295,575 0000000000000000a1c0739ce6cb9bb25b83b21597cdb43fb07d540d78ce1bda 0.03 MB 37 5
295,574 295,574 00000000000000006e15e7573b2f561e84cf3e40eb72c6e4210baca9f0430ec7 0.37 MB 538 28
295,573 295,573 000000000000000019aecc6ea181d76910ce44be1b87fad129ae04195e5ab390 0.02 MB 24 19
295,572 295,572 0000000000000000291c2154c20fe96647f30bd80298feed11e7dfb7613a08b1 0.01 MB 32 84
295,571 295,571 00000000000000008c204366a48d13862da1ac1ef00e7f50da1cfa6321ba0038 0.12 MB 193 32
295,570 295,570 0000000000000000980cc5ac02aff5efc57cb6e659aa4e70c1a66d4daaa12b76 0.03 MB 86 31
295,569 295,569 00000000000000000656faf52c6d80b12c37aacacbf99b993139cae458c4236f 0.23 MB 209 17
Previous 10 blocks ↓
Total Size: 769.15 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,632.65 GB sent, 93.65 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.