Memory Pool Memory Pool Refreshing

241 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,746 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 226 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,745 (512,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
394,946 394,946 000000000000000006ec840b648ccf833e285867bd3508ed1a8d3fd5fbaa7ee7 0.99 MB 861 13
394,945 394,945 000000000000000001cbcc8866d2593d97d2b96d047bc376a84b4b33ad2ce447 0.99 MB 1,940 38
394,944 394,944 000000000000000002ca0df5288b2157edfea037b7c3adbe953230956a0d8e69 0.95 MB 1,286 29
394,943 394,943 0000000000000000027ff4e52e1e7f29cc6b457709ad28a4e74ee7ed86f1ec4a 0.92 MB 1,630 32
394,942 394,942 00000000000000000590961010ff1a977386a2e801ca6840bc1d6e36abf3360c 0.95 MB 2,016 35
394,941 394,941 0000000000000000060ec86131842004a025a5b5634825323635e090ae1dd75e 0.95 MB 2,518 58
394,940 394,940 00000000000000000349acb534c821141206f98d39f8670faa488e1a2736ede0 1.00 MB 1,399 23
394,939 394,939 00000000000000000150e74d3d0d0dd90560aa31520f2c479f8f99d91f8f73af 0.39 MB 694 35
394,938 394,938 00000000000000000731ea593652155a64a6e2074548ed22977ba84b68f971aa 0.89 MB 1,696 35
394,937 394,937 000000000000000006f01dcaa523ff91935149607245e1758a851fda0b344fd5 0.26 MB 384 32
394,936 394,936 000000000000000008b48c06ea12a029d4494a318728b68561bbdbf9b234a340 0.34 MB 515 35
394,935 394,935 000000000000000000c22930cdbef6af1745a7469f1d069306cc55d33ff8ff2c 0.25 MB 470 35
394,934 394,934 000000000000000005858a1aa5de611a4528565fdb021e530783e88decf27add 0.26 MB 537 38
394,933 394,933 00000000000000000321d8e8bb25caa0899ea8f80f3c05e7aecb591af308d3b0 0.93 MB 1,092 31
394,932 394,932 000000000000000005d333f041ae6351db15bbf586932973602e7145ee2f0e36 0.51 MB 1,039 38
394,931 394,931 000000000000000002aa6b9674b300d4d81d4592ffc89a5a299e91433470d25c 0.00 MB 1 0
394,930 394,930 0000000000000000015a67a5e056cffdc5f33b55bc8b8a82aaa2f99811df3f54 0.72 MB 728 21
394,929 394,929 000000000000000007fd1427dda56b6a6d6601f109b45c475e9a7e4c67a1eeaa 0.31 MB 582 37
394,928 394,928 000000000000000008189ab74f9f93aa3db3df2a54e81a89b3f4e8997f683170 0.53 MB 1,071 41
394,927 394,927 000000000000000008bc732288c7a9ad1d4a49e0759a5cdedea50274ff144f87 0.64 MB 1,246 44
394,926 394,926 00000000000000000719487f76e1712d375076a2933119b7705d417f267531d6 0.07 MB 67 11
Previous 10 blocks ↓
Total Size: 769.07 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,628.04 GB sent, 93.21 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.