Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,869 (614,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,646 293,646 000000000000000090b4ce53f41be9c3af7d2b9220a6585926b8fcab59e78457 0.49 MB 719 26
293,645 293,645 000000000000000006410ae8ad309fcf018f50a5ef95c856325113e598135f54 0.25 MB 545 38
293,644 293,644 00000000000000003aee948869f30e4c6b2ccd7d4338b5125e2447fcab236b94 0.21 MB 213 20
293,643 293,643 00000000000000005c210219a1a5dc406ac976e7f60e282f9740288fd753f68b 0.35 MB 756 40
293,642 293,642 0000000000000000099eb5ffbe75c5e6f6a559e430d73d51778d4758c3640832 0.35 MB 265 21
293,641 293,641 00000000000000009a40d6eea7b7dbd47013fec6b2e4d0bf97428d839d3d20f5 0.05 MB 128 33
293,640 293,640 00000000000000006b7dd2d02fa35a9b13dc90584eb6be45b273ae77a15135f5 0.90 MB 925 21
293,639 293,639 00000000000000005cee84331a264e4ccc430b8a6443685c611bc05d2c75c50b 0.00 MB 1 0
293,638 293,638 0000000000000000548fcc98dd041e9f7003a048e8f90469f800c9478bee560d 0.20 MB 512 36
293,637 293,637 000000000000000077a9b487aa0b286d3a72ddda1f0574994ce8057f8fe70cc9 0.25 MB 512 40
293,636 293,636 0000000000000000a8d6084e66a038fb21ba75fce0f1b7d847dfefe261915630 0.09 MB 256 50
293,635 293,635 00000000000000008dcc4cbe75825d0666efd680138ffebe8af38a6dce66a181 0.12 MB 256 30
293,634 293,634 0000000000000000b9d6a5264d2f062eec736fb6c030bdd5d5271d9140de88e8 0.50 MB 901 36
293,633 293,633 0000000000000000b264d5a0384af65ff7d3b94294cdd844b8a5c25e9b39574c 0.25 MB 740 51
293,632 293,632 0000000000000000be50c999d7ac523ae9c48d981cc663ef6a9db7dd3d555e52 0.03 MB 51 30
293,631 293,631 0000000000000000bddf7513a4a60582613ae513a0729d8470ba71e620ea0ac3 0.11 MB 202 27
293,630 293,630 000000000000000066c41c5c2265a9f821212622215eba24ba7ebf7a3f6ebfef 0.35 MB 666 32
293,629 293,629 000000000000000077fab276027c86690e2b5ff094f655986edc7385a8a7d544 0.08 MB 60 6
293,628 293,628 0000000000000000563ccaf85bc8df5c26b7c6c4fbdc748546fe67d248578105 0.38 MB 662 35
293,627 293,627 00000000000000000ca7d1ca6fefb659d504a123b23244283c4b760c167443bb 0.14 MB 274 30
293,626 293,626 00000000000000006d9040395eed95231078931b2a38199ba984fbc1cf61d101 0.15 MB 254 27
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.41 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.