Memory Pool Memory Pool Refreshing

7,493 transactions
3.46 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (614,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
293,625 293,625 0000000000000000339a030df68f485125b5e9b85281e4bc6746c211619de6b5 0.19 MB 365 82
293,624 293,624 00000000000000000eb4dd0fa7a7836dc0f7ea0c291c3f7516eb476aefcc6316 0.51 MB 929 34
293,623 293,623 0000000000000000058b36c3b97e66556613627369e1cb55b4974adda98434cf 0.18 MB 156 13
293,622 293,622 0000000000000000098264dd0896b8d5fdbebb2d1c26ae65129f49a25dbf800b 0.24 MB 512 35
293,621 293,621 00000000000000004c8840dc70e25635adca4ae8b68d0909e70412d86548efde 0.18 MB 245 24
293,620 293,620 0000000000000000137e3ef163e812ce258998f06dac156174c7980dbbd410c4 0.35 MB 751 64
Previous 10 blocks ↓
Total Size: 769.03 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,624.86 GB sent, 93.01 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.