Memory Pool Memory Pool Refreshing

19,774 transactions
6.34 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,695 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (146,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
760,749 760,749 00000000000000000006ce20fd3167907bccdeb284f6c0cf2eb8e78e4b17b669 1.85 MB 1,471 13
760,748 760,748 0000000000000000000446eee4a31af6d4466ce158749da3c49e10f14a8b23ce 1.56 MB 2,283 11
760,747 760,747 000000000000000000035f4a95de0c3f165c0bce0e74516f0bdd629c745ef3c5 0.34 MB 595 14
760,746 760,746 00000000000000000004494a709d9a764e451df988823f71c27bfa346ec2dbb6 0.71 MB 1,315 15
760,745 760,745 00000000000000000005a66ac37780527ec28343707abc3620de874e0514cb5b 0.32 MB 810 15
760,744 760,744 00000000000000000005e311a311a092eebf05ce76c10219648a90aef2e73d49 1.20 MB 744 2
760,743 760,743 00000000000000000002d13a7bd32d2cf20e095314ed419ae78f46e110ca7369 1.35 MB 1,211 11
760,742 760,742 000000000000000000013d040252f1056d63ce166198510b3d3ca538fb3a1733 1.30 MB 1,777 16
760,741 760,741 00000000000000000003bce5a148ea580459697603367dae8db947786b54734e 1.19 MB 1,243 24
760,740 760,740 00000000000000000003057d60ebe39f6b1b40911253f96e6f7c90065b636b29 0.04 MB 95 10
760,739 760,739 0000000000000000000174f9fc5f32e5fc6629fec8339fff8d15bbbf07fc66f2 0.77 MB 1,357 14
760,738 760,738 00000000000000000001f5d24788d79070a9c2800ac8312751dd83fab0bde9bb 0.66 MB 1,145 13
760,737 760,737 0000000000000000000476c5c1560510125bae412c1cc132e4c5c43f864bca74 0.39 MB 212 10
760,736 760,736 0000000000000000000507ce701b54438f6e63863f22bd8bae9282f08514c548 0.26 MB 515 13
760,735 760,735 00000000000000000006d4b41401700f7d68b22e3e1c38ce1ad82324217519b0 0.08 MB 148 13
760,734 760,734 00000000000000000001ee58fd826504e71ac251ff599411dc22d8c7a4bf102a 0.97 MB 1,368 9
760,733 760,733 00000000000000000003cb566e2eb51cde88ef0ba725694eb97ac9a773b754fe 1.56 MB 2,503 11
760,732 760,732 0000000000000000000699c11653e8763cf81fbc452a6119add2d974c2a5f793 1.77 MB 1,501 6
760,731 760,731 000000000000000000030b470fa48c7deb9d61513107445ee280d50b3de17213 1.57 MB 2,846 5
760,730 760,730 00000000000000000003de7c9b806f50883e824ef869eb4d4f98bd11b16a0707 1.35 MB 1,824 12
760,729 760,729 0000000000000000000024a36d66abfef5a3fccf1d63e18bacb224a76d4bccdc 1.42 MB 2,565 17
Previous 10 blocks ↓
Total Size: 769.02 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,624.53 GB sent, 93.00 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.