Memory Pool Memory Pool Refreshing

7,731 transactions
2.38 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,708 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (722,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
185,230 185,230 000000000000002d0c2294ad40646ad1cb14f56566a4bad55f37b28bd481f0d7 0.05 MB 150 238
185,229 185,229 00000000000008fc7acfe9c66f65ce9f169190840e49110134908b754dca3772 0.02 MB 71 53
185,228 185,228 000000000000062a850a5fa5ed5a57487b8765071c44375f6fecb55844b38e3e 0.14 MB 303 180
185,227 185,227 000000000000028e140b9ce7fdbbf812b2e6342659738206af6539c7ea873b21 0.01 MB 34 43
185,226 185,226 00000000000006f5129846ba88404ac85a82a324b3bb47653802d63485fb749a 0.05 MB 76 111
185,225 185,225 0000000000000776a972cfe1e437eac2a65ee20a09fdc0588159db181b635d0c 0.09 MB 149 84
185,224 185,224 000000000000099edf8ef45bb53afd3049d4d908c808c913c2aa3c813569ad40 0.01 MB 19 270
185,223 185,223 00000000000000f7c68358d1b5507d26ad6aa549fe2a5f059434b2798dfa5c74 0.06 MB 136 88
185,222 185,222 000000000000020b7bc8c24356284403b6d23a8a1495e8d0a52751ebefb22134 0.04 MB 64 122
185,221 185,221 00000000000000fbadb35e19d907dbf38ba9c82b19a2e3e1b0896c9e64b7b11f 0.25 MB 608 176
185,220 185,220 0000000000000049193fb0d20968f7e1511831ebf8bc0edb3f7b8cd2ecb7487d 0.05 MB 123 257
185,219 185,219 000000000000081bf76d2ca19b1110cc2894226e8a645b3078ba6769c033ea94 0.05 MB 128 179
185,218 185,218 00000000000008917d479d68ee0466926e5b5e7f499ee75c8e026cc7045eba31 0.01 MB 29 126
185,217 185,217 00000000000001f6b2379632323a19e19bc0c749bcef0a5106a2e9d0631c3d0c 0.12 MB 192 140
185,216 185,216 00000000000005af0f4364e6bfb9c2dbcc87c68b556e42ce4bf51dbd52ce1e4b 0.03 MB 90 175
185,215 185,215 00000000000001cae648eb7e3e1b4a0923cbab10f024bd6caf13798d294765d2 0.05 MB 143 114
185,214 185,214 00000000000004ff91a08de8f871b38aefc0a1cddeb1a434538d06fb1e98df21 0.15 MB 315 150
185,213 185,213 00000000000001f3eb00c7c750edc42629faa95fddd3100542490c36ee2de270 0.00 MB 1 0
185,212 185,212 0000000000000349194dad04eb8a2a5ca093b997252a551f0cb6feaca5124a89 0.00 MB 10 14
185,211 185,211 000000000000006a74b18515f97207df5b284a1c917b1e86e0fbbb816d8c3ff8 0.19 MB 514 162
185,210 185,210 00000000000001a785000c32a0b05fc79ecd43f50f3350f9fa6b80073d67b0e3 0.05 MB 40 115
Previous 10 blocks ↓
Total Size: 769.29 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,635.62 GB sent, 94.36 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.