Memory Pool Memory Pool Refreshing

3,482 transactions
1.10 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
907,956 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,054 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,955 (545,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
362,914 362,914 0000000000000000150d1362bca0202043911e21d6aa7c2a52854479e0182b4d 0.50 MB 941 28
362,913 362,913 000000000000000014f2f8968aa3ed1ec16a166e7596e8fe3a08171294b7a84b 0.32 MB 339 18
362,912 362,912 00000000000000000c8caaeeda6c63498541d52fce2c7a54d375695b4983c5da 0.09 MB 105 20
362,911 362,911 0000000000000000162fe85daa362cb10fea55e2d54c6273235a2c2f2771cdf0 0.13 MB 304 22
362,910 362,910 000000000000000009e4454603af7709e60f33a38edbf69fb0b82e0c4ef60be0 0.05 MB 146 24
362,909 362,909 0000000000000000106e1e561786a8eb5d33f8369f316a864a550d9cf2735673 0.75 MB 779 18
362,908 362,908 000000000000000011b6ba05622d6d2b421b87341e9ada06268f49bd211d0bf6 0.13 MB 64 2
362,907 362,907 000000000000000015f559ee3d230878ba33393157f42b03f5fdb173c8eab886 0.97 MB 1,210 19
362,906 362,906 000000000000000014024912638a59741647f10871adebf09bc9cd303bc51977 0.50 MB 903 27
362,905 362,905 00000000000000000b1723d4d5dfcf3df07b86a32f570ce495200a0a041e2698 0.75 MB 2,295 44
362,904 362,904 000000000000000015dbcc02f1d6669c912bf26a804f0efe0cac2482aec9d7bf 0.30 MB 623 29
362,903 362,903 0000000000000000054e850bccc40cb287fe16c31088808cfbc3cd2fc4bf0bfc 0.67 MB 970 24
362,902 362,902 000000000000000010e2ff39da12aeacef7fa5f1d2676266499cbddea52b5f93 0.27 MB 428 25
362,901 362,901 00000000000000001060bbc060344a257662a4a279776173368cf754f7636ef6 0.59 MB 771 22
362,900 362,900 00000000000000001147790272f4d5bb082c410f539ad4264424369b1b9e9cbd 0.51 MB 824 23
362,899 362,899 000000000000000012632bc4bf7d413bc78921ea0e92ce33b55e293fdf3dbb64 0.42 MB 639 25
362,898 362,898 00000000000000000996b4f1afc525eb3b882c6cf768cf9f639dc807070e10b5 0.53 MB 809 22
362,897 362,897 000000000000000015dde02fe63d1daae0f64659112080ff686f453f8fb7f917 0.93 MB 1,749 27
362,896 362,896 00000000000000000bcaa3d7274c0afe8db7928238e736435ec2ba3cfb142df0 0.02 MB 58 27
362,895 362,895 000000000000000012b35df72b3d4ba5feaa1dd9639b69efe4024fd0b3592a33 0.17 MB 266 22
362,894 362,894 000000000000000007b41e7ba38e30ab87041fec7f302002d5513f436fba8f50 0.06 MB 135 30
Previous 10 blocks ↓
Total Size: 769.46 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,646.20 GB sent, 95.26 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.