Memory Pool Memory Pool Refreshing

8,703 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,946 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (115,844 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
791,886 791,886 000000000000000000030de8f625a3057e952bd7e9b02e2f8a54097cb2efebe7 1.69 MB 2,542 26
791,885 791,885 00000000000000000002cd1f3ceae467fc3414355bd9cc147aa1bb0a6483b0c5 1.40 MB 2,289 33
791,884 791,884 00000000000000000001fe8f3786a13bbc4bb2f4a0f6ab6e3278263717937f39 1.52 MB 3,006 56
791,883 791,883 000000000000000000000a1fe2311dc83eaf403db620db7436cb6b7ef839baa5 1.77 MB 3,569 41
791,882 791,882 000000000000000000040b49c21ff06a547e36e07636d15e9dc372bc824c7cca 1.55 MB 3,197 46
791,881 791,881 000000000000000000003fd1d6014205ff4ea6cdaca50251c0c4ca03ed0749ba 1.52 MB 3,259 64
791,880 791,880 000000000000000000025dacba798f5198b8bccf8ccb5a4639835fe40db622ec 1.75 MB 3,518 19
791,879 791,879 0000000000000000000299d3e24e9167179c62e1a52655a16ae811526a653f7e 1.74 MB 3,176 42
791,878 791,878 00000000000000000002da83ce764a1fb83b99334a532b58663fd372178583c7 1.64 MB 3,632 47
791,877 791,877 00000000000000000001c555adbcbc369d58cb2870fac8c3e28ee59fb54470ad 1.60 MB 2,789 39
791,876 791,876 0000000000000000000161d9e826cc7ecf7f3bfa4e99243666a1f22c1bafe20e 2.03 MB 5,993 22
791,875 791,875 0000000000000000000159a99310b691055d3292fb3cf463fc6d502a78e34d10 1.57 MB 2,782 41
791,874 791,874 000000000000000000013396c2ac59afb5ce7fe1256806cbee1bb2fd3d57cd0d 2.02 MB 5,243 21
791,873 791,873 00000000000000000005a8c1d6706883e4d213d0f02dead59dfaf2038176bb51 1.73 MB 3,332 44
791,872 791,872 000000000000000000014672abad49af5d6494af5fff8e68a6039350807bdd84 1.36 MB 2,571 58
791,871 791,871 00000000000000000003f336e24c108cc5a6946352cab7b307795854999917f0 2.03 MB 5,509 29
791,870 791,870 00000000000000000004c26e4b4aaa429b32beafc0ab5d27b6835cebc6048a08 1.57 MB 2,598 21
791,869 791,869 00000000000000000000677b2ef342a971efff23a0e1ce18ff3cb380a2f9c06f 1.60 MB 3,361 49
791,868 791,868 000000000000000000010ac86098d90b1754e70456b936ba73f0439f975093fe 1.74 MB 2,990 28
791,867 791,867 000000000000000000007055af06c785db1cfaf5e6e6f41f4f5c20514e76ed7a 1.51 MB 3,086 57
791,866 791,866 00000000000000000004038ab31b3e3905fe35bf1a0bb04f227bbae35509aed7 1.34 MB 1,953 19
Previous 10 blocks ↓
Total Size: 769.04 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,626.69 GB sent, 93.07 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.