Memory Pool Memory Pool Refreshing

2,713 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 2,713 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (45,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,273 862,273 00000000000000000002f6b1542611ee04a8181f2631dff05566c3b052ee10c7 1.49 MB 3,484 5
862,272 862,272 00000000000000000001129a4c5c27788cd5b42bf1f46f8262ca080d4008db6c 1.65 MB 6,426 2
862,271 862,271 000000000000000000026dac2da5d436a3dac309e7a26534294db229496d1a2e 1.55 MB 3,386 7
862,270 862,270 00000000000000000002f1522f9c700bfe75ff02c2de3b5007053085c75c5366 1.59 MB 4,162 4
862,269 862,269 00000000000000000001e6cb3d988ab3f8794b9e5cad9f2f28adfdefd608835c 1.71 MB 4,574 2
862,268 862,268 00000000000000000001ba598555b0894a13931631b9612891d57a569933ec3c 1.84 MB 1,625 3
862,267 862,267 00000000000000000000b63927a0f96a5ac20faaffddb331164af4da240ab722 1.61 MB 2,405 4
862,266 862,266 00000000000000000001bbb21bdf5b7e8539b2d5ed4e006eb57264d9d26163c0 1.64 MB 3,289 5
862,265 862,265 000000000000000000012786d11aa7c6ca54b26366bfe1c7f93ff2e0ec5b30a5 1.57 MB 2,009 4
862,264 862,264 00000000000000000001708d2218af9297c54d35ae6e4801010f0255e2c65270 1.69 MB 2,273 4
862,263 862,263 0000000000000000000205d2d350938afb0ed68ad6ca1b7519665cee1ce986f2 1.91 MB 1,150 3
862,262 862,262 000000000000000000029f2ee4eac5a703978b60990e2f83494816b1017dcfaf 1.70 MB 2,495 3
862,261 862,261 000000000000000000014eb854cc059b967a894a2f20e3bac0aae8b0101dfce0 1.42 MB 3,117 6
862,260 862,260 00000000000000000001abfcd5167a904e91ce8cb85a85be6591d150c4f1541c 1.58 MB 3,743 6
862,259 862,259 000000000000000000016ff53541a723a1ab13687439eabe00d4399fcebc98bc 1.70 MB 2,975 4
862,258 862,258 00000000000000000000e5afbbe92c728a7ae5f8f52a7ee6dc84973cf0abbefc 1.63 MB 3,369 6
862,257 862,257 000000000000000000015e2dbb48625c827c9c4e93a9280347e6431a86699e29 1.65 MB 3,779 4
862,256 862,256 00000000000000000000a8bccf72e935142420f022f974be97d092cd291191b7 1.52 MB 3,480 4
862,255 862,255 00000000000000000000d383deffc88782ab964cc9a49cc0f3be10fdc231e707 1.56 MB 3,140 8
862,254 862,254 000000000000000000004d8b05e152f62222464598c91c12dcf42daaaf656c3c 1.59 MB 3,145 8
862,253 862,253 00000000000000000001b1836d3666a1c12774ea4bea69a6b8e66ae5e24dad46 1.46 MB 3,514 12
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.