Memory Pool Memory Pool Refreshing

4,136 transactions
3.17 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,812 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,599 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,811 (645,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
261,834 261,834 0000000000000005da5c765211c25fe81e9818fd056eab265821cf27463b70c3 0.02 MB 64 139
261,833 261,833 00000000000000102df3b91f4dfc801ec7cad6326d3846e6083802e277447863 0.08 MB 191 98
261,832 261,832 0000000000000007fad43f554a05bafa38e7fec1332e077f7dadda55bb1947b7 0.02 MB 46 73
261,831 261,831 000000000000000eba070c915dc4b8fcc1c9c4a9e0a2baa4601fcc14cf166842 0.22 MB 533 133
261,830 261,830 00000000000000185d723dd21a1987c6842fbce391346af3b19e5493fe58c2db 0.05 MB 131 123
261,829 261,829 00000000000000145cdc09e60585def43f91b49aeb71ae872d3eabfef1bd0ca8 0.06 MB 146 119
261,828 261,828 000000000000001531ef26cee9def30e9a0136ec35f7414ed7bb201ed5ffd79c 0.06 MB 160 131
261,827 261,827 00000000000000064b322cbb7a985cf94192e59c454d08bdab5c65e83d19d02c 0.09 MB 212 145
261,826 261,826 00000000000000062a016eeeedf00a07479e2186f59f54fcc76a2c3a1aab21bb 0.07 MB 120 102
261,825 261,825 000000000000001a252e97b36f755b745c72f85f240bf601b4d77fef64e4bba3 0.04 MB 107 97
261,824 261,824 000000000000001407988f843a78743786ef5960efb7267179e10026e58f9e46 0.01 MB 24 133
261,823 261,823 000000000000001c4aa7c08d59edfb460a0aef9b2a6a0950c833cc1355f2a9f7 0.04 MB 74 87
261,822 261,822 0000000000000007e1cc4c179c5bc3414c0e540f4d691151dd834bebfc4e7b43 0.02 MB 43 64
261,821 261,821 000000000000000de17ad4377201f1b470056b07eede465ff7e0439b7d48705b 0.06 MB 160 82
261,820 261,820 000000000000001710e406fbaa5752fe24f276263cccfa1a4210ebbdff52bb5c 0.01 MB 34 70
261,819 261,819 000000000000001828447ff2c16772bb9972264221854a999b5487ffcbb0f0c5 0.02 MB 57 67
261,818 261,818 00000000000000180ee6b85e940952b123d0f866af105075fd9c1d378acfce41 0.04 MB 62 41
261,817 261,817 00000000000000146cf68af6a3455b9576c88a2f4e1c8b1aeacc31661204ea9a 0.25 MB 654 122
261,816 261,816 0000000000000009c595177cd3b113bc59914bdbff268f8da23872dbdc35d7bb 0.08 MB 192 117
261,815 261,815 0000000000000013de9038e08112bac2c119047ab4bbbc69010608326e9e710f 0.18 MB 275 111
261,814 261,814 000000000000001a4e4af6ce3b1672457bfc3e847e05c2f80484613d22b52b3a 0.12 MB 316 156
Previous 10 blocks ↓
Total Size: 769.19 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,633.65 GB sent, 93.87 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.