Memory Pool Memory Pool Refreshing

9,508 transactions
3.16 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,172 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (352,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
555,238 555,238 0000000000000000000058d091939a5e2948910e6a32f272e94605a161e92a92 1.23 MB 2,742 40
555,237 555,237 0000000000000000000016f7b1e57231fa3196de04d8dfee88fdb74e5c3eadad 1.17 MB 2,325 20
555,236 555,236 000000000000000000168f5ca70b190d5852ffa70b81af590d1b511521158bd3 1.28 MB 2,242 7
555,235 555,235 00000000000000000020f0a21df97b63b2aa7f1675c154e4533176c695172cef 1.21 MB 2,669 25
555,234 555,234 000000000000000000315e1d4f0bf6f06c365b7f991ede8be9868713521821b9 1.26 MB 3,091 48
555,233 555,233 0000000000000000002679eaf35cec3807d58d8c00db01095e3eeebe5778a796 0.34 MB 619 14
555,232 555,232 0000000000000000001d942e1e9f4db5680254c7aa2dfd346c4b36930034c211 1.10 MB 1,645 19
555,231 555,231 00000000000000000016b5a7fd21b0a45f70c3422e08b9ee354360a0dc4a5e0b 1.16 MB 2,906 16
555,230 555,230 0000000000000000001ed783aa77f75e8c935e3709865a2de611938beb284586 1.18 MB 2,859 17
555,229 555,229 00000000000000000009f5419ffecfd9f9295bb4aebef6f186b7053f9f653008 1.11 MB 1,931 18
555,228 555,228 0000000000000000002023d8293e0270ee35447e8c171296d0342fcdfb47de71 1.17 MB 2,621 19
555,227 555,227 00000000000000000026ef42d7e50daa31ff2a03dbab0f1e6d06f9bce243ef75 0.08 MB 175 13
555,226 555,226 000000000000000000301d946fbc04b3109f09ffadebad75e83609456bafb9e8 0.78 MB 913 2
555,225 555,225 0000000000000000002b966c7abc3219f05edeaf494742ee2afbf02fee0e5e65 1.10 MB 2,201 2
555,224 555,224 00000000000000000018a4a5f34fa9c56233e39c5c479fbaf0a62fc74a6884a0 1.22 MB 2,748 23
555,223 555,223 00000000000000000036308b15b0e791f50da6f1ea51f19dc9d825b1402d167a 1.20 MB 2,681 6
555,222 555,222 00000000000000000004e659fa50b1c40620c616688fcae003f0b9a056859731 1.26 MB 2,900 45
555,221 555,221 0000000000000000002014d5d4452812c292b53ce8d321671d4221a53d391440 0.01 MB 20 15
555,220 555,220 00000000000000000001e9a43c87785e4cc1fe9a3e7ea1ed31518dbf349527ed 0.09 MB 195 29
555,219 555,219 0000000000000000000cfc46647b793842c39ac6ddf9b4a24ca98d978aaccc34 0.48 MB 850 9
555,218 555,218 000000000000000000131fc52471c5cc07925ff1bf42a83e9c22a7e4f5ff0bde 0.06 MB 82 22
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.15 GB sent, 94.18 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.