Memory Pool Memory Pool Refreshing

3,023 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,697 00000000000000000002349e0000000000000000000000000000000000000000 0.94 vMB 3,011 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (534,461 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
373,235 373,235 00000000000000000d3d3a95c1b79509e9c29c5052510462c25d4620440b8507 0.02 MB 42 35
373,234 373,234 00000000000000000dd9195886c3cf40bc3cde10141d32bf869085fea6042225 0.10 MB 177 30
373,233 373,233 0000000000000000108d2ed3aecc45d8f2e1e8b58b339aea4fb97eddc14d83ae 0.24 MB 360 30
373,232 373,232 00000000000000000575e0c6398ccafbfd5335c0e4b8b6093d60213c28862483 0.10 MB 137 23
373,231 373,231 000000000000000008f9871f0f7971676b79cba2062ef119f091cd62e9e444a9 0.15 MB 354 43
373,230 373,230 00000000000000000eb5eb50f793a39caddc37e8979ea8736206f2acb4a22597 0.22 MB 476 34
373,229 373,229 000000000000000005aaf2e4e37c7514dc595eca4c43e6287372a42f821b7dbe 0.25 MB 277 74
373,228 373,228 000000000000000006000c2e2e35436874e8d75b7f94bb192049606a0eba382f 0.22 MB 336 71
373,227 373,227 00000000000000000e9ed970f88bd4df36a6c47f8a08df196caf9020f8351a24 0.78 MB 1,324 40
373,226 373,226 0000000000000000037f3e4bd2ca4ac3063c1f6de61eb7fa5606839cb00caedc 0.53 MB 720 30
373,225 373,225 0000000000000000047524fbac8354b819d61e07e0ff2ce31d412189f133a130 0.48 MB 641 25
373,224 373,224 00000000000000000aff6da1052c7f81cd0752e07309b5716c54abe0bba600b0 0.87 MB 1,636 44
373,223 373,223 000000000000000004c9bbcaadcce86c16c46f590575ecc811704c473a33b388 0.53 MB 975 46
373,222 373,222 00000000000000000c7ed6ccba1e66c55a5d9acf11df07d9feced3c076b7b142 0.63 MB 1,265 42
373,221 373,221 00000000000000000b888323a2ddb6c70a6662cd8d6d33b142d2bb9e61617ee1 0.16 MB 288 47
373,220 373,220 000000000000000005f600e0213a1eb7b096844c429d661ab828f124b104cf24 0.04 MB 74 36
373,219 373,219 000000000000000006a7fe61fc731094c1973bcd62f76747156280312da800da 0.12 MB 222 66
373,218 373,218 00000000000000000884b2d9966ce855c4070ed20167020fb61e720337a9a6a0 0.05 MB 131 35
373,217 373,217 0000000000000000124d8ffde43a550a560005c0b7b2c99bb23718da763dd227 0.11 MB 233 41
373,216 373,216 000000000000000001546f8f4043dcf8d2af89d3f2c98f3bc29433f4e904e265 0.10 MB 211 54
373,215 373,215 00000000000000000ba2208cee903a95d69f32ff7efc8ea250db8e31a26543ee 0.32 MB 619 39
Previous 10 blocks ↓
Total Size: 768.98 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,615.72 GB sent, 92.69 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.