Memory Pool Memory Pool Refreshing

18,883 transactions
6.03 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,239 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (63,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
844,239 844,239 000000000000000000031063c2aee448abc55756e5637f92075c121bf5dba393 1.64 MB 4,715 10
844,238 844,238 00000000000000000002cc948125b2aeae24be4dd9649aa8d834c3147592bf57 1.76 MB 3,872 13
844,237 844,237 00000000000000000002a30c53b8f371d4ebba1434cffa32716e6e84eb33b2af 2.11 MB 2,948 10
844,236 844,236 00000000000000000002732fa80041196753bcb6aea0938d9a682665ccd52385 1.72 MB 4,083 10
844,235 844,235 0000000000000000000162ca68fd537f32cf0fb39dec9ea1b9ba47abb03c3c9f 1.59 MB 6,915 6
844,234 844,234 000000000000000000022febdf75e61ac84dae5824487b0b6fc924cf90d72bd9 1.55 MB 6,208 7
844,233 844,233 00000000000000000000093e8288b43c5ae878813897931d0162f269d2295749 1.57 MB 7,463 6
844,232 844,232 00000000000000000001d88eabc8515cd6e5f433fd30e632e8f9a3ef3651dc11 1.58 MB 6,746 7
844,231 844,231 00000000000000000002fbc2c3cc5815847874a2e7dbacdefdaea44a36926dbe 1.71 MB 5,570 9
844,230 844,230 000000000000000000019f77cae41c6cbd02ce2af9d82d49bf282d72ed8a6ac6 1.91 MB 3,407 11
844,229 844,229 000000000000000000016702d9f196fc8c1766262b075158022838adf04064b4 1.91 MB 2,179 10
844,228 844,228 0000000000000000000216f5cdaf2e4b3becfebb3ac68c7330c8bf7d6a30c5b1 1.82 MB 3,298 12
844,227 844,227 00000000000000000000f275d90c4b0940eb8483d193cbd27e7463cf6ac87065 1.58 MB 2,443 14
844,226 844,226 000000000000000000011ce428769269a204515b326efe6b6095a647628b7813 1.74 MB 4,615 7
844,225 844,225 00000000000000000000de73d1d3aed33fac75af4ad5536d15a15147b72940de 1.62 MB 5,343 7
844,224 844,224 00000000000000000001f776c5abf32598b5ba7df0b63374fb5ed083ec7a5222 1.80 MB 5,728 7
844,223 844,223 0000000000000000000041699a70495c4b24336b023f48b0bbf2d886d1bc3750 2.27 MB 3,629 8
844,222 844,222 0000000000000000000156475d161b18fb6baea394e6d34aeb4b730ae8683ede 1.53 MB 3,863 13
844,221 844,221 000000000000000000000228c2a279e529793de424f5efebd8a3c098b5af7bfa 1.99 MB 4,273 10
844,220 844,220 000000000000000000017656203532f184fbff42c9acb01669f4216b56de00fe 1.79 MB 4,730 10
844,219 844,219 000000000000000000027bcaa4aa7ee2dd0b8984b8ac51c131510e35a023d3fc 1.98 MB 519 7
Previous 10 blocks ↓
Total Size: 769.02 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,624.40 GB sent, 92.99 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.