Memory Pool Memory Pool Refreshing

3,568 transactions
24.25 vMB
Show Random Selection Loading Transactions
Max Size: 99/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,321 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (832,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,247 76,247 0000000000626dc7560d94a1bdcbab7b4ab6227cca0fe4ea028638a9fd4981bd 0.00 MB 1 0
76,246 76,246 00000000003cdc4be2729289922ce2e9543c2c358a256b7abf7fd9dd67f0508f 0.00 MB 3 0
76,245 76,245 000000000047a271a5a6e3cdfa0740032a764310f93fd7d12cdd4bec43667392 0.00 MB 1 0
76,244 76,244 00000000007fba1f940e25e541e7414506afe8cb80705f84297e4225823f84fb 0.00 MB 1 0
76,243 76,243 0000000000748c4244b1c74672b0eef49b4385676cb2000aa968f09d432cff47 0.00 MB 1 0
76,242 76,242 00000000003b999bc5095a60ce0fd36f271f9ae1c762d77d31246705c2aa58ea 0.00 MB 1 0
76,241 76,241 00000000005208ea315b6336a532c9d0f8f9ec7913685277807294ca5db04a81 0.00 MB 3 0
76,240 76,240 00000000006c6386e1271fb47c136056fd5ad2f32eb65edb17b855e4c7e8e2f8 0.00 MB 2 0
76,239 76,239 00000000004f7589307826d69891d4abccefe0e56931c50d475e1cdab42aca74 0.00 MB 2 0
76,238 76,238 00000000003e0ce5482d1f08e3f62eef2e55e3459843a2be4b393be386121c75 0.00 MB 1 0
76,237 76,237 00000000004d18848fbf17d26e6b890e262254d82a4780c62d815cd1838e622b 0.00 MB 2 0
76,236 76,236 000000000048d3a3c856aeaf5f7a71997f659a28792f954b34822dd8c415ca13 0.00 MB 1 0
76,235 76,235 0000000000674d35c24d26fbb904ad4d8173f7d3e2edd6d0b0ec99b78d9deb47 0.00 MB 1 0
76,234 76,234 000000000007a12bf4586fe0c0ede663d9254d0507cdcc3bb8ab0ee20703bae4 0.00 MB 7 0
76,233 76,233 000000000065a266604ec71041a9b8c073345515f657cefc7a2d41d66423794d 0.00 MB 2 0
76,232 76,232 00000000004a9d71dbd37d1c65056dfb7b826d7ebbadee3a26442c8ff005b8b5 0.00 MB 1 0
76,231 76,231 000000000035bdb3e5c0772a691e9bc60e8b7f93d2d4273fc078b261e508be49 0.00 MB 1 0
76,230 76,230 000000000027488958af56d0704f21348fd782b631e91039349613ddab1c79c2 0.00 MB 1 0
76,229 76,229 00000000005969d8431df3ff96cb9fef533252fae1bc5c98e2e5b55ee17f4d7d 0.00 MB 1 0
76,228 76,228 0000000000476baac9bc0613f14c923a6708a02644bc69ae6ea6c158f83b7bc3 0.00 MB 1 0
76,227 76,227 00000000005b3e552e3d867be8ce5a776daea037933ae9a6bda1070b612d3b19 0.00 MB 2 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.15 GB sent, 98.61 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.