Memory Pool Memory Pool Refreshing

9,875 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (596,447 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
311,268 311,268 00000000000000003aa65d1175d7cc0b71ea1f5146a8220072b639c828c3f5bc 0.09 MB 256 82
311,267 311,267 00000000000000000e20f39eaef5b663f582e3214dcfc9ffdf94b491f93b7d68 0.32 MB 444 24
311,266 311,266 00000000000000001f25093188d15da8498bd4562363210abed1c6181385b82a 0.01 MB 21 93
311,265 311,265 00000000000000002b4bc7dd86d5e9b57e2e73e5040f3aca19f136d637395c7b 0.00 MB 7 29
311,264 311,264 000000000000000023daac6865b32435479a40b27df9cc65d36663c3f0d54445 0.04 MB 56 20
311,263 311,263 0000000000000000211208db63a039fe40d87895561d3744facea208efa27356 0.13 MB 201 30
311,262 311,262 00000000000000001cb114ac40af383c3a9bef6bf39c8a4f5fbfb2725f3c1068 0.26 MB 432 33
311,261 311,261 000000000000000013bf3a94dd24f8af85c606d3f5b513403c136155b62497c1 0.22 MB 285 23
311,260 311,260 000000000000000027811569073cfb97b05b213962a01b6514f8839223a7388b 0.20 MB 512 55
311,259 311,259 0000000000000000373614cf884c729888af7c73f9020bdfee1e69ef36da484c 0.02 MB 27 26
311,258 311,258 00000000000000000e5805276ca0b7843b88436304a72277591ab643ad8ad07b 0.01 MB 39 35
311,257 311,257 000000000000000030bb6eb15fda4a43732bd337f73f59795f9102e33ca8c301 0.16 MB 248 24
311,256 311,256 00000000000000000c4018bbff9fe1b3ae109eb39811847a429019db322ad2f2 0.04 MB 128 40
311,255 311,255 00000000000000001acd18e68c404ba83810f7ea26b857b5b8503693a10d2979 0.11 MB 176 29
311,254 311,254 00000000000000003429be33cbe751ad83fe4a4665212204481f1a1bd0601356 0.55 MB 749 31
311,253 311,253 00000000000000000bfef4502a902ae2f4f8c3326a500ddd2dddb9b09292ab92 0.13 MB 256 34
311,252 311,252 00000000000000003d39e2bdafb44340a5a9c0fc74f28445ee7bc246040dd3e7 0.05 MB 75 27
311,251 311,251 0000000000000000206e5e044ae05605d68bd5fbd488f29833feaa66a4b69401 0.13 MB 194 22
311,250 311,250 00000000000000003097fc2e1405c9f9f7b3c2ffa5c3b24e75fa754b375dd4d7 0.38 MB 451 19
311,249 311,249 00000000000000002996a3c239e2f7e9d917cc885f436f786e5feef046c83ed1 0.25 MB 580 37
311,248 311,248 000000000000000005e42fb4f94774c489404a0d2e4be07319e86ba3e21cf8f0 0.47 MB 805 32
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.