Memory Pool Memory Pool Refreshing

1,753 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,942 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,725 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,941 (593,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,135 314,135 000000000000000000f17e177066493b4560290b332ab1dcf2bcba6f558ab28e 0.38 MB 408 18
314,134 314,134 0000000000000000051af01b7636ed83c009e975c5d8156359941bb40ac5a8de 0.75 MB 906 26
314,133 314,133 00000000000000002a6e3b01f2c437936dc9e58bcf6ff473369b909a8f14f725 0.21 MB 256 20
314,132 314,132 0000000000000000299e90e0d4056b4c43cc40a8c1afe125d8c95c00708889ae 0.75 MB 1,236 25
314,131 314,131 00000000000000001a8a3e807bbc1ed22a0883d42818ca3a632e81f66ba352f4 0.50 MB 1,582 48
314,130 314,130 00000000000000001cd49f0e2159833b1232eab6a11996856180f32991577ce5 0.12 MB 220 28
314,129 314,129 00000000000000000c58a6090c96c1f5d24d5a5db6b0f8114f80452c335cc2e9 0.09 MB 197 33
314,128 314,128 000000000000000006f1439a9d12e32a368d01f1f990e43821f13dfdacd4ca88 0.04 MB 98 12
314,127 314,127 00000000000000002e3dd0554458ded73d369ddd5ab2ec64a489e804b3733954 0.12 MB 81 16
314,126 314,126 000000000000000002f37abe4e693dc33613fb6024dedcd222eec999152f8a5e 0.75 MB 1,231 27
314,125 314,125 0000000000000000320baab7b85704998a902377bb1a23d51992b730d879a7f8 0.16 MB 512 46
314,124 314,124 00000000000000003a68314b5a427590e81ec924967805669f310046b57a9005 0.09 MB 86 8
314,123 314,123 00000000000000002c2eda81060dae6b36bde015d08b1bc776867dc995e74f3c 0.05 MB 116 38
314,122 314,122 0000000000000000056c7884b085a3513bb040b2b416b733e71da97d6dfab260 0.54 MB 1,173 32
314,121 314,121 000000000000000039c24bc6d20e4ed48704dffef19c9a234f3a13bf937a092b 0.39 MB 681 26
314,120 314,120 000000000000000037ebbe944e6f33ff687f42a9d63751fe819aef6ef868a56f 0.16 MB 259 28
314,119 314,119 000000000000000012df71cfc520be5fca877a4d4fc0f0baa9a37dd86e6349c5 0.14 MB 229 20
314,118 314,118 00000000000000001e82c139cb587bb061af110fee34c8eb7c6d8b323fe18f32 0.61 MB 1,232 33
314,117 314,117 00000000000000002b8d51a12a119d612cf59d7ff9443b07cc31470f30696cb9 0.38 MB 611 30
314,116 314,116 000000000000000022f378bcae7b6fe5623c819c4634db6397c4feac4a441d56 0.07 MB 80 10
314,115 314,115 00000000000000001ee1c618f379c044c9813c10a538d204218b0447d1da1b33 0.39 MB 765 29
Previous 10 blocks ↓
Total Size: 769.44 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,645.60 GB sent, 95.11 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.