Memory Pool Memory Pool Refreshing

9,511 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,489 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (696,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,763 211,763 000000000000020af2087c258daa165faf68c952c77f018014a98ead688e1efe 0.00 MB 8 168
211,762 211,762 000000000000034e703e36f3465f03d4e15c4265ea7e3feaf16c1ece079a3ad5 0.01 MB 34 142
211,761 211,761 000000000000043a671e84a1127ce187b0a8306f7804fedb086e0a8298f6bb5d 0.16 MB 401 170
211,760 211,760 00000000000004d739d6d1a0dd6da7d94256d9604f7ab159944db5fbb608f400 0.02 MB 39 57
211,759 211,759 000000000000005f7e1f2cb5becef9ff61d923a4b3d8599a67810af00d61df5d 0.18 MB 346 154
211,758 211,758 0000000000000198a37bdaa9f04a3195072a15e44992b5fc986e98087184dd6a 0.15 MB 398 186
211,757 211,757 00000000000002f791e830c732c0026b05dd840d2ce4a520d20e26133e531912 0.29 MB 608 153
211,756 211,756 000000000000027c97bd66cb380c4b301126454ff39121f2ab9e819118261132 0.10 MB 281 184
211,755 211,755 00000000000003410226df0984076729441ce460c803088eb16ab266f300c3f4 0.05 MB 72 81
211,754 211,754 0000000000000480420332cae84e43d3d8765bc0b4c33cf2ba83e6dfd8e89328 0.19 MB 393 159
211,753 211,753 0000000000000397f639e3c3a504192117259bca01ad69ebb6ced27cdb850ed7 0.05 MB 134 33
211,752 211,752 000000000000021d1f10832556b9607744444ea5265b5917b82935621ae43e6c 0.10 MB 172 242
211,751 211,751 00000000000003c5ce5e0447eaba7b31127e95e6595c614cfbb705df096b37e6 0.15 MB 231 117
211,750 211,750 0000000000000175dc55c74bacb0b3d69767ce9698aa7b0af10499cb844c50ae 0.25 MB 197 95
211,749 211,749 00000000000002e4830064810f978894ba5fef2b88140045b4e0aa7a409d9f1d 0.00 MB 6 30
211,748 211,748 0000000000000269939720f320690f6f47c1aa082a4c18b803883f29644bf140 0.25 MB 526 188
211,747 211,747 00000000000000b92a29ed07edaa1ab2fb13236b808c579781244ccc50545912 0.05 MB 124 305
211,746 211,746 0000000000000063d878c87d9da7cedf2c63854b4815e15f52dc8d7a9ba3f658 0.19 MB 376 156
211,745 211,745 000000000000037f5d27ad6c90f2a7eb6dce096de94328e95ba4e74834629f40 0.43 MB 910 188
211,744 211,744 00000000000001f414cfaecf82f4c032316fcf1fc8f3211500925023bfcaa2ae 0.00 MB 7 638
211,743 211,743 00000000000003cce4685f69b9432acc042e2e8d864325c5d2f15c8d03fdb960 0.07 MB 170 178
Previous 10 blocks ↓
Total Size: 769.24 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.04 GB sent, 94.13 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.