Memory Pool Memory Pool Refreshing

5,596 transactions
1.92 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,846 (645,779 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
262,067 262,067 00000000000000059dc8e63f822dd56b2fc341875ffa8e1c4e2746089602498e 0.17 MB 374 85
262,066 262,066 000000000000000532afe28056a596cb6406745b52d391d0f6aadd083c2074c9 0.25 MB 780 174
262,065 262,065 000000000000001836838febd4e5d26e0590f0765b0899d6d4a816c9fc214ca7 0.06 MB 138 113
262,064 262,064 000000000000001522ba6f107f9ca36807162581b1170789ab28680b24ffd4d2 0.06 MB 140 99
262,063 262,063 000000000000001ad2f2b6a09811e49561b1dc4f631f38b2660cd1ab86e69ddf 0.15 MB 290 106
262,062 262,062 000000000000000ba38270d447e1923a45091e485a78fc11563baf0a28a8cf4b 0.07 MB 182 110
262,061 262,061 0000000000000003c9cffcbf26bd6b18c8e732306ad1b70d7ee4d40c4e2aa80b 0.17 MB 484 140
262,060 262,060 0000000000000013bf0d92b22ce322e6d273ae8bd30a4fefef18b70186da77c7 0.19 MB 525 158
262,059 262,059 000000000000001639504d65ca0b6994d58d5be75917c53c962c4501be4159c6 0.15 MB 159 52
262,058 262,058 000000000000001b4e1c24f8c01e7a9ab9be37cac1edd98da8528a16895b414c 0.09 MB 215 119
262,057 262,057 000000000000000eb77885cb599abbe3e05061970373fe0d2a2315031eb6f6f7 0.07 MB 135 95
262,056 262,056 000000000000000a92af389df194516ffeae9afc4c25ed380dae097229e764c7 0.15 MB 408 134
262,055 262,055 00000000000000189a79a41eac31fae158399ea0145af9acd5180b8ab5620fd5 0.20 MB 517 136
262,054 262,054 0000000000000010b963f98cb2266853944526af8a59f64fc0fd62d8e0d2d061 0.21 MB 521 116
262,053 262,053 000000000000000acbce00d3cc1bb09cc5623b6030f56d88424a447915ef6dd9 0.21 MB 572 137
262,052 262,052 0000000000000013a6a40a95c982b719ce0cb61c78e57b4846315175a42150d5 0.19 MB 457 118
262,051 262,051 000000000000001731b2b7290362d8c89a8ac15cee97985ae53908c877ef19bf 0.37 MB 852 120
262,050 262,050 000000000000000272a3125d1a7731a826614a55cec7788c68aff6d147d535b7 0.12 MB 298 144
262,049 262,049 000000000000000eed015d462b400910e46877a058c4c352291ccc750cc3240d 0.09 MB 126 45
262,048 262,048 0000000000000014c240fa1f13b5c34eaa26f005185dbc4b12c88123dfe4a9f1 0.00 MB 16 71
262,047 262,047 00000000000000180a5fda9faaefdf19f30258d389e733ac18462f2a7f6b6be3 0.15 MB 100 19
Previous 10 blocks ↓
Total Size: 769.25 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.19 GB sent, 94.19 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.