Memory Pool Memory Pool Refreshing

6,437 transactions
2.03 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,833 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,395 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,832 (359,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
548,446 548,446 0000000000000000001d9a1c1ac2a86e3a1fa6815edd449b315f33cb68be3279 1.25 MB 1,856 13
548,445 548,445 00000000000000000016ca276c1c36cafc2f087e588ac59518571da23917e992 1.41 MB 2,680 22
548,444 548,444 00000000000000000010c5d9ba2a27fa5cd24b9df3df2df7754951f2a320106e 1.25 MB 2,515 27
548,443 548,443 0000000000000000002364501f695cc768cddca011d954f478d85682b6719109 1.15 MB 1,624 40
548,442 548,442 000000000000000000156a4fcff1cc9e8d4d53934a8366f5f453dab13dffa55f 1.00 MB 715 69
548,441 548,441 00000000000000000021bde1e8dbce0b22afa710318a401c6aacd62f4509f0b2 1.22 MB 3,169 11
548,440 548,440 00000000000000000021829a22ca75a1534eac51ebdbc8dcb69ff0dcc5d45baa 1.17 MB 2,180 26
548,439 548,439 0000000000000000000f10ccf2199480bfb84369c680369d7744bb3210d0126f 1.12 MB 1,447 8
548,438 548,438 0000000000000000001e2987a660c9d229ccc2614c8528ff01e0db5df547546e 1.28 MB 3,691 9
548,437 548,437 00000000000000000006aafcaf6fbaacfeb6ad71eaa6d1764c9892f78bcfaa64 1.31 MB 2,101 13
548,436 548,436 00000000000000000016afac5b3c015cb5860d0ef4e0dd2121588b547b00d94d 1.24 MB 2,420 22
548,435 548,435 0000000000000000001e82290d5965383672641f10c963b225c766ad6c9e3b6b 1.40 MB 2,882 17
548,434 548,434 00000000000000000012bd30ef11932e8ddf0c86dbff20e088299fec026c02ff 1.00 MB 2,030 23
548,433 548,433 00000000000000000005ff30d0b0f3a081a675daa9d0f197642de9708ff53e31 0.93 MB 1,903 15
548,432 548,432 0000000000000000002705412321251c468b7d1baff7678521ed9a6a5370b4f0 1.41 MB 2,445 11
548,431 548,431 00000000000000000017a35cabe5adcad1a411acc4cd1214e2f5f7069fc3c1be 1.33 MB 2,756 21
548,430 548,430 000000000000000000210269a35b4e9a30432c1360979ee741c6ab698ab92932 1.00 MB 1,787 27
548,429 548,429 00000000000000000005ccb10615d138f3f3f973ff9cce8cd99f6695ea41e5df 1.24 MB 2,267 9
548,428 548,428 00000000000000000002d0ac60be00cf3cca72349d0029aec94c299c13a918dd 1.36 MB 2,793 15
548,427 548,427 00000000000000000022cf437f69abf55aa5bf74a3ea7ed39eb904c1639a46eb 1.18 MB 2,853 31
548,426 548,426 0000000000000000000df6ef8192f9d38707821c5a5c59a8e0bc0a2744e76888 1.16 MB 2,156 28
Previous 10 blocks ↓
Total Size: 769.23 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,634.74 GB sent, 94.07 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.