Memory Pool Memory Pool Refreshing

4,578 transactions
1.45 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,671 (661,186 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,485 246,485 000000000000004cb7aa951aa3aa37ce55d972b56bc07df867a84a78a74aed49 0.22 MB 442 125
246,484 246,484 000000000000000f64e135e39243f0ca877f16ffd4083e62a0432f06e57617fc 0.01 MB 31 227
246,483 246,483 000000000000000ceec5700ec57cc5fbbc94b0f057ab8205d35896f92b9a33ec 0.14 MB 199 77
246,482 246,482 000000000000000b417941ea7220640c0bfdab3fd3b1be210cb7f40fd8d9198a 0.06 MB 144 114
246,481 246,481 000000000000003b7ccb93319aab20321903793d9a20de32e768a9fa6a9a419a 0.09 MB 193 139
246,480 246,480 0000000000000072c4fafecc3e1e01d087e8a24c0f3bba3ecc0bb7015fa48840 0.01 MB 23 164
246,479 246,479 000000000000006802dd8536c021354776e5d5b1a9845338cf396c464553ca51 0.08 MB 162 115
246,478 246,478 00000000000000418c0cd6c6458b17567988f10b3b1863d0022a4f96b5a40e37 0.05 MB 139 184
246,477 246,477 00000000000000180401462081e96fe3bba7e18054b434a3dd1a9621d4e9983b 0.08 MB 145 125
246,476 246,476 0000000000000002524421ded5b286c7430cf36280d72e47baa9154e05db0a21 0.07 MB 146 141
246,475 246,475 0000000000000048401289b067d012f5c25afe7d0d73f49a639602431d35df39 0.11 MB 212 154
246,474 246,474 000000000000005b6ef89b392fc64ace2fa3541c2b76e1381f8988b3eb60edd6 0.04 MB 64 24
246,473 246,473 00000000000000113c8029ef13e5c2f5daeacd438cde3b41abeba297f5800e74 0.06 MB 102 127
246,472 246,472 000000000000006054a69b4bb40756dec11f71c6f8c8d97d2da02feab3f54d83 0.18 MB 280 133
246,471 246,471 0000000000000052bc4336a9ccc5f2484b32f10187bb6412d4ff8ab324b6a53b 0.20 MB 338 124
246,470 246,470 000000000000005fe1faf876c2952b2f257219406cab36c200a37b2dcf1a2435 0.14 MB 109 54
246,469 246,469 00000000000000836597cc216daeda1e7d82361a04312f29bf75c12b511bb2db 0.11 MB 215 132
246,468 246,468 000000000000006a2025f59283d9b18a1f1965d6592a4ec242171164722f0030 0.11 MB 201 153
246,467 246,467 00000000000000651ed21decede0a17b4b6b448cf7db3773049a4a6fc7086a84 0.02 MB 21 77
246,466 246,466 000000000000008ef6c56fcf600f0347da84573b18cee4395c7c168cfcc0b9a2 0.17 MB 447 208
246,465 246,465 0000000000000018a15ab36bf4350a1f2accd67b9cc92f1664407b9d86419539 0.07 MB 141 181
Previous 10 blocks ↓
Total Size: 768.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 1,603.98 GB sent, 92.43 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.