Memory Pool Memory Pool Refreshing

2,242 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 2,224 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (584,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,463 323,463 0000000000000000037815faf761a134522ae407913a284e1c264a3179ade16e 0.23 MB 385 17
323,462 323,462 0000000000000000197f07142db900d17ee3df0e4a1b919e4759bd97d66e0f02 0.07 MB 105 23
323,461 323,461 00000000000000000a27c0efdc8ac331523a617738ad5a2051ba8f9d440658c2 0.07 MB 109 26
323,460 323,460 00000000000000000486dffaa125bb277a8452302c182d049d8a3416fd367997 0.06 MB 97 34
323,459 323,459 00000000000000000fbd732f9d50f5bf98f3e7bd49ea770e475eafb71867b9c2 0.11 MB 207 27
323,458 323,458 00000000000000000a54f944561a6096a9b10644ae03200ea40f36341f8abcda 0.01 MB 16 31
323,457 323,457 000000000000000016498a9020755bbcc5d3e24d29ce9cae88a905ceeb5e59f9 0.12 MB 236 31
323,456 323,456 00000000000000000a43dc483caa3cc8018aeff2466d2ce5e94c3714298289a0 0.34 MB 557 25
323,455 323,455 00000000000000000b1d8c3ab90b66dd40d6be6a6e0202d5fc5d1f4cb87c21e2 0.06 MB 143 28
323,454 323,454 00000000000000001df7b0e7591364b77e177eb842c1c0b806fcc7b080a2350b 0.18 MB 334 26
323,453 323,453 000000000000000012345b434cea9b76ae6bffb49e624ca60182fc15a0a1ee2b 0.51 MB 1,152 28
323,452 323,452 00000000000000000317af86dd628cdd74e06eeb5de8211e37d2bc432db0fc07 0.09 MB 180 30
323,451 323,451 000000000000000010db392358328b79eb0aaebc223cc6f5170c9996764902a9 0.10 MB 203 23
323,450 323,450 000000000000000000c9efa9be6e1e52a2a9c5a8f895cc42ecf9aed8933b2237 0.24 MB 306 22
323,449 323,449 00000000000000001b1c3d08d0596771d0629be8baa672712c67fd7421b1714a 0.08 MB 144 26
323,448 323,448 00000000000000001671eff9a5d946bad6f0b0eec7d979964b0b92d15f5ed4f7 0.02 MB 42 31
323,447 323,447 000000000000000007c1a933139cc948a1aad7d22c2a28dcab5a46735df702f3 0.19 MB 343 29
323,446 323,446 00000000000000001d42a8574ebe6796e9ae0b686fcef931123ef1950abd028b 0.13 MB 179 19
323,445 323,445 000000000000000002404ae71319abc6f8e47896fb65b916351e0defc1af0f63 0.21 MB 351 22
323,444 323,444 00000000000000001bc8018f956fb5582b947df5085bb74bed0559b69ce2fb6d 0.54 MB 600 13
323,443 323,443 000000000000000009e52987ede9a06d1c796ce019d620b00d99cf2a38645a92 0.10 MB 169 26
Previous 10 blocks ↓
Total Size: 769.23 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.76 GB sent, 94.08 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.