Memory Pool Memory Pool Refreshing

2,799 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (209,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
698,568 698,568 0000000000000000000b93fb6c67c6dba595ed89e66616a4c3a856b22afeaeca 1.15 MB 1,143 10
698,567 698,567 0000000000000000000b13370f67096aeb75729da994d5e969bf6b70bab4f788 1.51 MB 3,607 10
698,566 698,566 000000000000000000064015e604f26a2023804043b91fc9e3c1fc4338cd19fe 1.59 MB 2,334 19
698,565 698,565 0000000000000000000b367150f9b837f28a640cbec30229ce2a8efb213b4280 1.50 MB 3,822 16
698,564 698,564 0000000000000000000ebc6bdf96849ff63aedf2a1b210882f2120bac8963ee1 1.40 MB 2,125 9
698,563 698,563 000000000000000000064ce6be71ddfdf7c4fc46ed141493807aa24522a4c842 1.47 MB 2,686 11
698,562 698,562 000000000000000000030952597d0d82db5d8b95dd01c8aaa44f5d9e2e904c39 1.42 MB 3,294 28
698,561 698,561 000000000000000000019741968396bc8553cbc1638154a4eab1601303c0ba32 1.40 MB 1,976 14
698,560 698,560 00000000000000000007b8ce2fc60592947d249f12271d17d3de811847501755 1.53 MB 2,582 10
698,559 698,559 000000000000000000082058fb1316c0c4ae5ff84e525ece23971b915cb82a38 1.46 MB 3,361 23
698,558 698,558 000000000000000000090d4559ae98b19a7d07b95a27147e0f54df0a611f1876 1.40 MB 3,177 29
698,557 698,557 0000000000000000000146e3deba44b71c353731682ac76e62dcb2e267d86737 1.45 MB 3,293 25
698,556 698,556 00000000000000000002b381985375914fbe5a5a20ca224eca8f6de8af8fd0a2 1.58 MB 2,494 16
698,555 698,555 00000000000000000002ac535959de8a49791a9f563087eec1d3149451a730de 1.54 MB 2,983 19
698,554 698,554 0000000000000000000daacd87f91032badede2365c2828d601b4e2add29b2ad 1.35 MB 3,138 31
698,553 698,553 0000000000000000000f099921e29e4ca429397db5bf33206b4ff820e155105e 1.32 MB 2,344 10
698,552 698,552 000000000000000000008b03dfc88ffd43355ce8f37178005c1702a93958c1fe 1.29 MB 1,864 16
698,551 698,551 0000000000000000000a8f8377c502e04f2326071bf8e6f12c6359f2b2a26605 1.44 MB 2,489 19
698,550 698,550 00000000000000000007091f2d04dcc32b4745b40a4f8027aeda75063558fb87 1.21 MB 1,414 11
698,549 698,549 000000000000000000095302283803967a66414cd23b452ebea94e745d3abc8e 1.42 MB 2,860 12
698,548 698,548 0000000000000000000e377b7a8ed844055bb94e91b22cb4f43389d6db45c6a5 1.41 MB 2,623 21
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.