Memory Pool Memory Pool Refreshing

4,105 transactions
24.57 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,507 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (859,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,125 49,125 000000000c522f6aafd5e262af995deb25f1f4f89651ab13394252cf13f2da97 0.00 MB 1 0
49,124 49,124 000000001ddc7b832abdd5b0e32aa7d15a6a6f91e7020ebf053bcd2d8947ce75 0.00 MB 1 0
49,123 49,123 000000000e0e21565d1b61f49dbab6bf329b59ecbba90b1bdfeb84fcc30ac1bd 0.00 MB 2 0
49,122 49,122 00000000096e5b1b52f66eb6d87b19a16be7e2cc52258ca7330f2926aeec5092 0.00 MB 1 0
49,121 49,121 00000000050d8074393d104456cc844a3790b4c07b69a4d7497c0497b5174688 0.00 MB 1 0
49,120 49,120 00000000016d4bfeb50748ee577a9e3ec21dc52eb604f57fb5cb3e7da72a6ac9 0.00 MB 2 0
49,119 49,119 000000001d87c18b3e308fc62b39ca36c8753c0fd1402ab6cdee043e70ef5efd 0.00 MB 1 0
49,118 49,118 00000000136dff1d969d2b4c59e9d4a360d9cc09911eeaff4337f560ad872c47 0.00 MB 2 0
49,117 49,117 000000001a2e081f3447c028bd5ee33d81524dd49e24109ab86ca2e91b47415d 0.00 MB 1 0
49,116 49,116 000000000ce92b035618b8f87186b4fc84cd5f1601b027ade60fb2133023d340 0.00 MB 1 0
49,115 49,115 0000000023a42d10daf5729632fe15627896ffcd2fd96de052e915cfc88af7e6 0.00 MB 1 0
49,114 49,114 00000000263fa3801b1a14968f42e6a1a67917855db9fde0b9969466de583cad 0.00 MB 1 0
49,113 49,113 00000000294d1a9b6e5e68b68d3fe51910705e0fb4c9e9b1c7469e6e6013f19c 0.00 MB 1 0
49,112 49,112 000000001a8b5a520d9dd17824244b025b7049dbf05014aa77d38326b62088b8 0.00 MB 1 0
49,111 49,111 00000000174eb7883fd383150f73333cfe1f50b351e2b431a2a6cbc47d6ff4cd 0.00 MB 1 0
49,110 49,110 0000000002693f8e86be48e62df109641e0b2c27890f28c3cfee06662c649aff 0.00 MB 1 0
49,109 49,109 0000000011c49f7084b68f8cc830e10aedf4e68a7de7186a3c48753e8af5f56b 0.00 MB 1 0
49,108 49,108 0000000011efaebb42dd767bf5cd7e86001ddb3ae08f845b7585ae496d9e460e 0.00 MB 1 0
49,107 49,107 000000001d2661d43d76f7a205f82d4eb64ade4eb208adefc1c9c4ee4c201ce2 0.00 MB 1 0
49,106 49,106 000000000e3c95ec594b9734a7b1b45f9b9935bc645eb91681ecbca5fa3f986b 0.00 MB 1 0
49,105 49,105 00000000098d5c8982e8669a675c9c50e6c83c428c4a86a3a4c7862ae4b77ec3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.25 GB sent, 98.62 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.