Memory Pool Memory Pool Refreshing

11,180 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,716 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,511 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (696,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,621 211,621 00000000000002d4d9c3d7a7d9e97b314197634b519af93861d92a8f928b7d8a 0.08 MB 162 160
211,620 211,620 000000000000045f9987b790850bba968ef2b1ab0a5eb4999196b784a343e50d 0.05 MB 129 167
211,619 211,619 00000000000002d1d544429787cf3f5737c88caaeacd96ab6904378195b357c7 0.10 MB 205 148
211,618 211,618 000000000000027670c945133628673d6a9cfeb9b399707a9e7d8586122a5c30 0.00 MB 11 93
211,617 211,617 00000000000000d7cbeee27255d444b1c8d0f7416a6047b35fc918fada036656 0.05 MB 128 160
211,616 211,616 0000000000000460018e0a12042a582d01a65a7d6862c22c58b874493219a2de 0.04 MB 86 152
211,615 211,615 00000000000001acca2ee407b2a0d15f446a170ed123481baab004b0e7c3b789 0.10 MB 194 191
211,614 211,614 00000000000000e352adbd754aaeb38be962c99439872fdcf29be61ba0af2d0c 0.02 MB 46 154
211,613 211,613 00000000000003fcf1396998828ef4a26c18d65c878e965f4f53f56b4b390f38 0.08 MB 154 153
211,612 211,612 000000000000047aedb7aaedaaace971f90dc959c949391a63f0e25391585cb1 0.01 MB 24 119
211,611 211,611 000000000000008789d201c55ae32d82ca0b20196c0374e0150ce7d4bb1a5aeb 0.20 MB 333 138
211,610 211,610 00000000000001c4d937d694c37fbc42eefaf60a42313073edc4634ff1978e2f 0.25 MB 654 199
211,609 211,609 000000000000001c02c1e243f9fa6a0f3547bbfe85047163d43e8021f98d38ea 0.33 MB 766 212
211,608 211,608 00000000000003bed3513e218746e77d83090bcc5fc5c9bc24845b5e517ca20c 0.33 MB 697 189
211,607 211,607 000000000000024158ede6252c9afb53c0fdb5924ef49af8239aa168ea1339d7 0.10 MB 270 293
211,606 211,606 00000000000004e01449b40807a51fac69dd1a10c777f606a3ed4e6027c71038 0.05 MB 143 154
211,605 211,605 00000000000001649d13ad0e3a3ba271432d1d11d1fba6801cfee0a1ede459bd 0.00 MB 10 317
211,604 211,604 0000000000000183474554df022719b1e331c28b4443999afdcbbba8d63b7b1f 0.25 MB 585 212
211,603 211,603 0000000000000282c45901f9169a5ee5596ab55dd1235defc4f32f8aca872a2d 0.20 MB 378 189
211,602 211,602 00000000000000dafdbd809a813800b090a0c33d547dd1a706ddf12a7db5134a 0.06 MB 53 117
211,601 211,601 00000000000004c68371de050aeb9dbf5ba58eb4e988138a0e1b028cb8c90e66 0.21 MB 274 139
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, 113 incoming
  • Data Transfer: 1,621.49 GB sent, 92.91 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.