Memory Pool Memory Pool Refreshing

12,422 transactions
3.92 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,181 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (765,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,879 141,879 00000000000002aefe3bdd82e239d079aca707a1068510a4f73a4a1e2056afb1 0.02 MB 67 368
141,878 141,878 00000000000008eff8b65d82afd7f408afb6d45c4645db7fb29a40d7125a5e4e 0.03 MB 115 76
141,877 141,877 000000000000057f6fc3eff40d58970db6070338e99db9d9080e4ddf76c1ef93 0.03 MB 58 167
141,876 141,876 00000000000007ad055d7dd5336c551e7172b58facfa17b7cad947a38e39e988 0.00 MB 6 0
141,875 141,875 000000000000028cdb9211f55e297a0f8104dbeb7af1f96e828ced032a70dbc1 0.01 MB 22 301
141,874 141,874 000000000000056b5a74cf9092537f006e2b1365dfa5c9e8c59b0fe2537a6a63 0.02 MB 35 257
141,873 141,873 0000000000000680dae1f888eac71e74003ada211d22dc6bf15cfd4b56dc7225 0.02 MB 70 440
141,872 141,872 00000000000005c1bdf6085f9f9dc68480c38242ae1122f59826a03c2e96420b 0.03 MB 105 125
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
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,622.15 GB sent, 92.93 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.