Memory Pool Memory Pool Refreshing

3,699 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,878 (608,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,574 299,574 0000000000000000087ebd01487da33c93a88e7c6e376ef49159052b41c2756d 0.04 MB 64 126
299,573 299,573 00000000000000002b2db78b3092f1da014c381301402d1e9633cf819fdb6fa0 0.35 MB 905 51
299,572 299,572 00000000000000004fa36b530c98ece1d70c9f3fd987a69f61c1594e5546b6df 0.16 MB 256 22
299,571 299,571 00000000000000003385df72a051f60ff2b08406da4573232fbaac10d6b442ac 0.49 MB 566 18
299,570 299,570 000000000000000030bfa5732f4d207f6d054ba46ff7b10e609c93f3d083aa78 0.35 MB 966 56
299,569 299,569 0000000000000000321008bc13c204a82fa1d3da38c927ea43d2c153cf65329e 0.03 MB 64 79
299,568 299,568 000000000000000065b68261359375339ee8e2199208c323418f6d50d5cbe233 0.24 MB 136 15
299,567 299,567 000000000000000027f418fca3546b9465ce516156cd033d18ee836e61b80fc2 0.92 MB 1,087 18
299,566 299,566 000000000000000017ca383170b242c7bb926814ffae6051ba721f7df3ff22ef 0.37 MB 1,024 46
299,565 299,565 00000000000000002ce13eecaa3b5a4689a8da627e43d1be4b6d0649a8bb85d6 0.35 MB 1,179 66
299,564 299,564 000000000000000052650355842eb8e2c0b551869864713cb0856dcd2a147700 0.10 MB 120 22
299,563 299,563 000000000000000000ddb84db70b1a1686b7f9b015530a1183fe969ad79b90a6 0.04 MB 128 22
299,562 299,562 000000000000000036583aee7d2f4e59472410029fdf37242f9d95a53606c706 0.65 MB 912 32
299,561 299,561 000000000000000089176ebaeb3a923665ec523a64a8dc6092c2d66acd064630 0.14 MB 256 31
299,560 299,560 0000000000000000175471627926fa912a59576262795b54ebd961c3167580c3 0.50 MB 1,353 50
299,559 299,559 0000000000000000203dada33f89ef12aaa3995c390e0f575cf5d80901b79b49 0.42 MB 512 21
299,558 299,558 000000000000000053ea3ab572b96482713b24b40536c5caae18c5ae7306032d 0.35 MB 997 52
299,557 299,557 00000000000000000fb2c8fef436e7f98e4ced974c7cceae1fc3627e3ba6a965 0.04 MB 69 19
299,556 299,556 000000000000000051281a81c747f13a0601fd6088b19194a65da95a941f49d2 0.30 MB 415 29
299,555 299,555 00000000000000002afd4fe46ef2e8981f7d5e598ef8232bd0f769345c7f4928 0.35 MB 886 45
299,554 299,554 000000000000000005ce5eb9c929b10b9cc1cad218594570be5ae4cb37fc8c93 0.01 MB 35 71
Previous 10 blocks ↓
Total Size: 769.31 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,642.91 GB sent, 94.54 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.