Memory Pool Memory Pool Refreshing

1,671 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
1 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 1,669 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (680,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,151 227,151 0000000000000246f30f9f287086d451d3039e9378c6d742f05ae28fe012184f 0.23 MB 451 167
227,150 227,150 0000000000000181a2e1a15facde25e2add72b553b87e037263db2af9616c1e5 0.08 MB 251 179
227,149 227,149 000000000000018347f4de6fa2e9a9e800b39136e1d30e451919e4e9f936a8c3 0.05 MB 80 90
227,148 227,148 0000000000000045c6358d526a4cd75849ca8ca6f18eca9663cbf7c10f8ce890 0.14 MB 376 224
227,147 227,147 0000000000000219dd900e7388df8016c5f3b6ce8bf4753efc0ebb997ba14259 0.23 MB 511 181
227,146 227,146 0000000000000260a857630afe84337de5034c5e1940d6518c90dcfb4b166b7d 0.19 MB 449 180
227,145 227,145 000000000000002145b624a7dba15dfcb886b38b7c92bc8c77ef7b1b8daf4a70 0.01 MB 19 164
227,144 227,144 0000000000000129088b69b28d0bebb149fce55f3b7438a4fab6028e84302ce8 0.04 MB 74 180
227,143 227,143 000000000000020019e2da9a6cc51257f73c182ee3899b2c9f68f70db87c66d2 0.06 MB 120 162
227,142 227,142 00000000000001693f8ac6c00e8b51dad82e4a6f0a5bbe34bef3cca6a99eadf2 0.14 MB 306 174
227,141 227,141 00000000000001c099503dc753d08745d231386286fa3189f9afa9b0088ff8af 0.04 MB 48 83
227,140 227,140 00000000000001d2b55f39d754e16be46030ae3cdc1428f2900e3460c964a40d 0.03 MB 32 80
227,139 227,139 000000000000032964ca294ea6b1248a331234b11b43bfd3464b90955ce6ba4c 0.11 MB 217 166
227,138 227,138 00000000000001cc9fcc0943c61b368149c52a8f7a414ef191704d1882b0bcc9 0.01 MB 32 189
227,137 227,137 000000000000003afb8d472ccfa7c7346e1f7e88bda880d8a53ad8a64039cdf2 0.08 MB 186 160
227,136 227,136 000000000000014bdd0d3b00084a02cbb33789389f0ffe818ac3630287754fbd 0.10 MB 210 177
227,135 227,135 0000000000000192d13e0fad0b3e55081d32d8b567b7ff95a299b94a4d5d4ff0 0.11 MB 182 117
227,134 227,134 00000000000001b0db06c1b5764f46e350461561d75b7e1b7c24db9cae2b2e55 0.15 MB 164 81
227,133 227,133 00000000000002e2f947db2057f29dc50aee2c7d3dfdbae7aa078c1646cf750e 0.10 MB 245 200
227,132 227,132 00000000000000518365f35fc9696bda8a473f7aa53e5d6da846eba9bffb8458 0.23 MB 408 179
227,131 227,131 000000000000017ea698b71a119c7ab96efaaaad8e4c1c967cbd9cb247456549 0.10 MB 231 170
Previous 10 blocks ↓
Total Size: 769.13 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,630.69 GB sent, 93.52 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.