Memory Pool Memory Pool Refreshing

10,183 transactions
4.16 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,723 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,467 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,722 (694,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,464 213,464 0000000000000170a6b56356ff4f928cd252fd16530175002aa3e5106078476c 0.25 MB 354 114
213,463 213,463 0000000000000174686bccdc8c7ae29b33c2f17dd93d2d3312106440d51ae593 0.41 MB 128 53
213,462 213,462 00000000000001b22f14f9836b9a1eb32fbb717d7b07c178ac56fe43e63a4a23 0.25 MB 815 266
213,461 213,461 000000000000035ee4346edde45b49f335f940768d2cfa94dfe2450fe3c93f72 0.00 MB 15 59
213,460 213,460 000000000000001282a510d524b9d9251f602ba0e6fb91ee6777333620377491 0.05 MB 101 176
213,459 213,459 000000000000010d3a1a01022bc64d28e631b3e1f949e46a451392ebcb4fb54a 0.07 MB 186 180
213,458 213,458 000000000000008edb1c52b964ee09c748473b1c6141d542538ff6585cb2faa0 0.13 MB 250 150
213,457 213,457 00000000000000a96064e586a876696669cf05f575192671ef68b603c53cc3d3 0.23 MB 316 124
213,456 213,456 000000000000023a8d89296f18987c00fab357ab9c0526f40d92f39c95d4c412 0.25 MB 64 63
213,455 213,455 00000000000003847e644fff9a11da859867bd78f2e991fd17064b15e3722ad6 0.22 MB 87 70
213,454 213,454 00000000000002ac268a2e8705a95ebb6364f31ad45e91405cd3192dd773e62f 0.23 MB 197 81
213,453 213,453 000000000000008cea7cc3351f97324e1a646499b42bb2e7e41c7f9ee1a1661a 0.37 MB 837 180
213,452 213,452 000000000000033ded557e841c3f4d2ccf30bc1e1ae94b4f025e1e735e12f324 0.12 MB 297 238
213,451 213,451 00000000000001698e45a24bd0f772f3b6cb28523a5c10a52967222b098de44a 0.00 MB 15 141
213,450 213,450 000000000000006ef0d4c096f9c3899ec8a938a1d8e862db7d8e680994ca779c 0.02 MB 44 138
213,449 213,449 00000000000002e1c01a497e4901d541742b13241306e34f8094df828ba8fb33 0.02 MB 41 123
213,448 213,448 000000000000023ec48515f6b3ed2e3162d91b1fac074625536d8a8d0455c315 0.15 MB 302 130
213,447 213,447 00000000000004873ca9eeddf8061a43f21a3c468eb0a4cf03d9de8ce625cac9 0.25 MB 540 163
213,446 213,446 00000000000004f67271c123e562229517c211292ab652171c5a3eb974b69471 0.00 MB 6 198
213,445 213,445 00000000000002286fee549d35e1820f4956ba68f9352aaa416d9b51e4a18cbc 0.25 MB 306 93
213,444 213,444 000000000000024707ca4b07ae2f43bb2a7b4e0434d80c9fafa8097e0c93b234 0.25 MB 690 219
Previous 10 blocks ↓
Total Size: 769.02 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,624.79 GB sent, 93.00 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.