Memory Pool Memory Pool Refreshing

3,475 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,704 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 3,442 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (784,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,481 123,481 0000000000003c159ffc1e8e452d3c37d1aba992c657543d1edbee33db9fe02b 0.00 MB 9 0
123,480 123,480 000000000000642f9a5efa1a9d844364652d8352b1b0e4d0b2ff97aa8256c44e 0.01 MB 19 870
123,479 123,479 0000000000006148de7ce639a6df7964a2228e60900985f81af5ad9170211486 0.00 MB 5 0
123,478 123,478 0000000000001d07c068ba4d09fe98353d62bd37f376577ea09dd997608b6df0 0.01 MB 28 94
123,477 123,477 0000000000001ba08dad05487431407f67ca3096aa4e39ad7f17fa2ea231e0ac 0.00 MB 10 267
123,476 123,476 0000000000005e87f558a766f5991360a35a2f665e5e7aceec1ab1aa6d0361c3 0.01 MB 18 1,087
123,475 123,475 0000000000006195d75425929a9398f13df092fed336d2b69012e8a7d52c5df8 0.01 MB 27 277
123,474 123,474 00000000000043b23fe605da6321e0a886c2712804e8cb0cee6fd7070a38b3e3 0.01 MB 15 172
123,473 123,473 00000000000000e271fd80cd17c7b5b23eebe8204e20648601f5c18d4eaf9ab7 0.00 MB 12 0
123,472 123,472 000000000000077f4bb0e6e1c214e3162c54a14e38e06c68099ab8f32e4af076 0.00 MB 5 0
123,471 123,471 0000000000005aa535c5b1355589a754aad7139ec250e8e760bc9b8de78e521f 0.01 MB 32 355
123,470 123,470 00000000000033f3080a5c97569d6ae82348b4fb9fe980439fc1932352d1f769 0.00 MB 4 314
123,469 123,469 00000000000030573efc5105763ebc1af776e87c429a913f8d7785f26ba5c349 0.00 MB 12 0
123,468 123,468 0000000000006857039c03ae45dd404545b96ae14990074b69670a59f8dee6ba 0.00 MB 7 570
123,467 123,467 000000000000433165cc9b52afcf5e8228db64eab57cb07d6e23e0f0675a4e50 0.00 MB 12 0
123,466 123,466 000000000000334b19b5d0e8f1360246cace03f52d095898081dc8decdce052c 0.01 MB 14 239
123,465 123,465 0000000000002d564536514fac2a6582a18541f9effb5f6f4e203436ce02f6b7 0.00 MB 12 486
123,464 123,464 0000000000000bc0d671b0dd72a0b8e3b7deccd6846a286f9152ecc11da5a4f9 0.01 MB 19 199
123,463 123,463 0000000000002f7401778c10276af37da247b26638581501ab1a1fbed2e9cc29 0.00 MB 11 323
123,462 123,462 000000000000659e1d3d0a9d2c8d9914b1c750c0c1dda64f3c19083758fbff59 0.01 MB 15 724
123,461 123,461 0000000000002e0fef85bf7ff8aa08c5cc68f40402702399b0a988ba796db979 0.00 MB 7 0
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.57 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.