Memory Pool Memory Pool Refreshing

1,106 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 1,067 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (735,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,187 172,187 0000000000000782784a0c3d67932c8e0de0fb1688f49b8bb2ab021c898ef70f 0.02 MB 68 25
172,186 172,186 0000000000000781eb929a95ca690a6557147abca8370ae360c5cac2add323b3 0.00 MB 13 0
172,185 172,185 000000000000039a00e74e5347b1a0b98b09d940391dd3bad02c179897e61851 0.03 MB 67 66
172,184 172,184 0000000000000130f90c33a391eaeadcb8de455fc528a2b5a3e484c67b5a8efa 0.01 MB 41 103
172,183 172,183 000000000000011051718e8f862b6f669119e1bb2c93f08ee9d5bc51588b99fd 0.01 MB 20 76
172,182 172,182 0000000000000923bfb195a78bf7bbf71392f85551258b82792c99bd7125cfff 0.02 MB 46 214
172,181 172,181 00000000000009dd9e2f151a285ffa550008decf9ddb3c73b8c059a69363055f 0.00 MB 15 67
172,180 172,180 0000000000000770f858fcfe382f5f4e4bbfbcd4f3511ae18383acdedb60fa08 0.00 MB 8 43
172,179 172,179 000000000000087a6742bb14a5838ca1c75afd72b0739fd1e5ab5a1655318e09 0.02 MB 23 89
172,178 172,178 00000000000002b1639aff0b2a087c2476ad6fd688c918b8a7ade7e4b889069e 0.00 MB 4 0
172,177 172,177 0000000000000ac63ff4a3557e597e3233e4ccb663dd4b15b6374311f388aee7 0.03 MB 117 90
172,176 172,176 000000000000035b4ae0b1a1ef6e6993f729c675e4c7b80afdb0ba54b39dc93c 0.01 MB 20 94
172,175 172,175 000000000000072de11ac6ebea24ef6ebd69533ba51cf427c22f0cccca6de51a 0.01 MB 30 145
172,174 172,174 0000000000000528de675511d4379dcfaa386f5ce2b3397f4f492a07a275c78e 0.01 MB 10 17
172,173 172,173 000000000000063712cd7ddc4174a036a0c2a017cdbf349c6950a3071c015865 0.02 MB 53 168
172,172 172,172 0000000000000816885133b2592dd10ee4190ae80cbad856f02002e14670dcdf 0.00 MB 10 18
172,171 172,171 00000000000001e2f2282194f4b31a36b132a33eb32e1e8b4e5fa002b1bb87c1 0.00 MB 8 25
172,170 172,170 00000000000002d8481adfb499f6e8b2e27df9c7bc5f4fb8b83ecc09188ad139 0.00 MB 1 0
172,169 172,169 00000000000007bd86716b4734d860f502333c7a1be99968680b785c3da912d1 0.02 MB 56 270
172,168 172,168 0000000000000af91252130ea7805d851136ea4d208ee68a2e122e4096b4e4b9 0.00 MB 11 0
172,167 172,167 0000000000000710ebcb8c284565b7627f6d2bc27ed7a0c07ee467a0889e4c2a 0.02 MB 33 63
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, 114 incoming
  • Data Transfer: 1,616.91 GB sent, 92.84 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.