Memory Pool Memory Pool Refreshing

7,096 transactions
3.81 vMB
Show Random Selection Loading Transactions
Max Size: 20/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
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,719 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (747,424 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,302 160,302 000000000000026a2b2c578d0d8b4f60a0d7a0304a226487298076526db88a1a 0.03 MB 59 155
160,301 160,301 0000000000000aafc386bb41912b33f751387ff38299101dadcd7453ea1d9663 0.00 MB 8 0
160,300 160,300 00000000000000a7fec67afbfa2883ffa313d1f70db7d03f3c4e4bd580ab88e9 0.01 MB 15 0
160,299 160,299 0000000000000c247f873d5bb5a7707ca68ebd160104f72126360620aa1acdc2 0.04 MB 52 83
160,298 160,298 00000000000002cb699172e41590df1e02e49440b881eef38a249614629d97ce 0.01 MB 20 43
160,297 160,297 000000000000020f3849b9cc1dd1382fb1262d8d0a412ca77bba7d5ff1e8f2d2 0.02 MB 40 19
160,296 160,296 00000000000007ede40786ed5b42206c0487aa07b5a02bdb84aa1ee0e04cb8e6 0.04 MB 111 10
160,295 160,295 000000000000020176670f8d347f59d670dfc5032b6a77c48bf90bf29ae71fd6 0.02 MB 42 46
160,294 160,294 0000000000000c29f076bf54125c014b69ed984a1a49e99883ecdb726fbcc682 0.01 MB 37 58
160,293 160,293 00000000000000eb15263c8c7c16648b1bc3fb1e339e72cab1c7fe1fe764f7ac 0.03 MB 62 263
160,292 160,292 000000000000091733d2d1067763662d9e5456091ea6af86f3f60af900c1c83a 0.03 MB 85 120
160,291 160,291 000000000000066d70996ac4b0677f5d483afb6e3c76cb6016b35912f1481917 0.03 MB 98 179
160,290 160,290 00000000000000a71f192cf2d4fbf7fef7cf033c9ae318786faf650da03c13ae 0.00 MB 8 5
160,289 160,289 0000000000000a8e0bc1118a8817ebd533f73932828c7eca47f91bcfcaf31412 0.03 MB 43 172
160,288 160,288 00000000000008f332859b6884cfb4f3beaa6f18174d758b93eeec41c00def81 0.00 MB 1 0
160,287 160,287 000000000000093dea675d20106319ac25b856c4fe2f586c91a43c9defaf351d 0.00 MB 4 1,027
160,286 160,286 0000000000000ba34ddd8d9d44dbe8f61a8fb16659ac36f3bac31c6d1b96d334 0.02 MB 71 192
160,285 160,285 0000000000000b789d4f453756f866ad52f6017cab62c9b2da18c0a5f00408df 0.01 MB 24 31
160,284 160,284 00000000000001bf19f0563f87a97edfbcf6067f692216704f32e6618b3f5791 0.04 MB 68 72
160,283 160,283 00000000000001484dc42a4a527f560c9db0760b40ba6cf6a42c54d642220e00 0.05 MB 94 88
160,282 160,282 0000000000000749b0c0eacc7d27ff9f1715207cda4ed9231c1e1db8c6d6c683 0.01 MB 20 192
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.76 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.