Memory Pool Memory Pool Refreshing

441 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 397 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (679,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,467 228,467 0000000000000218804c80a7a08e01375dd46456174cfc06cc88ab764d79239e 0.18 MB 411 192
228,466 228,466 000000000000019794480973f06e09a74c721dd3793ae3dda1ac1542921cc132 0.25 MB 408 142
228,465 228,465 00000000000001e4f40e08b6eeb0b1203d80fd5c065464f9c4aae5515d83da0b 0.38 MB 818 241
228,464 228,464 000000000000016bbfe0b47c90f8ae128941cbbe1d1c4b48dbf4cbeba94d9cc4 0.03 MB 48 71
228,463 228,463 00000000000000b3be907408382c6408e8768e67082b02e72631ebe7ddfd64d9 0.32 MB 697 750
228,462 228,462 000000000000026f3fc7e73efdae74635f6e0066094be87f520701b7421db3eb 0.08 MB 81 9
228,461 228,461 000000000000012c64ee14b5f50ea2db2341d6fc1e692daaccb995ccc81aacbb 0.15 MB 114 100
228,460 228,460 000000000000003ff2bd2fc469389945c68b52615bc71bc84c8808f7619f5c5e 0.13 MB 258 161
228,459 228,459 000000000000008f3998953045b0bd9a902e1b37a35410b17580b8c2c8a42223 0.15 MB 142 81
228,458 228,458 00000000000001515a0cbf615199f8bb28b3a1d77d3bc1d17eb7860cf2555243 0.21 MB 363 562
228,457 228,457 00000000000001f3eff9ac42174a77977d958aa8ecc87612ed65ceab385ec316 0.48 MB 699 143
228,456 228,456 00000000000000f24fc519843a71570cb5f46df620933bab82083ccf4db5c3c6 0.07 MB 230 36
228,455 228,455 000000000000016cc4141da22cb146cf148e4b5c358852845d870cd634a6b5e5 0.25 MB 788 211
228,454 228,454 000000000000026cc5266ad9b127ba99a04636566cfaf88acc4ebc732d1e9f10 0.23 MB 537 169
228,453 228,453 00000000000000fff5fd681a6376d22eb1e60cb12937a58a0da1b8cefce10435 0.23 MB 120 54
228,452 228,452 0000000000000059e33f1af262b1080833c3992d53bdd20db8f6d40f10cc56a0 0.47 MB 909 135
228,451 228,451 000000000000015df44f34eb7e7c47a5e8dc51b2d92abde48b7d4015217d0056 0.00 MB 5 0
228,450 228,450 000000000000007f977153aa1a32781a89e3314e8ac60979cb9e556e34358a01 0.00 MB 1 0
228,449 228,449 0000000000000025e48afd680ea6febcbb2877e2b5eed7c079bea2ba3423c6ae 0.30 MB 625 192
228,448 228,448 00000000000000d17dada4093b9125c05890c0453b5c2515db87af20f04ec92f 0.23 MB 80 51
228,447 228,447 000000000000024c0f46158f2f8919d20a3bc9a2b627873ef93353c2939c316c 0.22 MB 354 133
Previous 10 blocks ↓
Total Size: 769.01 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,616.91 GB sent, 92.84 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.