Memory Pool Memory Pool Refreshing

5,987 transactions
2.08 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
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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,791 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (453,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
454,553 454,553 000000000000000001c032365a15980d785f297e470399c50264f25dd286c1f2 0.93 MB 2,304 141
454,552 454,552 000000000000000001fdcaf7c125b9e9d318d94d16c410703962e81d0972ed23 1.00 MB 2,398 162
454,551 454,551 000000000000000000b54cf1f9c90e98dd8a4dfd61616940a479f9380b322d3f 1.00 MB 2,539 52
454,550 454,550 000000000000000000c82b7db51eb3c9ca23aae4812b6394e820313c815ec61e 1.00 MB 2,222 131
454,549 454,549 00000000000000000087fe36fe46599154d940e35135e4ffd4310d4bb2c7f2c0 1.00 MB 1,079 85
454,548 454,548 00000000000000000278e6fcf3edc8c7a27274dc26aa58a5ae178eb9acdcdbd2 1.00 MB 2,512 155
454,547 454,547 0000000000000000008ba37912d1ae7011315e5049fa68a3e41206c04a29d2eb 1.00 MB 1,735 122
454,546 454,546 000000000000000000f94e34f7419fcfc628a50591ccf9790c427833058471fb 1.00 MB 2,043 174
454,545 454,545 000000000000000001c585d2a2e22e870ebe85a9327df4ab7901c7db9b1abd28 1.00 MB 2,307 143
454,544 454,544 00000000000000000054e79c595919d15f96e8c8f3847dcf835a4a26105abf43 1.00 MB 659 84
454,543 454,543 000000000000000001c1dd5ee490d6e4fd574c50a5b6e4be07111d32bc5775fd 0.54 MB 1,478 158
454,542 454,542 0000000000000000024e291a79389c01cff44b7e32d20a98523253bde708828b 1.00 MB 2,342 149
454,541 454,541 0000000000000000013cbec34c1df0f5132826e507158ec3a12cf571f85b8130 1.00 MB 2,526 114
454,540 454,540 0000000000000000025502bd5e1ecc05f74f5ec0f3be1fa65496c8dac32fdd68 1.00 MB 2,296 136
454,539 454,539 00000000000000000167ef98fc7e509d8fb1cb7b641db117554c7973ae7ca8cd 1.00 MB 2,798 205
454,538 454,538 0000000000000000006566946c5297751e34c209ca1fb9bd145be67d8433dcbf 1.00 MB 1,390 113
454,537 454,537 0000000000000000010b5e8e123c24ec14107e98e2f5d1e23a6ce7ceea9c6e3c 1.00 MB 2,494 121
454,536 454,536 00000000000000000260a987d10119d0805d387cc33e7dffb756b29bfb843906 1.00 MB 2,001 150
454,535 454,535 0000000000000000011a9ed18ebbeca591d6bb72dce5c0fc67d306a298f98867 1.00 MB 1,784 132
454,534 454,534 0000000000000000019c70076705b89c29b92cce36538d238125e5ca93d19fce 1.00 MB 2,989 195
454,533 454,533 00000000000000000196db6e33fe136a54c83ccaa3dcb5e80d4df5ddd45a7b11 1.00 MB 1,366 94
Previous 10 blocks ↓
Total Size: 769.25 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.20 GB sent, 94.19 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.