Memory Pool Memory Pool Refreshing

10,228 transactions
4.66 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,123 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (801,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,205 106,205 00000000000132a1af8597e216f7b3fc72e245bc6e04946a3ac629a4655e03c7 0.00 MB 1 0
106,204 106,204 00000000000092d2b4a84d99a848bd6abcce0f271b6d32873e69a14738e365f9 0.00 MB 1 0
106,203 106,203 0000000000014b2b51032f75cf0ac4b366f0ac9179d78f44e1417e9d6208082d 0.00 MB 2 0
106,202 106,202 000000000001fc35d39f92d80e9e75ac98105fef6a4698d825918a2aad6b432f 0.00 MB 4 0
106,201 106,201 000000000001515c427bf4a56f18c35bf1c373e5e33e6936c8585a9daedc7813 0.00 MB 11 0
106,200 106,200 000000000001b698157e0937bbd3e8fd2c91577c8c4bad7f2901540fb4d94b6c 0.00 MB 4 0
106,199 106,199 0000000000020a651b109e13ea32b1a79255ea2dee8eb9d369cea6bdb91d73c6 0.00 MB 4 0
106,198 106,198 0000000000014e47df23ce25662e3e7e0d8bfba73a096707b4a16c9433aefbcc 0.00 MB 1 0
106,197 106,197 0000000000012b38aeaecee616dc8c7027f9b44ae499d78fee70e3f6c4b2db37 0.00 MB 1 0
106,196 106,196 0000000000015b972ef4b4b29c70015331beb32f35781535c015a94e86e0d84d 0.00 MB 1 0
106,195 106,195 000000000000a828389fb4113e3620c30d16d49d7707de874c4bec0171035b67 0.00 MB 5 0
106,194 106,194 000000000001d5892d2ffe388a5dcca200a9f94c57362319c7602a4c7e6ee324 0.00 MB 1 0
106,193 106,193 0000000000010a3d15f0dd68273874dfee91794e33b6ddc699f7124da496449b 0.00 MB 1 0
106,192 106,192 000000000000e8f0537d01319e0d5f4140dbd71a77ae762265d93077638f4666 0.00 MB 1 0
106,191 106,191 0000000000017d14074c9c7894b6d2e826e7a2dee2c5f2212ab1ffb7f43e16cd 0.00 MB 3 0
106,190 106,190 0000000000004ab219349ae60ff9b91236c8602368837ab07e96ad595e326ef8 0.00 MB 4 0
106,189 106,189 0000000000026170b8777721681f110bb0df97cef35d5f8d3d055c8cf43e9300 0.00 MB 7 0
106,188 106,188 000000000001045336df68b8cbeaf86192d0754673f2f93a5128ccae31a6c52f 0.00 MB 2 0
106,187 106,187 000000000001d30042398ad914ea41fca0d9d404712c3a381c23467d22a4c094 0.00 MB 4 169
106,186 106,186 000000000002d63128702adbb5cdf520cdf25a818488e5866a97b6d9f605d62c 0.00 MB 2 0
106,185 106,185 000000000001636a1f5c3c084e5800187b6ea704c29fce8bbcd1bfff90c92392 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.03 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,625.72 GB sent, 93.04 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.