Memory Pool Memory Pool Refreshing

5,685 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,093 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (41,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,346 866,346 0000000000000000000008b3da147990bb691b2bac45a2aa41bd34051c20f642 1.47 MB 3,849 7
866,345 866,345 0000000000000000000138adda928f351b7838e4de634dab98adf48c6023d120 1.61 MB 5,205 6
866,344 866,344 000000000000000000030ebd8226f0f0aade540be9214f14e4f443cc6230fce2 1.58 MB 4,633 7
866,343 866,343 00000000000000000000f20dad15879fc3a804aba0e2c5331af19c596b3d2d3e 1.54 MB 4,340 9
866,342 866,342 000000000000000000014ce9ba7c6760053c3c82ce6ab43d60afb101d3c8f1f1 1.58 MB 4,864 5
866,341 866,341 000000000000000000020c03dec74937ecbb470cbe2dac058f5fa234bde6fa58 1.56 MB 5,868 6
866,340 866,340 00000000000000000001f74e6ad96660af235fe3b1dab2db085b7cc74deef803 1.77 MB 4,178 4
866,339 866,339 00000000000000000001dff9680a39fcf967e32e60841faf1d7ef433ad2c8890 1.46 MB 4,714 7
866,338 866,338 00000000000000000001ac445df816c594fc2865ae48484204aa8c404c720314 1.52 MB 6,842 6
866,337 866,337 0000000000000000000012b6cf1cb7b524ef17b81eb001c6ba90e15911be24f3 1.60 MB 4,870 7
866,336 866,336 00000000000000000001e0a44728e66ec66e1d63a13f635232e6249c1abed498 1.55 MB 3,310 15
866,335 866,335 00000000000000000002888ec96b2610f0daf3ef62551d820490da42fd2eedda 1.56 MB 5,966 6
866,334 866,334 000000000000000000004d6382d563b8464afb8d115b6aacd23aa90b6248f0c0 1.51 MB 5,770 7
866,333 866,333 0000000000000000000065ba007a9711033c29d66e4ce2fc2157abc59e3f7325 1.50 MB 5,898 5
866,332 866,332 00000000000000000002e496e8b51a3428302a2bef9ec58dd42722ec3148e63b 1.50 MB 5,434 11
866,331 866,331 00000000000000000001517a27418e86a4e1280aa061deb8d5a603c308b32eb7 1.58 MB 4,923 5
866,330 866,330 00000000000000000000578ef355c5c4f170bb7e3ecb07a489807af950ba5f35 1.60 MB 5,695 7
866,329 866,329 000000000000000000012f3d8c9cad60c62d09fa76ecd8485fe4d959d87fc3f4 1.38 MB 3,657 8
866,328 866,328 000000000000000000016a8130f42d90587f5d22713a11b25aaf2234773bb845 1.48 MB 5,495 8
866,327 866,327 000000000000000000001b0969cd03b2a74846d519f6e187d7ca116c2025ca6d 1.53 MB 5,722 13
866,326 866,326 00000000000000000001cd47365edb719a262115f40b5b9f63ab8a1e1b2a4187 1.60 MB 4,436 18
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.