Memory Pool Memory Pool Refreshing

4,737 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,800 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (588,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,769 318,769 0000000000000000085ba37269c32a5bfdc4a2cdba9b049625eb8cdcf3b49c08 0.55 MB 1,096 30
318,768 318,768 000000000000000025ec4c9a9eeb1b80d235751fa9077151d7b9d8b62b7af802 0.21 MB 365 18
318,767 318,767 00000000000000000161e0094c95ff24b161432ec737a9b0c09528e2daff0c6a 0.72 MB 1,070 25
318,766 318,766 000000000000000013ee68f77b9467b518745d6d42a53f7793d693ade4bc781f 0.35 MB 1,043 43
318,765 318,765 0000000000000000003cb581a84d5dbb8c78a88e48714e17304875beacab4019 0.49 MB 894 29
318,764 318,764 00000000000000001be4f1a06fead931f4cab8f8f6c6fabf6a0d292a24a9cf4a 0.75 MB 1,449 28
318,763 318,763 000000000000000020a0f3583c96e838a5599d21e912574cc7f633036e9b2e19 0.69 MB 1,413 30
318,762 318,762 00000000000000001d76f990ee3f713bfe3742efefe0d5ff9451d6bc738105d8 0.68 MB 1,102 26
318,761 318,761 0000000000000000033bfa80449d9814c8af81168433facc33063a31021b0f3f 0.50 MB 1,114 34
318,760 318,760 000000000000000010f77f475aa8fc7615f28b1b7a01ff28b0154dd462252948 0.03 MB 76 35
318,759 318,759 000000000000000024c2aceba3126901c673df64a2a74f52a60d10456f9a60ab 0.60 MB 915 23
318,758 318,758 00000000000000001d6287013e22c5ed987a063509929bffe8f299c8b9ad8e8b 0.04 MB 84 28
318,757 318,757 0000000000000000097ee72bdd7678bdceb3ace4db9571e26531ef62fe861c6a 0.38 MB 611 25
318,756 318,756 00000000000000001daebd477082985c156895a7bc0a6b27ac0d38caabc8a5f4 0.15 MB 298 25
318,755 318,755 000000000000000000182490b8ce4351f7785818ab7449b8406f9961abeb8a14 0.32 MB 552 28
318,754 318,754 0000000000000000023ded1e2ea4a00571dbd71a43c5e86bd175a49d9ecbefe9 0.16 MB 232 25
318,753 318,753 0000000000000000256f8ac9a324b18bd6c67cce764dc253d3748ad8063452b2 0.26 MB 324 18
318,752 318,752 000000000000000004b951f7f2071e31aa70d62dc7c4cf8570ae4bd278d652cc 0.13 MB 143 16
318,751 318,751 0000000000000000256f3e34dae0bd6afe052dfbea223faa6eaec64d254e65ae 0.13 MB 213 23
318,750 318,750 0000000000000000090bc3812488bb556718722289d713cf676f32f77aa4bb2e 0.04 MB 128 44
318,749 318,749 00000000000000001908b7926c114d1b918ad4e3b0c656b8dd931cc731ddca13 0.01 MB 23 41
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.52 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.