Memory Pool Memory Pool Refreshing

8,524 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,803 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (363,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
544,444 544,444 0000000000000000000543ec1fd12263663ba8e3690bbe6899a3ad0d0f5ff39a 1.16 MB 2,800 14
544,443 544,443 000000000000000000008dc432bf84160828a2232acb5c982d0129326b253e5c 1.15 MB 2,436 14
544,442 544,442 000000000000000000211b7ff72048405f78fb70092a81d4d442566de446ddc4 0.60 MB 1,331 43
544,441 544,441 0000000000000000000652342648dd3b84d5a3e20cf5d9e01b069c5500250b8b 0.06 MB 147 33
544,440 544,440 000000000000000000098681836e54c33b9cca5ba8720ec276f3bc9d4bcc7b2d 0.93 MB 2,187 14
544,439 544,439 00000000000000000003e8584efd8b0387fa5071022532761336514905107de5 0.70 MB 938 12
544,438 544,438 00000000000000000011565b19822bff37df5133eda605855faef8e97f8c53bc 0.37 MB 628 12
544,437 544,437 0000000000000000001bb4ad64475dec450a38b924f4bfa8d43046251a35e87c 1.00 MB 2,607 4
544,436 544,436 00000000000000000002f438b915da816263ad6e6088282761118288fa6aa4d3 1.18 MB 2,671 6
544,435 544,435 0000000000000000001c3610123f66eefed70781b074f9fb5ce12e9d9da0ea1d 1.13 MB 2,070 41
544,434 544,434 00000000000000000001828a09e7612296bc5f6896e304e73a4a28e7c40a1dca 0.28 MB 800 31
544,433 544,433 0000000000000000000c4343cdf9b647d6c9b5e2ba3387f5d3459673634655b8 0.62 MB 951 10
544,432 544,432 0000000000000000000075c2a4fd226772ad8b4397a99e29e72347e990ca9f1d 1.12 MB 2,914 17
544,431 544,431 0000000000000000001156295fc39d0a8fef1715183da4723e6c5d0fe66e9cda 0.38 MB 838 12
544,430 544,430 00000000000000000023bcc7f6c7673eb0de17502270295f59d7495977b0d58d 0.21 MB 417 13
544,429 544,429 00000000000000000008888784ffa2858796581faa0fff4528a6e73595623edf 0.22 MB 516 16
544,428 544,428 00000000000000000000bf58a2baca9f78d5529ac1d63c8eea3efcf76ef6677c 1.20 MB 2,916 18
544,427 544,427 0000000000000000000a38142117783634804c248ed748e56859eaaac6f0e2ac 1.12 MB 3,089 15
544,426 544,426 00000000000000000020301fa983ce719402fd8cca74227d08701056cd3161df 1.11 MB 2,175 5
544,425 544,425 00000000000000000005128450e606b6df5360dfb091f2b4fd809f8647821967 0.78 MB 2,013 48
544,424 544,424 0000000000000000001acc0f1d4edae8f44276ba5f6902054e8a44d5860660d5 0.00 MB 2 13
Previous 10 blocks ↓
Total Size: 769.29 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,638.14 GB sent, 94.37 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.