Memory Pool Memory Pool Refreshing

4,652 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,601 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (70,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
837,249 837,249 00000000000000000002600d9f85fa2d2ac76848df594bb46acc0f972571d476 1.63 MB 3,103 20
837,248 837,248 00000000000000000002882f76b4c8b9f0d6cbd2da082fab9c2d2a2893ad6210 1.86 MB 1,267 10
837,247 837,247 000000000000000000035429addfe838d9be154dedb0c80a6074b744f8de9a09 1.69 MB 3,218 20
837,246 837,246 00000000000000000003395df43c286ed0761781e88e8af100a9b54c47d11fa9 2.10 MB 1,697 14
837,245 837,245 000000000000000000025794aab000126d394269f1617381a898542da2e2cf1c 1.50 MB 1,735 12
837,244 837,244 000000000000000000031b618f35c21fe76d575f276ccaa1b85f2d509c554fbd 1.81 MB 2,371 15
837,243 837,243 00000000000000000001f16c16e9e693b5b86098965a4bf5bd139c8b2f7e88b1 1.59 MB 3,221 25
837,242 837,242 000000000000000000005ea1485d83d0dc4b1e083c6faec3cc44999fa66dd700 2.02 MB 1,953 12
837,241 837,241 00000000000000000002680d22991a69d194a52d7278caaa10912659cec60702 1.84 MB 1,263 9
837,240 837,240 0000000000000000000083648ea4bb71bdd88fcd73c40dd092bf520883d74cb0 1.89 MB 2,801 14
837,239 837,239 0000000000000000000124141aa821f2b25859194502c7c853a0f3d54b675f42 1.64 MB 1,524 11
837,238 837,238 0000000000000000000134520f612e95707d86b18859fbb9f4d3235cbc9c6648 1.32 MB 1,355 11
837,237 837,237 00000000000000000000c54575b0391b84864a5799d77bff878a284c5ac14a4c 1.79 MB 3,237 14
837,236 837,236 00000000000000000001b543170edc59672e14ab3360f8a2f925c43b841ad428 1.65 MB 3,693 21
837,235 837,235 00000000000000000002b69b7edfd74bf54d91204f7a0dcff17ca0ed4246a40e 1.71 MB 1,839 11
837,234 837,234 00000000000000000000eaa8a14d472c9cdf306ff1f3b8b1886e27630ab38f55 1.91 MB 2,662 15
837,233 837,233 0000000000000000000286b2a079e07b9f9f8bd3be286af1a00c03f64f2cf71b 1.77 MB 3,351 17
837,232 837,232 00000000000000000001687eed93496a6fdb88208b7cdc194265c751deba283c 1.60 MB 3,431 19
837,231 837,231 000000000000000000026e15493e9b4b9b2a4f5d885fb4f2f0f45f2ef1132ac8 1.14 MB 800 10
837,230 837,230 00000000000000000000a41427e921ad9a2d222a1e076b6b778208f2186a7f3c 1.45 MB 938 10
837,229 837,229 000000000000000000028a424dde3445bfe99f5097b513b245c5a5a9bded20c4 1.13 MB 245 9
Previous 10 blocks ↓
Total Size: 769.23 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,634.71 GB sent, 94.06 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.