Memory Pool Memory Pool Refreshing

3,213 transactions
0.92 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,842 00000000000000000002349e0000000000000000000000000000000000000000 0.92 vMB 3,210 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (429,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
477,992 477,992 0000000000000000010bab5ca0fd3501e09c59ff1e4f85801045f9b065110dd9 1.00 MB 1,595 109
477,991 477,991 0000000000000000010d9437f9d7472e26ab5304813043c5166332d444f0109e 1.00 MB 2,035 167
477,990 477,990 0000000000000000002db528946d2b1fcb842f42c1ba1eb01122760fa3e7093c 1.00 MB 2,021 140
477,989 477,989 00000000000000000112fee58aa745eeb2b3b3a73aa701c500e34009b83417c3 1.00 MB 1,679 174
477,988 477,988 000000000000000000a36d735f8873d9c07322a228130bd8012d67357ad9201c 1.00 MB 2,134 169
477,987 477,987 0000000000000000008c6d1513f8f0520c91cb83079dab8915a0f13482b0c306 1.00 MB 1,881 170
477,986 477,986 00000000000000000058d94595af65ab9b3e40584bc5ed2ed9670abbf30cd2f5 1.00 MB 2,031 152
477,985 477,985 000000000000000000134fc426f42353389b6e1479005f9a032b4ab3aae925a8 1.00 MB 1,975 179
477,984 477,984 000000000000000001049793efcb8f350978b48f5e3e1e5ba13f8e33b48a31c1 1.00 MB 1,682 60
477,983 477,983 0000000000000000001632c07315ad2d830c7a23920d231ba260c62761ca70b5 1.00 MB 1,299 78
477,982 477,982 000000000000000000bdc44798762573958db6d3f81e0ce308ce0fc9fff5cdbd 1.00 MB 1,900 111
477,981 477,981 0000000000000000006823af77c7e6f17c09c25a9c165f3b87ecdd35e7012ece 1.00 MB 1,788 191
477,980 477,980 0000000000000000004d724f4ba47c586a7e0639ed0dee92bd13d60a125bcf1f 0.99 MB 1,868 136
477,979 477,979 00000000000000000136295f890ab61e43e4a753bfa01486442e09355a7579d4 1.00 MB 1,841 178
477,978 477,978 000000000000000000bd21b6c0fdca45bd533ffe479f4521e7b88ecae9033104 1.00 MB 1,559 114
477,977 477,977 00000000000000000038567b1979a7becba7e7f8859c85ce6e6e42d06e4dcb64 1.00 MB 2,088 124
477,976 477,976 0000000000000000006c8109b089af44e01f5dc3e783127a21aeb1c312b65eb1 1.00 MB 1,802 203
477,975 477,975 000000000000000000a658d94645fc11f56871a6af495a1b279d130bcaba3262 1.00 MB 2,085 163
477,974 477,974 00000000000000000049bd79f8b5464635af9d566319465f7d2aeb3041cf5ccd 1.00 MB 2,205 209
477,973 477,973 0000000000000000010270ea8e4e8632e38347e15c5bbd94260b8bcb57d199d5 1.00 MB 1,930 180
477,972 477,972 000000000000000000d5f78cfe9ebf3630dd4175350b7b686f996144c5ed2e2b 0.98 MB 1,711 99
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.