Memory Pool Memory Pool Refreshing

8,359 transactions
3.82 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,029 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (635,123 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,600 272,600 0000000000000000f03d33e37227977f83b13ed97964561ddc07470039b2168d 0.09 MB 195 57
272,599 272,599 0000000000000003b5d3508ca940dcc52863cff948ebcbb885f535f5a5ca63e1 0.14 MB 296 33
272,598 272,598 0000000000000003b0d81ba3c1105ebd083521f7b14588862bbe03c81da5448b 0.40 MB 681 41
272,597 272,597 00000000000000055ade47464f5dbdf82b753c05bb6ef0a8eb83abb5b07f6d06 0.18 MB 512 93
272,596 272,596 0000000000000005dee4a0181c5b4a778d7864129e29612fd4ac2cdb778a8413 0.24 MB 480 41
272,595 272,595 00000000000000017badc0b0936f73c523c6dae4c6336c795655817ccdcc575a 0.25 MB 498 92
272,594 272,594 0000000000000003fb25411f5c17dac83eb601df1cafe87558c19f076db0bac9 0.20 MB 383 40
272,593 272,593 00000000000000012979369f44af6ffa2f252cd400a2c8f2ffeea2f33f0a460e 0.13 MB 319 60
272,592 272,592 00000000000000007de165350151a66be90941ceb5b9b2637bda8c2a6e27faf3 0.12 MB 248 47
272,591 272,591 000000000000000173e3fb86e40e14a851c1517fb711436bbeceb17686946496 0.33 MB 725 65
272,590 272,590 00000000000000032b06079a6cadcc14c4b01fe681bef6a09c31e8f10e149a2d 0.08 MB 157 37
272,589 272,589 00000000000000006ae8d1a17ec2f567004d6825a4ab887aadf279ff0bb1807f 0.20 MB 208 14
272,588 272,588 000000000000000366503e82665577022d911b6df7498b42539073580216cecb 0.25 MB 606 72
272,587 272,587 00000000000000001dc4d1619b72f21c2c8842a237a4375f3c2c0342de95dd6d 0.12 MB 278 42
272,586 272,586 00000000000000040d4af614e6147b26a1b05f4f4745ac4786993b41ccf0d682 0.04 MB 86 46
272,585 272,585 000000000000000153837832bb3173dcf83ffcfc0d45d24ce22fb7ab94c30100 0.24 MB 484 63
272,584 272,584 00000000000000021420cb851861834cae80fc8aa67a0661dcff3caa486f97b9 0.12 MB 293 75
272,583 272,583 0000000000000004061a19087d65b36719e044bf209485cdd6a86bfb5bc2f600 0.19 MB 466 57
272,582 272,582 0000000000000004fac66ddae1f7e199354dcbad4d5a907b47977b568bc1e949 0.24 MB 322 26
272,581 272,581 0000000000000004c42d99e6fe59a81379fdbb872a106eac135eef6c8710a833 0.25 MB 698 81
272,580 272,580 00000000000000048987a92b58aca7136a0a50358dee59a5ceebb1e9a41d04aa 0.22 MB 383 43
Previous 10 blocks ↓
Total Size: 769.03 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.93 GB sent, 93.01 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.