Memory Pool Memory Pool Refreshing

1,590 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 sats/vbyte 3
2 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,220 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,590 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,219 (824,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,278 83,278 000000000030311a5c78263533baf624d3779bbc12df9e563720890ca849ce45 0.00 MB 2 0
83,277 83,277 000000000011ed3801cafbcf4923e59b2ca8ff8c7a40d635b5c0350e89b7bf86 0.00 MB 1 0
83,276 83,276 000000000025443d50d73b51afef346521d8941389d31ba1e481fdb31f857e50 0.00 MB 2 0
83,275 83,275 0000000000000720e13be8075392d32f61bdad67b0652081284420814a041891 0.00 MB 1 0
83,274 83,274 000000000029afd9b6c55ed23604828834ce7a07d9d40a94949105352ceb7f32 0.00 MB 1 0
83,273 83,273 0000000000273b4450c13063f482b8e0a0944a3f7ae5b99a8ac83b52e97608e8 0.00 MB 1 0
83,272 83,272 00000000001e6c7f759388157f684a408cab4fe048197713d4666544b9d015e7 0.00 MB 1 0
83,271 83,271 000000000017e723e713ecbf5d0224dc096bb1993dbe9189c1ac5cc7694a1afb 0.00 MB 1 0
83,270 83,270 0000000000164e2d0e5cc5d1cf141a1778db67eeee09e0d205f6156e7d587337 0.00 MB 1 0
83,269 83,269 000000000010deed74b02ea44d4cee3480c49d7f1af950811eb198b8d74a1772 0.00 MB 1 0
83,268 83,268 000000000015cd0073b710cfe4bb43f3d39f2ce1d96e4881fa09e8e21c99e7d8 0.00 MB 2 0
83,267 83,267 00000000001d8bef14db73bc68da00a9f5065e8ac9f24339727a50824bf7d91e 0.00 MB 2 0
83,266 83,266 00000000000fd2a30d37ede4e447e631451d5b1d90e471400c83bcba06b07166 0.00 MB 1 0
83,265 83,265 000000000012b75504b3dca6ea6ad8cf7f2c66f14d9fba2b22dbd72677306af1 0.00 MB 1 0
83,264 83,264 0000000000165d57c25f0e4c6ff1f50e372e1d6d6581bae53688592c643304bc 0.00 MB 1 0
83,263 83,263 00000000001296b29c4b572e69ff968d05968caf4fd2726347e0424b83849bef 0.00 MB 1 0
83,262 83,262 000000000023a7fbdc84c6867d85819ad3f0de73fdae26400836830835788652 0.00 MB 1 0
83,261 83,261 00000000002f4d458fb669ea09d5f017e7a501e167927822e8d16320b1286e7d 0.00 MB 1 0
83,260 83,260 00000000000216ec5cd30eee3001ec8c9c2829c2cdab567849d4476118e8a9f7 0.00 MB 2 0
83,259 83,259 0000000000221fc44d6b0545baf056fb94137796482c67cd523c924cd789639e 0.00 MB 1 0
83,258 83,258 000000000006de884c24ea981ca73551df8a6a972deb477f27d184cc495f6f29 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.00 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,685.51 GB sent, 97.65 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.