Memory Pool Memory Pool Refreshing

6,105 transactions
2.12 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,768 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (635,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,608 272,608 000000000000000112ca193ff83b06012252126cf9ddc993b2ccdd589c2e6819 0.02 MB 56 50
272,607 272,607 000000000000000071840c1f2b5156d39ebbb813f761fa20d554230d77700001 0.04 MB 114 42
272,606 272,606 0000000000000001ffd904411955576005c6ea16eadf876e24fcc9e24fc64e6c 0.24 MB 517 59
272,605 272,605 0000000000000004e1f39e039f9d76ce6f00bb730abf8aeb63fe05105d16723a 0.10 MB 236 48
272,604 272,604 0000000000000003a244db21c4f23356ff10dd1e815493a6391501271f7b2333 0.08 MB 185 9
272,603 272,603 0000000000000005980b62639754a4b532ea0100cce302850172bba435c088e6 0.34 MB 776 54
272,602 272,602 0000000000000000c6f00f6c1a6be843088a4e243cfa1f59419b71d60065582f 0.22 MB 463 51
272,601 272,601 0000000000000004b9cb4134f5f7f7c11098510fb39a28ae0318100a5367aecc 0.04 MB 64 28
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
Previous 10 blocks ↓
Total Size: 769.25 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.20 GB sent, 94.19 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.