Memory Pool Memory Pool Refreshing

3,833 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (777,588 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,114 130,114 0000000000001cdb6009dbdb5f6b12ac0c701c2bc26a0932851d9591d147c1d9 0.02 MB 38 781
130,113 130,113 00000000000011d3d5d6771da208d39660225ec1e5bf0217981182be2149a267 0.01 MB 22 709
130,112 130,112 0000000000000f320f32a87194fbe8bbd09afb7bdb7dfb3e6dbe968e05290a10 0.03 MB 54 652
130,111 130,111 0000000000001d15035ff47ea7431f9288c1e60183b699e13ae86ec237e5620e 0.01 MB 38 0
130,110 130,110 0000000000000d77693d6ec342f958a86700a36b720feca377c7359841af3e90 0.00 MB 10 1,341
130,109 130,109 00000000000017a1f2cac9796e15aafc88ec03fe86199f979a684d8f9ae44cd7 0.00 MB 13 16
130,108 130,108 0000000000001c200a7517341f7b0385674da4fed72d252b95b7d5e0dc1e2392 0.01 MB 26 1,073
130,107 130,107 0000000000001a68c1dabd0ea8600b3f19dd2a5edde8c5f7dec74266a59d39fc 0.01 MB 18 1,198
130,106 130,106 00000000000014e67b4bea54eb3a9172034698d91ded84813fd68b012af77896 0.01 MB 32 954
130,105 130,105 000000000000141af563f4862dd8429e281814511a8e927e5334bef14d49c087 0.04 MB 130 333
130,104 130,104 000000000000045f746136b8ae057ec84e7e406cb8c35a3a71d90a39fafb21b8 0.00 MB 3 515
130,103 130,103 0000000000001c78a53fe030496c18cd85184d3b61f01905d80245ee81b74ea9 0.01 MB 28 1,036
130,102 130,102 00000000000016ae806ef7b60cd6be2656997d03016a50516a39efe4da3e3839 0.01 MB 23 753
130,101 130,101 0000000000000501175b0f5f1df03aa3f65b9f269477cec5ef1b8fa8cc1f7c19 0.05 MB 109 1,040
130,100 130,100 0000000000000e756c0e0883337d9dbfdc52a9b3acf6b413f0836e8752a161f0 0.01 MB 25 1,252
130,099 130,099 0000000000001d44949ca8c5b358900a4621175aff30e04a6e7e9c867c728ff5 0.00 MB 11 1,004
130,098 130,098 00000000000004b8cec5462bd401a492d98df810e1e9449e67150075adc9ad9f 0.00 MB 3 3,875
130,097 130,097 00000000000018d54f20378d79493f292f5fd61a492a94b070fd10dec708bf8a 0.02 MB 52 158
130,096 130,096 0000000000000caffb5d6652532f01973f36616ab6dbcfa0310f04e017f66580 0.02 MB 32 66
130,095 130,095 000000000000002aef2b6561d72121295e529cbc8030edc5e1fe35717974e897 0.01 MB 27 2,730
130,094 130,094 0000000000001d4d6f55366cb0557b3a583f0c8e5176999a8796090a0b4eafae 0.05 MB 74 371
Previous 10 blocks ↓
Total Size: 768.99 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.55 GB sent, 92.75 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.