Memory Pool Memory Pool Refreshing

2,237 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,026 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.68 vMB 2,222 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (766,154 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,871 141,871 00000000000008d9ce153d8c52058f24be87564cd772cbd3593d4676f3b3632e 0.01 MB 14 622
141,870 141,870 000000000000093a5122b55706751ebfb6b9a785db5dedd31693bd4dba6c57ce 0.02 MB 41 259
141,869 141,869 00000000000003c320f0003667bea3ae665556e0ea2f4cb8bd3e8254348e4537 0.00 MB 8 403
141,868 141,868 0000000000000850f3260b9f9111c9f168580b14a42f635f8dc0ddd825e03200 0.00 MB 5 114
141,867 141,867 00000000000007f62916e6c9ecadfe71341b2b38a3d633fb2cd3f1ee455b08d2 0.00 MB 11 39
141,866 141,866 00000000000004afc1f1eec140731e434bf3c1889e821930904fc9f5da261d12 0.00 MB 10 50
141,865 141,865 000000000000012a0b38b32d2f9eb841feb8867527a3632ac293f88f6ffeaf26 0.02 MB 43 102
141,864 141,864 00000000000005ecf65849fef9057bb67b4b5ee4edcba092cdebde0d741d6f4b 0.01 MB 20 229
141,863 141,863 000000000000068213a32c797309ee5f672700007e6ca54631a762c2729be9fe 0.03 MB 97 15
141,862 141,862 0000000000000637aa5184e955c736e1258fa67c43753dca3d37806c46eaca3e 0.00 MB 10 898
141,861 141,861 00000000000000888329b2e1c14eb75880b3628cefb65697c1d4414f37d6a941 0.03 MB 69 140
141,860 141,860 000000000000052209710466fce610cb21bf369f6c5391acc370f2e635c85619 0.01 MB 13 601
141,859 141,859 00000000000000364e63fa9c4f196132b4088420e4e16bb52f14d3c58ad705f1 0.02 MB 24 81
141,858 141,858 000000000000028a0c1f7f699b6903a08320a5df08ab59a5b9f057506cd7227a 0.02 MB 41 190
141,857 141,857 000000000000055462cfbfc9287ed9a98610f4dab122557cbc869368b278db54 0.00 MB 10 692
141,856 141,856 00000000000003cadc5f0edaadbfa9366322744206ea9ebd5a176083355e1f66 0.04 MB 107 228
141,855 141,855 000000000000049370fbe7744c1967bbb90ce5e98a56b0d21f43ef7443842551 0.02 MB 33 325
141,854 141,854 00000000000003f0b2e4e700dd8661e9988b6d1123e44f8f1766618ace1a8f43 0.00 MB 12 264
141,853 141,853 000000000000019e3cedff2981911d11aa0195d952c3781ec85dd0701f372ecb 0.04 MB 104 66
141,852 141,852 00000000000008a1d6380534cb3ed2f858d483fd6d33ba65ae4c2a50b68b4ce3 0.05 MB 132 263
141,851 141,851 000000000000079356cfd001626b879b8648f0c8c5ca99ea90a562468d6c05f9 0.01 MB 13 464
Previous 10 blocks ↓
Total Size: 769.59 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,651.09 GB sent, 95.87 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.