Memory Pool Memory Pool Refreshing

7,181 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (571,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
335,921 335,921 00000000000000000973442c5ec75317bf7ba82fd16e3da084ad5bc73e727e55 0.01 MB 41 28
335,920 335,920 000000000000000015bfbf47575635ca9be7f4cb4910bca0e97ebe964c4f4d9e 0.26 MB 405 21
335,919 335,919 00000000000000001000a52c566a5542b106064f4dbed433184a429f971e62f9 0.08 MB 229 31
335,918 335,918 000000000000000004eb588593ad73f9fe8fcbb55206008392487378e7fe6d44 0.39 MB 726 23
335,917 335,917 00000000000000000cbd90d2b397f2feb29c71f3011617f6c65e48ef018f31fa 0.33 MB 619 27
335,916 335,916 00000000000000001a35357e9d5cf8eefa893661d47a42c02d828487d99d6eca 0.39 MB 759 25
335,915 335,915 0000000000000000014d2b412d95befe6d040346c4514a3e4956727d048540d6 0.02 MB 38 24
335,914 335,914 00000000000000001803d68a52bd433e7480e687870d1e555ff8d66614b7c027 0.15 MB 343 28
335,913 335,913 00000000000000000143ac1a703247d7981bfb79afd7d82264cf9ce42c05e6d0 0.10 MB 209 23
335,912 335,912 000000000000000007b5c32ab64ffa636d3560849a2ba383e111966ef1a5a0c8 0.61 MB 1,407 27
335,911 335,911 00000000000000001090facbbfb3a76ddfc640cdb2a00f80ce13b752e8fff69e 0.18 MB 382 26
335,910 335,910 000000000000000014f1140beeda249b7ac8aefc67cc5f855f70033ab12248ad 0.11 MB 255 25
335,909 335,909 00000000000000001a72bab7052feacaf6909ea17f736efb8444cd6886fcb877 0.26 MB 608 27
335,908 335,908 00000000000000001a5c3f90708ccbc40b57fc5c7ed0ca109430a1cb9494d58c 0.03 MB 46 15
335,907 335,907 000000000000000005b31806460fb003fc15e4afa749d9952bc528f9064a7ed1 0.23 MB 360 18
335,906 335,906 00000000000000000a5d36bda51c6903d92a80c071afcf7aad49224d5ed1271d 0.30 MB 913 39
335,905 335,905 00000000000000000a3736371d10b8c979cba7e5b81b5cf260a5f0bd7d317ca1 0.16 MB 369 29
335,904 335,904 00000000000000001493387ea1b2c3be736ba001a58ad8b46f99932684d7730f 0.22 MB 429 26
335,903 335,903 00000000000000000a7b05b97122e9892b3b0487bae710dc381298a728b4a1db 0.23 MB 452 28
335,902 335,902 00000000000000001a6a36f2237c8191508292560b1af0e1666353fd9ebc71c1 0.20 MB 437 27
335,901 335,901 0000000000000000143ee1f68d064870820590f875e429e8add23c6f0ac5f919 0.04 MB 80 29
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.