Memory Pool Memory Pool Refreshing

12,757 transactions
4.00 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,037 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (644,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,730 262,730 000000000000000f525f2b641259338b5dc1a58c21c6410458607a33b2c3af51 0.07 MB 129 76
262,729 262,729 0000000000000015539738825dee162965ef6cb9b0b79dde33fe7aff0c11de5c 0.06 MB 128 77
262,728 262,728 000000000000000c4095a4d6212f5684c6748971e2ce643c885526105f358b3b 0.15 MB 123 21
262,727 262,727 000000000000000e467c874d17472beb586fd7f68617c6ffecfe580f43dfe939 0.20 MB 531 133
262,726 262,726 0000000000000006f8807b0c96577f0d0449cebb3c53ec1d1f4a61e7970bba06 0.03 MB 72 97
262,725 262,725 000000000000000626bb5ae51908b48ae18beb6a57344f5978e3d6a9793b14bd 0.04 MB 132 103
262,724 262,724 000000000000000a2947219ed6f931909aa527280ee6f13a81174a3f66f528f6 0.18 MB 408 127
262,723 262,723 000000000000000bfdd333411adf21de11cb37017c55fb5ec645bc31adffb1c8 0.13 MB 180 61
262,722 262,722 000000000000000a37a7baef5abc426a094c7dff8ce90bdd1599598c4359f7ed 0.15 MB 76 26
262,721 262,721 000000000000000b752f10f77f90d863a3cb47cbe55fe0aa45fc5da8b248750a 0.16 MB 366 125
262,720 262,720 0000000000000005cca771628eb457c93a361db74172f722cb070db832c22a28 0.18 MB 460 74
262,719 262,719 00000000000000021ab1f65e768cbe381b9b5e66bc3093537187b5197434c7ee 0.25 MB 666 147
262,718 262,718 00000000000000065fae35878650e0a32883f7dbd47263f694ca01c9dec3429e 0.13 MB 248 69
262,717 262,717 000000000000000ae137ebc4fe059191e7e446f00a5775fabde3066c593a4978 0.19 MB 102 13
262,716 262,716 0000000000000005b18cdaaf8f7c52be0f1458a2bf9f5ed415afc54274bdb7cd 0.25 MB 632 137
262,715 262,715 00000000000000087d724d7432a4a4627da1c0a8411a8d49dc846f8cb17049c6 0.25 MB 616 101
262,714 262,714 0000000000000011d54a5fccc71a36bcfdb1175701533c9bbe2d1522beda48ba 0.25 MB 595 117
262,713 262,713 00000000000000026184e967ec95afea098d4c109da4df7bbb414d74d785587a 0.25 MB 748 179
262,712 262,712 000000000000000030310284cd485feec8a9f436c5af77329087f1a9351a0374 0.17 MB 415 120
262,711 262,711 0000000000000007db1c105af5c6fbad4e1adfec884a6cdbaf59c794ff6d9c86 0.12 MB 288 116
262,710 262,710 000000000000000e48862a15c68ae108a90e2d5e2d8b77dc6174e90186940aba 0.14 MB 255 104
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.