Memory Pool Memory Pool Refreshing

6,524 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,831 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,332 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (735,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,120 172,120 0000000000000aa50099460273f369c2f93fc1b5ae04d6cc92d69dc78d7c0e1b 0.04 MB 77 112
172,119 172,119 0000000000000aac18302570f2692668ba068c43321d9af9745fa35c9e962cbf 0.00 MB 11 49
172,118 172,118 0000000000000831b75cc216db056f137d1caa2842626bbd34000c27f916699b 0.00 MB 15 28
172,117 172,117 0000000000000a0687ba3dfdca7d9e25d7a973d44b8b5a947647e15afaaf6d4b 0.01 MB 36 18
172,116 172,116 00000000000008fdfafadb16c1e707fe14fae9d0b98a08a902acb84858d74588 0.03 MB 84 24
172,115 172,115 0000000000000529a5295530f70d102aa60393c9a59c038aab0d5b7637f66078 0.05 MB 98 150
172,114 172,114 00000000000003d8b14c95a6adf0cb7d8e94659660501b58e200e063fa2a01c8 0.00 MB 1 0
172,113 172,113 00000000000003868f83be7b0dc14ea5ad3a5120b759e59a766ea2d27b5ff4ef 0.00 MB 4 0
172,112 172,112 0000000000000a1d1aafab87b24031981a74256fa064420f0421e4cede3b8939 0.03 MB 18 239
172,111 172,111 000000000000070f50c17fbe37e8111168e33c98ba7d62e5454bc8561774da2e 0.01 MB 27 146
172,110 172,110 00000000000004f68f206d01bfc6ff423491229f87d549e7280a5768d4e8e384 0.03 MB 71 78
172,109 172,109 00000000000009726cbec26aab5fa359cdefcc0bb27c05f0e3ecc1d0e7d4bb01 0.03 MB 116 42
172,108 172,108 0000000000000676f282580bb7aba7c4eebc720e39f8ed06b13d98ed4e9604fa 0.00 MB 15 323
172,107 172,107 00000000000002d07ac3bcd784cd8ce0f7a11b83b1a400bc389ce169de84cad7 0.03 MB 73 72
172,106 172,106 00000000000001dd25a6d5989850d2d32b2f58ed44ac33686413d48b4e5924df 0.00 MB 1 0
172,105 172,105 00000000000003f9094cdbb199a026fbb2b6e012da03e4c0940cf8dc6bc9ea47 0.03 MB 80 165
172,104 172,104 0000000000000a7ff35bbc26ead3b7016980bfb48317b71c8c05cf7d57455579 0.01 MB 32 9
172,103 172,103 0000000000000754f8b8497b24f62f38e9c3575a358a69bace2a032b4abbc1f3 0.04 MB 83 206
172,102 172,102 0000000000000201af5928a93f3c299633dcab16ce9f37d30b541ad1f4465cf4 0.04 MB 55 56
172,101 172,101 00000000000003a1ff4333c041e0e991e5baf760e80467fcb586ac5a7eff0986 0.00 MB 1 0
172,100 172,100 00000000000007effb31f23496d30a54f98b51a1776d26a60e943efacb988631 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.22 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,634.70 GB sent, 94.05 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.