Memory Pool Memory Pool Refreshing

7,977 transactions
2.66 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,843 (661,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
246,495 246,495 000000000000004b880aa75d36e2586b8570b8e15dc192f33e5e834bf51fd06a 0.03 MB 34 67
246,494 246,494 000000000000008bc8474001e853feec07f8efa1826a93203e30973a7d9cbacb 0.07 MB 149 137
246,493 246,493 0000000000000075fbc5b4e2a4e5bccd2e2384823f1d88dd2ef215f7ac4edd37 0.13 MB 280 135
246,492 246,492 000000000000005cc8bc1e9486b6844d1336091e4982eabcf659e9f070ce27e0 0.05 MB 89 126
246,491 246,491 000000000000000d3384661880f97d1a5110417461eb0508f07558d00aafb085 0.05 MB 103 124
246,490 246,490 000000000000004e09f38b258395980f01499709b4f5a408132577151ff32cc9 0.04 MB 40 15
246,489 246,489 000000000000001d5a10b80c3afbd49289df1f8ad5c26c0a4672e0d8040cd2f6 0.14 MB 283 135
246,488 246,488 000000000000000b6da6ddb8e79c33c17d114b00d8c97e63b2459641646621b0 0.17 MB 319 100
246,487 246,487 0000000000000069f23d89317f0fe8d9db578ad732bd127391f565f772642c34 0.04 MB 73 197
246,486 246,486 0000000000000086ec72f6eda4e2027c0fa9833dfe97666bf41a7914f5c747bd 0.03 MB 32 35
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
Previous 10 blocks ↓
Total Size: 769.25 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.12 GB sent, 94.17 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.