Memory Pool Memory Pool Refreshing

10,242 transactions
3.12 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,428 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (887,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
20,180 20,180 00000000c9418ade0dd07d403e5ddf547e8be89822eacb52eac7d9d3d8136dd8 0.00 MB 1 0
20,179 20,179 00000000fef84300f8a33ed1f2a5059e5f427e0e5d3be83e223ac997ba4a2183 0.00 MB 1 0
20,178 20,178 0000000087a171b2bf44c2e0e3ffff53dcba5c102e848ed45f8a6465444f1c5f 0.00 MB 1 0
20,177 20,177 00000000f372f56740a5b45fc3ffc69599869e5f3bc29fdf9528bcb8e40ddba5 0.00 MB 1 0
20,176 20,176 00000000e74c4d813b6e1fcf0a87181e085956f80d2626c882faf8ec6ce1eb0d 0.00 MB 1 0
20,175 20,175 00000000dce6a2ab99eebaf7425734775816c16294f7153e9fc9c5e3779cbaf5 0.00 MB 1 0
20,174 20,174 0000000063b271bd041d77f3acbba503f9cfa1371f73a2f92f825ce6afbcd82d 0.00 MB 1 0
20,173 20,173 00000000dc311b002ae8b1101ffae1051be52e54301576ba2390977a3f90a4ed 0.00 MB 1 0
20,172 20,172 000000002ad40f78cba65e71c386c7017c1f3a7e466295d936b92f9eb2f8d840 0.00 MB 1 0
20,171 20,171 00000000f4c4431e50097cbcb5ea806d8b458a8cce71280d1b3d008e67f5e92f 0.00 MB 1 0
20,170 20,170 000000002f51d74afba2c7bf5bfd1417dc9edf4031527c5184e61b3dc27a3141 0.00 MB 1 0
20,169 20,169 0000000000cf3ca869496a575b58acf1e02041d062d9b9344fe610670a2db610 0.00 MB 1 0
20,168 20,168 000000002b6cb3bd391676d4300e2b3bca4c66b06598af92ee20a502d2d30294 0.00 MB 1 0
20,167 20,167 00000000750c42c46e4aee6c5940b75d068806e77c2e43987a8fd6050abc6be1 0.00 MB 1 0
20,166 20,166 00000000bb42782423b61d15e44c095fd1adfdb461c203acd36ddddb84ade2b5 0.00 MB 1 0
20,165 20,165 0000000001883bebc6175b6528d14609363d432cb95ed06a58490f81f57fad5c 0.00 MB 1 0
20,164 20,164 0000000054f8c4c8de608188c791536bd908ae26d907bcc25f8defc4381d3612 0.00 MB 1 0
20,163 20,163 00000000e119d33534b2e7927c422d112e857fc221f536398dce86a753c60dc3 0.00 MB 1 0
20,162 20,162 000000009098346212c46e567001ea3435d0fa1c24d1b2ef4fba67a2cbf0a67d 0.00 MB 1 0
20,161 20,161 000000007eee1427a6198f689e5c05a98d36a7e16aac22a6c1b12d00a8cffa7e 0.00 MB 1 0
20,160 20,160 000000000f1aef56190aee63d33a373e6487132d522ff4cd98ccfc96566d461e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.01 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,621.44 GB sent, 92.91 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.