Memory Pool Memory Pool Refreshing

8,175 transactions
4.22 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,019 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (607,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,144 300,144 000000000000000034e992f5d378d0613b72f9e23945bd364ac871701db320ac 0.25 MB 689 43
300,143 300,143 000000000000000012d7c535785fa6690e5ee81070ba070028fe4eac521ad12a 0.01 MB 26 24
300,142 300,142 0000000000000000112755c414c2fa31035adc38e0f2e5f2e41f88165034690f 0.12 MB 178 26
300,141 300,141 000000000000000011a43cf45f7de9ae8714f8d67abf89689938013926733702 0.05 MB 93 19
300,140 300,140 00000000000000005757bc7bd973cbfe7bcbf59ff8e3d1cb83a6778812e0cb99 0.23 MB 308 15
300,139 300,139 00000000000000004a58cf244e45bdeba80fe4fc0e82a3b3a06ea354c4b8609c 0.34 MB 481 24
300,138 300,138 00000000000000007200c8800c58324f02babe0cb5016eafde718ea9ce61be5a 0.44 MB 719 26
300,137 300,137 00000000000000000124990b9647832a0f5d680eaa206c2d4076bbe82d25d695 0.26 MB 512 29
300,136 300,136 00000000000000006c0f82b8696bdf2e2f0873ad204a3d51b8a445623f773853 0.03 MB 22 16
300,135 300,135 0000000000000000468b22ff12dd2824e2a6a494aabfba85e0a225f8ef03e68a 0.02 MB 34 42
300,134 300,134 000000000000000051e74ceb7d748717fcc08c4928d370ef6ef9af33d23b6828 0.27 MB 398 25
300,133 300,133 00000000000000005d572117d7bd786566754014ee3a8e14e43ae6a7a2e16258 0.01 MB 32 37
300,132 300,132 00000000000000005a89e4a96dc94b0221b0f91f4fa3d389b0fbcdcc907f7e0c 0.12 MB 282 37
300,131 300,131 000000000000000080f58b34b9dd9220b30729fa7efecff6a53a7758d51dc53d 0.05 MB 87 16
300,130 300,130 00000000000000002ff69da63aede8154e2b04ab0fa74c07e3d65098b2fafe3b 0.03 MB 63 33
300,129 300,129 00000000000000002feeedb8dd8c672834f9fc7a00878ffca9b5c95ff07f01ad 0.07 MB 125 28
300,128 300,128 00000000000000007eaa73e6124f3e5ba598e6c7277a8e06fd797bc6717e83cf 0.16 MB 271 28
300,127 300,127 000000000000000029773b0e52c8446b1e5206f4d42f4f073758840852af0f11 0.02 MB 64 49
300,126 300,126 000000000000000046af7790023a8d2b3a2c8058650f27aaf54800c12a4eebe5 0.04 MB 105 49
300,125 300,125 00000000000000002dd0d956e17c869847e7a07b3878ccc1f4039dd31a27502c 0.12 MB 245 36
300,124 300,124 00000000000000006496bec98d1dc9fbde80aa08a7d44654b2ec08b98602e8c3 0.17 MB 284 26
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.81 GB sent, 93.04 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.