Memory Pool Memory Pool Refreshing

623 transactions
0.20 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,789 00000000000000000002349e0000000000000000000000000000000000000000 0.20 vMB 621 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,788 (593,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,682 314,682 000000000000000035452a33ca6c9df5297258d5b90b9980b775adfa4256a9d2 0.09 MB 156 26
314,681 314,681 00000000000000002524592f2b09f941d2d6db586432349df3b3a1922f469707 0.45 MB 455 17
314,680 314,680 00000000000000000dbaf615914912f679677009e04ea164a1a79a087af807fb 0.12 MB 221 25
314,679 314,679 000000000000000012cc6cdb5a19e3ab027cb29485936da3e6b350dc70eaef73 0.30 MB 440 20
314,678 314,678 00000000000000002b568b1bb4206afce2f712a057970eeb0a769f88c438bdfe 0.27 MB 486 26
314,677 314,677 00000000000000000d8f383f1eab5269b5cf0ecc1384c6e9b080d14d6cfffcdc 0.00 MB 8 19
314,676 314,676 00000000000000001ea5fc96aa903d72e21b72f8e8d0e1ae1c18c204f8be44c1 0.13 MB 224 27
314,675 314,675 00000000000000001b7f6189d9d9513473acbcc06c55b1c51fcd771f4c8ea2e8 0.06 MB 119 28
314,674 314,674 00000000000000002a9d86aec88c54da709d3f1df223aff64c9b006b93d4d9fe 0.28 MB 356 21
314,673 314,673 00000000000000001980d9cc633a062c1c8b01729631c94a9fbeff45ca75292b 0.05 MB 128 32
314,672 314,672 0000000000000000221e4b1feeaf92679c0dee14c5ad1d907b6f12fda69155b2 0.55 MB 723 23
314,671 314,671 000000000000000004c89fbf2eb438068f485a8c51e49b9b41b99ad7e8a51029 0.01 MB 28 22
314,670 314,670 00000000000000000f724fffd90497eab8f17a7d65b9adeac8318b95580d858a 0.04 MB 84 18
314,669 314,669 000000000000000027f28849760c3d8a8bcc786f8d462a9fe6b413ffdcf9f5db 0.16 MB 357 41
314,668 314,668 00000000000000002eabd3db26f1bb17b455d40732bd8ef9ceef502894ce65a1 0.07 MB 104 28
314,667 314,667 00000000000000000dd7926d315d748c07029e7dbe59f80db998442c52c75f0c 0.19 MB 370 35
314,666 314,666 00000000000000002f3f0db6dffadb4d258192fba92cf5fcf86b063bbfbbaa84 0.38 MB 716 29
314,665 314,665 0000000000000000256fc3348a56185977084c8bd69eed376739bcb9632e625f 0.07 MB 62 38
314,664 314,664 0000000000000000120dfc9b6ac0f2659f85c0576ae97e7e9063b66d3d2b7aeb 0.10 MB 124 19
314,663 314,663 00000000000000000d74391e682b2945c262a5ddb2b769083a52b61ed10c4776 0.14 MB 257 27
314,662 314,662 000000000000000027e5d657297b84cc6a9b372b400317847f444b98725c6696 0.31 MB 604 26
Previous 10 blocks ↓
Total Size: 769.14 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,632.14 GB sent, 93.60 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.