Memory Pool Memory Pool Refreshing

1,591 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,816 00000000000000000002349e0000000000000000000000000000000000000000 0.85 vMB 1,568 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,815 (51,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
856,510 856,510 00000000000000000000ba3b2cc1569fd912056ac24a0718eb09ee0807f2cc0c 1.66 MB 2,540 8
856,509 856,509 0000000000000000000075d3c88ca4c54b367cf1465d7c11bd4c4c7801fb7e97 1.83 MB 351 3
856,508 856,508 0000000000000000000299190b17517331954052e9ec21c102dfcae278822352 2.03 MB 1,620 3
856,507 856,507 00000000000000000002253937886116ae75b3f5a33fd8295897fe43f328f657 2.54 MB 2,181 4
856,506 856,506 0000000000000000000117891de118e538dbe618b8940d5145d90c2cd9a549cc 1.45 MB 2,538 7
856,505 856,505 00000000000000000001df70ba979fed036ac6dacb1ddf195c9e999a7f611c55 1.52 MB 2,952 10
856,504 856,504 00000000000000000002b0a9d607482adbef131d195d0b124312db6c2e434c49 2.34 MB 1,678 6
856,503 856,503 00000000000000000000e40139e2cdfdfee15db4c2de3d0c3773dc9ca29f268a 2.62 MB 1,633 3
856,502 856,502 00000000000000000002098f80d9080bf6ac97133fc1a5605022471ad5174eed 1.63 MB 3,103 7
856,501 856,501 00000000000000000000440c03f7da2737e2a3134b8491d10f85b2e2bb4fd738 1.66 MB 3,313 7
856,500 856,500 00000000000000000002c50387c8cf5169cc8b2b7f82989748d3194c85237c71 1.57 MB 3,243 10
856,499 856,499 0000000000000000000226070f120612bf8498caa962a1e5bbd1a34a94cc8002 1.66 MB 3,436 7
856,498 856,498 000000000000000000019adacf83759fc54c98fadeeed22e495b555f28cdc7bb 1.51 MB 2,502 7
856,497 856,497 00000000000000000002c24d366ebb9b9d4663ede0ab9e4fe37bee0e38685b6e 1.53 MB 3,585 10
856,496 856,496 00000000000000000002867d4379c4137f156f1bba1a8160f6e40567a002d55a 2.40 MB 2,118 6
856,495 856,495 0000000000000000000138cd50e3c05709ad5ebff9b96b2e1f8174b0149ebf09 2.07 MB 2,395 7
856,494 856,494 00000000000000000000637d4a776c878a1d0d365b0e24fa1caeb0199f4a4925 1.68 MB 2,849 8
856,493 856,493 0000000000000000000146d1a32d3cdea4b06963afaea8fc66f2b43e9d192a1e 2.24 MB 2,313 3
856,492 856,492 000000000000000000023a0d49177e8d7ccd5a11beef6cbc7de10f07fd285946 1.61 MB 3,579 5
856,491 856,491 0000000000000000000314798bdb34413abcad881d2613c99793860adefb1d83 1.54 MB 3,438 11
856,490 856,490 00000000000000000001c248e758d7e78068371c57fcd36207e9d4bc8c9267b0 1.59 MB 3,045 11
Previous 10 blocks ↓
Total Size: 769.19 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,633.69 GB sent, 93.89 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.