Memory Pool Memory Pool Refreshing

6,051 transactions
2.10 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,802 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (785,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,444 122,444 000000000000513ba4da7295a576c1a774664e1cc02e8d6d585b085b43fee0d7 0.00 MB 3 1,754
122,443 122,443 000000000000426a5fd6cf9508943308589600d014d4d4595d0683eeae31a0c1 0.00 MB 6 0
122,442 122,442 000000000000412cd0ea1fe2926670512b7d81c11ce43c8674a9a93a37244f4d 0.00 MB 13 0
122,441 122,441 00000000000049f7b3c5cc1cb4c701ed5628b65ca2ad13625255e23311d46a37 0.00 MB 12 0
122,440 122,440 0000000000008d0f027c5c6b482b21983534d77b08611439a9389b925827f81c 0.01 MB 25 311
122,439 122,439 00000000000066f95b35479e6cd37060b56839314a9043032f22ae9bcc3ed32f 0.00 MB 8 989
122,438 122,438 00000000000047e836ad2b63fd1737a7966c14d053541e888408e22fe0e12e1b 0.00 MB 12 591
122,437 122,437 0000000000005fab8489e2960fcfe1de8b2272021211eeea05159f063ce68238 0.01 MB 29 2,733
122,436 122,436 0000000000005507e88b850544ce045d5630c3c2d401bb2debd0c3bf15a8f539 0.00 MB 11 0
122,435 122,435 00000000000036a15f69cd680e8fd1404a0fa167a463d9af0ee89e8f42354370 0.00 MB 13 289
122,434 122,434 000000000000360c0cb058a073a5656f8cd8e9198092fec097e880b882b826b8 0.01 MB 8 665
122,433 122,433 00000000000026d8e1cfd5dcbc80efc38c57fca351e53db34a6bf4b5560d7ca8 0.00 MB 14 0
122,432 122,432 00000000000012803c17d63dca483ee687dd9e4d3a133ba6fff958c5137274a5 0.01 MB 22 177
122,431 122,431 0000000000003902c8a1cf321e8e20d999c3a15b6b25ff4b03796426f598bc64 0.00 MB 14 0
122,430 122,430 0000000000002b9f86ca9f6d838a9d4dec9dc6b5a05955bb19b1b39d928daafe 0.00 MB 10 0
122,429 122,429 00000000000040410302a6360678559ab80fd2d1f4a94f37e97f2a6edfdd8d60 0.01 MB 8 177
122,428 122,428 0000000000008699f587cb935dcd3747d91adca36aeff0917a4ad9defbd218b0 0.00 MB 11 0
122,427 122,427 0000000000003260f7eafdd0310069dd1e2756b3ad362468e8f7ad3c270b72d3 0.00 MB 11 0
122,426 122,426 00000000000023d90ba371c4e47c28c85cc38295c5118011c860d8489730254b 0.00 MB 1 0
122,425 122,425 0000000000007f6d81e9a7fffc3abf6d317e28aad83a3891cc1a1048f808d20a 0.00 MB 11 306
122,424 122,424 0000000000000e8080832084942a0f65651e21a58a068b59340e24bf38855c2d 0.00 MB 16 244
Previous 10 blocks ↓
Total Size: 769.25 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,635.20 GB sent, 94.19 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.