Memory Pool Memory Pool Refreshing

6,990 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (589,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,775 318,775 000000000000000004e4ac811673922769116bd3b88916a4d1e9f28e728792e9 0.29 MB 484 37
318,774 318,774 0000000000000000248fbee9f2a99398e4bc7adff2d72738386ed5195ea650e0 0.09 MB 177 21
318,773 318,773 00000000000000001eab1e8ed34e31c9aa18c0f93636730ea6980f43fa3e33b3 0.16 MB 296 25
318,772 318,772 00000000000000001cbb53f404759efbcecd694ec01e9b86d59c8ed91e92c6f0 0.62 MB 1,114 29
318,771 318,771 00000000000000000e9e5b156e670abe64a047e51ff2e3552d29b91f500219fa 0.31 MB 474 22
318,770 318,770 000000000000000013f8e361d696fd90f2812d1f4f0ec796a283f8e1fa1e27a0 0.75 MB 1,286 27
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
Previous 10 blocks ↓
Total Size: 769.27 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,635.32 GB sent, 94.25 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.