Memory Pool Memory Pool Refreshing

2,676 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,705 00000000000000000002349e0000000000000000000000000000000000000000 0.94 vMB 2,664 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,704 (840,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
68,196 68,196 0000000001eee7d39c1f4f744228b4c558d041922b42cc536df7ae9ec27876dc 0.00 MB 1 0
68,195 68,195 00000000031c2eb80da6ed3d762928575465f98508bb0e3702e3285c04bdeed5 0.00 MB 3 0
68,194 68,194 0000000001ce7e08116265f6d5d6d595668888ddfa950d18184e73fa2f498bbf 0.00 MB 5 0
68,193 68,193 0000000000154a1a9b080d0fca38c66211b62eadbd82f7bfaa13d7236e6b216c 0.00 MB 2 0
68,192 68,192 00000000021314778f684ca3368a8ffcbfa54334b8b64d2626fc41c3e370606c 0.00 MB 3 0
68,191 68,191 0000000005692f20ee440195ca2473c98a0e0d78e54ae85e21caac2b6f40feeb 0.00 MB 1 0
68,190 68,190 0000000002d8ed90e9fc62a27688f49f89c8662d34dd82e77ec4776418afbcb9 0.00 MB 2 0
68,189 68,189 00000000042011b3d732993bc3520817a3079d8113ab3e872a44a6a9ec80ae74 0.00 MB 1 0
68,188 68,188 0000000002eda5879cbd600cdd066b9e5a6567d6b09c4552c57d375996f0e59d 0.00 MB 1 0
68,187 68,187 0000000001a82c6162c6f92f03310e90ed15fb06010ad4272a173f36e5e15464 0.00 MB 1 0
68,186 68,186 0000000001a01e15b3a21e35e0786e804c4da45d15b1c641075a2ebd3ec4b642 0.00 MB 1 0
68,185 68,185 0000000001fe954a8f543391ceb66b553fb72bf090e3e32cc1a56a90b505749e 0.00 MB 1 0
68,184 68,184 0000000000c42b1502613e009567199ff1ffd37b1fea06ab1169a2e56ba476f7 0.00 MB 1 0
68,183 68,183 00000000051dd7c39dc7fa1c3d6e19732dec7d420da229e4ee19572bdc453906 0.00 MB 1 0
68,182 68,182 0000000005552bd2dd23a057b37557e4f2d602b876d472f4d325f33f09d25457 0.00 MB 2 0
68,181 68,181 0000000004944733ea2eb69e7e19c352f62f5afdcf23fadd80ba2d085897840c 0.00 MB 3 0
68,180 68,180 0000000000bd62f945b9f0b0905e966cfa8b2b7d16fa665aafdfabd78dac07d8 0.00 MB 1 0
68,179 68,179 000000000372ef501a120fc9a7b7f7891d53b11459548b5d957a76246a8be974 0.00 MB 1 0
68,178 68,178 000000000308c63e50748c4b0c1b72096c3b66127672b04514ef7a5bebddb902 0.00 MB 2 0
68,177 68,177 0000000001e0601cc579073ab7b1e9e08a302d48aa085215ee7d57407ab71089 0.00 MB 2 0
68,176 68,176 00000000021051416c3feaacd799c5876924300cf2876c4cea2c2d14069c7baf 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.02 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,854.49 GB sent, 102.00 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.