Memory Pool Memory Pool Refreshing

8,771 transactions
4.13 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (661,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,445 246,445 00000000000000304df0564249106e846cd0bc1285fd9cacad30ea8fc634cb4f 0.15 MB 339 142
246,444 246,444 000000000000005af938a5c7b57711980165df636154f7be745cfc741a89d821 0.01 MB 17 135
246,443 246,443 000000000000003f58b0cbe3e6fb32acf5f22c6b7c33397c12bbfa73f3c2821d 0.08 MB 154 176
246,442 246,442 000000000000004e89d6677b6d6a5f5fda4a4c0b6487d2a450afa7abc5469bac 0.04 MB 63 86
246,441 246,441 000000000000002a9869f96795515231e592fe430df0d11e55de2178d859f241 0.11 MB 300 219
246,440 246,440 00000000000000529a5c501559afa7d6af915af0cae29eee99b15bba00f01840 0.02 MB 29 55
246,439 246,439 0000000000000062ffc8d7928a511e5ab49ee923b02acb0d55587fe2c9e9a3b3 0.07 MB 293 2
246,438 246,438 000000000000002227425828710fe2b8049506f05c8c49ebb7b84742ae4eacec 0.12 MB 224 115
246,437 246,437 00000000000000470357b4745031e0a9f9c07490aba85127adde1bbcec8409a3 0.25 MB 593 144
246,436 246,436 00000000000000251f283221c111b64f4ec0c416ca5ddb25b951f6107cc5900e 0.19 MB 256 35
246,435 246,435 000000000000002cd1f6d79b765d0c3cb3aefd17521dd6a9d430086b0dc1ba7e 0.25 MB 606 168
246,434 246,434 0000000000000027797779b30fd120f9c4f4c5ad3e28271ff9627fcd37528370 0.01 MB 16 44
246,433 246,433 0000000000000001005267362d5b36b9759b9602ead1f3dc99217d5c72747d3a 0.01 MB 14 64
246,432 246,432 000000000000008e484e8f06ccaa5c86120aeb0109992d571e650aa3e33d46dd 0.04 MB 87 134
246,431 246,431 0000000000000002cfb51ee091b535ff6655fe773b460a68c7810a788b7c5ea3 0.14 MB 295 140
246,430 246,430 000000000000006e2080f818b27e6a765797d4a83d64e1f8b1ed59de6ece7f96 0.18 MB 370 121
246,429 246,429 00000000000000828d20f777b9cffc697470fbe897f5b7bed400be9c77ccc2fe 0.04 MB 90 147
246,428 246,428 000000000000008eff1af81f02a3ad5d70f6b11f5dc197634e31d24572a01ec4 0.00 MB 7 91
246,427 246,427 0000000000000034edc012e96ca1c4bc359b0e4ddc21ebd8b1c69e7e3d78154d 0.09 MB 188 166
246,426 246,426 0000000000000035423f7597667e8b3555a5e7e143ca9168c4216bd04eb022a0 0.07 MB 113 59
246,425 246,425 000000000000009f281800e07fb02c4c4fa7696a3cef4bb9f3f9e4153a3b3f7d 0.20 MB 468 154
Previous 10 blocks ↓
Total Size: 769.03 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,625.55 GB sent, 93.03 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.