Memory Pool Memory Pool Refreshing

1,408 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,408 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (614,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,148 293,148 000000000000000041839cf5683d5424e2ceae14d69063ec982d4d7d5bee9a17 0.35 MB 625 40
293,147 293,147 0000000000000000af0474d524728c6d14ed2d5e6b2c2c12ef877b887218a064 0.25 MB 267 20
293,146 293,146 00000000000000008af12eab3b51a51a898ea0cf07b64416d2fdc1b4240d577e 0.35 MB 755 36
293,145 293,145 0000000000000000969ffc9e79b0685c17f022516547ab41bfe7c24ef5211a64 0.32 MB 546 43
293,144 293,144 00000000000000000075f74c85135c4637fecf0029940af431f5c5d8187b61be 0.01 MB 24 26
293,143 293,143 00000000000000003a5252e14c9d60233124cbea111f870ccc25992b95b3c207 0.12 MB 179 24
293,142 293,142 0000000000000000cb6b5f2ac6ec6c86213d32a0d8c815965396cf632edf8fb7 0.01 MB 16 9
293,141 293,141 00000000000000002c11cd59b4ea3eaf9e3f3e039a7ca37633d784c703193f90 0.07 MB 112 27
293,140 293,140 00000000000000009e1753a4a0f284c9bcc7bdaf6c0cfc9f7829ba22d4876848 0.40 MB 731 38
293,139 293,139 0000000000000000db92f827e47d8c42c9cc0e5bb3243090a3bcdb22150463c2 0.00 MB 16 57
293,138 293,138 00000000000000009f4c0a75afac40c73cf81d10eb6d111bd1db59c7c8ec8c46 0.01 MB 30 39
293,137 293,137 00000000000000008efe0012b2d1482b850eb67a9dc25c13ca5270cd0b13834a 0.06 MB 131 62
293,136 293,136 0000000000000000065289428c51c6d7a5f0dd4696907bfa4dfa42764d80e69f 0.19 MB 241 22
293,135 293,135 0000000000000000c7d94e8536e5f07d9bff4c18c54959bf0276b5f5830f09d0 0.09 MB 256 59
293,134 293,134 00000000000000008e26f1356f984b3b13e77b9b9fdd1368e863a60bcbc822f5 0.10 MB 112 18
293,133 293,133 000000000000000020652a5f6fad61364d9823a4185682af9887579c18820b34 0.13 MB 152 23
293,132 293,132 00000000000000002b135f4aae084241dda6db1c91a17758a63bd7ee74c52cf1 0.18 MB 270 29
293,131 293,131 00000000000000007095c7d9415b1cf591704be5df3d0a261b443dcc42155631 0.19 MB 157 16
293,130 293,130 0000000000000000bc2c0b5d161fe391caf44fa1043db41016e8b4dca9f06982 0.05 MB 128 57
293,129 293,129 0000000000000000b5f265933672fe2cd8e5a718616bcb97779cfb4b0fc3af6b 0.35 MB 381 22
293,128 293,128 00000000000000002856d8cbf194a3210ef1e02fd5fa781605a7c8ef09549e48 0.35 MB 926 44
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.