Memory Pool Memory Pool Refreshing

7,747 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,759 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (694,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,821 212,821 0000000000000243523e5135c7d9da486b142ea2afa60d25dece6b541c1d8699 0.05 MB 147 74
212,820 212,820 00000000000000b2443e50cda208930c5b3d247f9ef21994635f0bad20d2ac2d 0.05 MB 78 111
212,819 212,819 000000000000048967c12e3ee363ea0132f4682ccf6f63f9a84b3578472ebfee 0.12 MB 339 229
212,818 212,818 0000000000000353d9c275f3d18b27af41cde99882b8b43029aae2c995e02bab 0.02 MB 55 220
212,817 212,817 0000000000000081a81fae23bb3fbcdc1577b65f8a6eb33d7982aa199030ce4d 0.06 MB 119 140
212,816 212,816 0000000000000193a9b951e86fb61f7667ec5e599a63e22a6857030b375d5189 0.16 MB 423 215
212,815 212,815 0000000000000195af5cdb529b546c8666c6f8dd9bce6082a1fdc40fdd477061 0.02 MB 53 198
212,814 212,814 00000000000004a451532c02f3bf624147c7bd92e6e2a7387179990daff259a8 0.04 MB 69 192
212,813 212,813 00000000000000b9ce77aa77ac15b14e88a3d1a57a562a75f0695b67ce19f624 0.02 MB 51 181
212,812 212,812 00000000000002af79aabf0dd56fe259a21feef3776e992af9cf47f07bdece70 0.12 MB 327 200
212,811 212,811 000000000000047c11aef462f32b99e769ec8bdb3e4d185794e4162dc965dcc4 0.10 MB 256 232
212,810 212,810 0000000000000000cec2b3a349057e988ea5d15e580386ce03465c64bd21ad0b 0.02 MB 65 122
212,809 212,809 00000000000004c32d61061764ff66ce42ab6e301f4cb30b5c34928b9cdd265e 0.15 MB 372 180
212,808 212,808 00000000000001c2b58a5e630d5f7b9f1fee3ef68b2308d3f2ff66ce8fc7b3ba 0.03 MB 46 134
212,807 212,807 000000000000021ac05e8f9b80257550c16074b7fa22d9c977cb4b95a57fcd1b 0.04 MB 126 100
212,806 212,806 000000000000031d388434718973d7f5261888fc6f1884baba34164f4911bd66 0.24 MB 631 150
212,805 212,805 000000000000007e77b7f0aa32cf97f89ceeb5f77daf0ce1f51b35202a334b0d 0.26 MB 488 219
212,804 212,804 000000000000043633dfd92c617912259ea366645f8e0d807cc95cfc08ea2401 0.01 MB 26 215
212,803 212,803 00000000000001e231ba252c5865f1434888e27b11b102674868e4a816677cb6 0.06 MB 109 163
212,802 212,802 00000000000000a71328e97bf67f28071275139ce00506cf2f198dba5bfcc38f 0.03 MB 82 189
212,801 212,801 000000000000006c9e905c80bb6b8289e18a5a830d55a09a7a2f24e91b448480 0.12 MB 256 106
Previous 10 blocks ↓
Total Size: 769.03 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,625.39 GB sent, 93.03 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.