Memory Pool Memory Pool Refreshing

3,869 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (784,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,595 123,595 0000000000001594f24e31c713b312bab7b9b3f4a797e7b4592a7ccea813d715 0.00 MB 1 0
123,594 123,594 000000000000489134e806703a58a935c626dc75352eb16f4d91bb0f5e05bd08 0.00 MB 3 0
123,593 123,593 000000000000109109223d6331ca2ce88c47722e28cc2bf85e18e9536650f872 0.01 MB 13 115
123,592 123,592 000000000000253d7d6b309549e53a2e3f84c1ae2d50fcbba17b433d6db81d9b 0.00 MB 3 1,592
123,591 123,591 0000000000004bd05f245ceaf4a4d9d0e7b094cba9759ea9ca8ee1682c0495d0 0.01 MB 11 272
123,590 123,590 00000000000058bb4ada68fa240c90e4348b06f35e9a2de0e695491b76c90d94 0.01 MB 22 371
123,589 123,589 00000000000061e0951bb1802107743208cb709939fed622caffb1466e844786 0.00 MB 2 1,715
123,588 123,588 0000000000003432150387096eb486dc5baabd0ec6ad4ba3244e139de4dc3c0d 0.00 MB 11 309
123,587 123,587 0000000000005920fb087a6314c1025d548ba3a8541aed5687f415da82be8621 0.00 MB 7 0
123,586 123,586 0000000000001bfd7f9be14124ade0b6c4c96fc456b9c08b4c83c02dcd4c30f6 0.00 MB 2 0
123,585 123,585 00000000000004b16382a909fcddbbbb194d8210afaeeff841657288db26fdb9 0.02 MB 39 228
123,584 123,584 0000000000004785ffcea3026fcfca29f69e59bfad8d11f6edad364cd51e8c62 0.02 MB 15 127
123,583 123,583 000000000000506e68e3607cbb71ebd902ee42ba393c8729344bddfbc84e58ca 0.05 MB 10 1,033
123,582 123,582 0000000000004483962c449bf6491bc2a095b55ce778cd5a3dd5adf067118751 0.03 MB 65 76
123,581 123,581 000000000000565558d9d46db96b2622373d8631ec43b3dd4d11fbc36e411dc7 0.01 MB 8 1,548
123,580 123,580 0000000000001bdcc1ebbe833515a5c2f0bdbde7685a1668b49a1f39d4571c15 0.00 MB 11 421
123,579 123,579 00000000000054a1deb239b68dad82a3f80f1143c1676538485f7a9143766809 0.02 MB 6 0
123,578 123,578 0000000000001b152874d6ceeaacc16e6d0d06f7bfeac967a21b5f1c2cee2343 0.02 MB 25 1,003
123,577 123,577 000000000000681ad039eb272a23c0ef85fa656b5d1106cf90519829a5e901a2 0.01 MB 13 116
123,576 123,576 0000000000002fa5325e6b3ca3bab25d2e89013f655c58dce17693dab69d085d 0.03 MB 70 1,120
123,575 123,575 0000000000002b62aee9c1e79e4d84d33ee4aafea36ea394718dcc8c74aecccf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.05 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,627.48 GB sent, 93.13 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.