Memory Pool Memory Pool Refreshing

10,353 transactions
4.69 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,358 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (647,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,824 259,824 000000000000000fe53dda8af2b664017f3fad2826a5c1a6bb3d995b34b16420 0.12 MB 290 123
259,823 259,823 000000000000001926e2ef2f4618048cf4816ec459c24f84e367131e50816936 0.25 MB 631 107
259,822 259,822 0000000000000001cbf0ee211ec773bf5ca4e4868568ca7e9f91ea52f4bef45d 0.02 MB 25 57
259,821 259,821 00000000000000022b7efc7f8c8e83c4516b7278a0e9724e086569158cbbbdfc 0.05 MB 88 88
259,820 259,820 00000000000000192f8c9c03ea63c0a382fefe68786a964bbdca8eda7d1c46ae 0.16 MB 289 76
259,819 259,819 0000000000000008b36984f984898408c076838005ab9e5b124b0cf3e010ccff 0.01 MB 20 55
259,818 259,818 000000000000000773535e9f9b71c12b51dd851cfced3454515c19f61cbcf3cf 0.02 MB 48 109
259,817 259,817 000000000000001dfd193cf2449e2bc1c6d1aff3caf4871736c63df1e38b5941 0.06 MB 143 100
259,816 259,816 0000000000000024727f56f42b2a7deac94cff1e22ce750d98ed0213d5990fda 0.11 MB 229 101
259,815 259,815 000000000000001d36e5fd7c0cf9e2b64d3f9bc7bb144cdb72c25feaaa6a5667 0.37 MB 665 96
259,814 259,814 000000000000000156239fc4eda04e4275636f0666c567df729f6e795165009b 0.08 MB 219 152
259,813 259,813 000000000000001f6f7ef4d2270b3051bcd92b7932495a2c7b4aabb3db0af62f 0.12 MB 304 124
259,812 259,812 000000000000001e66bf4dc0a831f18c5cbf0dec906546fe20839df9efa1b34b 0.12 MB 296 112
259,811 259,811 000000000000000576e34842f71ef09ee891b773f2cdedb5b336a0699aa75c06 0.03 MB 72 87
259,810 259,810 0000000000000016528fe23b7aa61841d5cb0105d4dd3696ff5cac1026418c7c 0.02 MB 50 67
259,809 259,809 000000000000001d34222c293ebfae979fb6cb62436d92beedc98c2ef1ed9a6e 0.05 MB 130 122
259,808 259,808 000000000000000782579b6689bfcf565bba92cd3ae21d6a4793f50ccb0a0eb4 0.15 MB 326 106
259,807 259,807 000000000000001a0f648b45401d51962a20bedd357d954807d6a37a9603dde3 0.08 MB 130 68
259,806 259,806 000000000000001693ec5fc9e142e9d62cf3a06eea8a47fc92bd32a619dd42ae 0.02 MB 46 83
259,805 259,805 0000000000000005be562332fee03454ac6fbdda3c8cbdbe0ebaa961fb3e5596 0.15 MB 324 107
259,804 259,804 0000000000000013e85e9f6cca764b4e0661869b4335067f4be39438bcf49d6e 0.04 MB 45 39
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,625.73 GB sent, 93.04 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.