Memory Pool Memory Pool Refreshing

5,813 transactions
3.35 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,062 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (784,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
122,967 122,967 000000000000248424d43c0abeabab295b452f7a04afa1928ee88ea5ca3dbfe3 0.03 MB 63 696
122,966 122,966 00000000000022fbb44728ca6bba6bf509af76c8707f75f4fe02852e74c87d78 0.00 MB 4 1,562
122,965 122,965 000000000000838f717a95c1b64bff89b76acb6b350db8dbe1102db525910e9a 0.00 MB 11 344
122,964 122,964 00000000000002627275986a3421b9ae3ba668ee73a8910c14f654a6e48d56db 0.01 MB 14 0
122,963 122,963 00000000000060c09292ef39d7da3e0b6a79df99a38618adbf633fad3c1c5b05 0.01 MB 16 2
122,962 122,962 0000000000006d3abe955838fc2b99d14c0fcfe9d5de14af4cacd7de40ccec86 0.00 MB 10 0
122,961 122,961 0000000000003cc8ae508651328ba2bad5df40add3a34dd5d28885e942c78f18 0.01 MB 6 152
122,960 122,960 00000000000026de949a9aa5d95d68d5e74ba9a1dfc8a0a1ce1e7c31f2be6ee9 0.01 MB 13 155
122,959 122,959 00000000000078b5136514e90c89362fdd64375e7eddf79aec1166d16aa0fac5 0.00 MB 10 0
122,958 122,958 0000000000009254e00cb0419f0ea7009a4a8d888cc241bb1a41b0aab449a916 0.00 MB 10 340
122,957 122,957 00000000000068accb85c9172cf8fb8316373f8a78c59d9f893df8ee62b117a5 0.02 MB 38 288
122,956 122,956 00000000000032e24c9b48e415c7bfedcf950f75f673d1c8e77b907125d9e3ac 0.00 MB 9 0
122,955 122,955 0000000000005e5c9034b165b44ffc0c54858e17fae643bfdb9eec17a9199740 0.01 MB 44 2,404
122,954 122,954 00000000000044f11efe8fe6906cf603b03e6ed436cf4f47142ee3a2874f11f5 0.00 MB 14 472
122,953 122,953 00000000000049424550c9ebd5c016710696e0d443d339284600b4cf893e34a9 0.01 MB 16 1,660
122,952 122,952 000000000000469ba57f5094d4672b8a8e8629ce2201fa897a18502ae03b61a1 0.00 MB 2 42
122,951 122,951 0000000000009576896b0a30dfb91957d65a9848b8afacb23d95ebbcf723b144 0.00 MB 2 0
122,950 122,950 0000000000002f0091df2a7f8d96392e6ba885721dfebf3e7ca94e081c6ec795 0.00 MB 16 825
122,949 122,949 0000000000003b5498dc1da7c834bfc2bebc0e8922bd9f050af786497f18615c 0.00 MB 15 0
122,948 122,948 00000000000051ab536195ec0ba99c915b364a9a638792fe8d7c52dfd0f7b218 0.01 MB 8 142
122,947 122,947 0000000000003d4c38368956ec616f85b7eee637a688333a5cb0e43c7b9d78cb 0.01 MB 33 341
Previous 10 blocks ↓
Total Size: 769.17 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,633.41 GB sent, 93.80 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.