Memory Pool Memory Pool Refreshing

5,778 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (760,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
147,370 147,370 00000000000000f6d0a696f726429f26fa5d811972361694ad557af3b133a03b 0.03 MB 106 68
147,369 147,369 00000000000004634737a6d11ae9a450c1f43e371efb787863947550a73c4a60 0.01 MB 37 263
147,368 147,368 00000000000006b9a9b6891c61fbf2db68ba555f7f081548499a4e728ddcca30 0.02 MB 48 134
147,367 147,367 000000000000035076485b25ce1ba7a030140c2297d843d4847f3abff8a937a4 0.02 MB 53 149
147,366 147,366 0000000000000473586fa8b428aeb541bc94bb74b81fdac5042601d1d6d737e7 0.01 MB 23 467
147,365 147,365 00000000000005cd3a42c4abd7d7897b814535abc92efc420cc1114170d52bd4 0.05 MB 152 78
147,364 147,364 000000000000025d80485dcfe34a086ef7b80921f3590dc80f1d75a6d2b35106 0.01 MB 31 8
147,363 147,363 0000000000000761c3fd5bfd891a9cda0840119e806000378b17aba2d4f27ceb 0.01 MB 26 267
147,362 147,362 000000000000091ecfc844b22aa65546b5c286cca8d4afbcd80f223d4151cc08 0.03 MB 94 250
147,361 147,361 00000000000005dcab888e199a69ca16d9a69c5ed02d7c825dadf291d427a020 0.01 MB 35 41
147,360 147,360 00000000000005a5141259e2eb7c7f49759f9d7d9029c935fff456cd247ef924 0.00 MB 3 517
147,359 147,359 00000000000003d3ecd0c5ee768904c1314a063cc83ef8de4a98b0d3cfae840f 0.00 MB 5 27
147,358 147,358 000000000000034bd5120fecccebc8ca362fd8cbef1abccd22499a330454c4eb 0.02 MB 46 134
147,357 147,357 000000000000021a526d4aeb2a5b4f04e401d519c063b4b86ff128a9de458a3f 0.01 MB 29 222
147,356 147,356 000000000000000ce81a9c4d1b262d28a9a037f8bd78b02ec30dec5810d4f196 0.00 MB 7 724
147,355 147,355 000000000000091b51c5a6d1530496f88495762846555bb7a803b8889b152f52 0.02 MB 34 252
147,354 147,354 00000000000003b06b2d8ba5556b83508e094ee1c21ad86b05be255fb0975a48 0.01 MB 44 129
147,353 147,353 00000000000000fbda08369f5972a5437d59d710318928983902d4e0aed2ba90 0.00 MB 10 77
147,352 147,352 00000000000000dd6df3776704d6bd9e822f2d0370933bbec8367952cfbf634c 0.03 MB 20 137
147,351 147,351 00000000000001b34e7d0e4f2849081ce04b0ae7b32ab173009560c1f4f107a5 0.04 MB 124 201
147,350 147,350 000000000000028c94127516e74c5bfce99c736047fe1b712fab8bc135eee1c5 0.03 MB 108 79
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.