Memory Pool Memory Pool Refreshing

9,007 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,697 (734,703 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,994 172,994 00000000000009176bf831526120cd846fb91b4f174bbe13b26fdc4439497029 0.03 MB 57 68
172,993 172,993 00000000000000b4b824bf5fa3136bd403df58ae54686ad4d8c2d0da9fd18534 0.00 MB 1 0
172,992 172,992 0000000000000ad89bdfdd506dd90890e092b0dfd73affec90d0a822a64eefcc 0.04 MB 98 154
172,991 172,991 00000000000004b3485104079c87aa6d5c44239e7f63b03ab8e96ea887688c45 0.00 MB 13 0
172,990 172,990 0000000000000442caa9e52fbf0621e4e520e6673c7c6496b135d362734ec8f0 0.03 MB 82 54
172,989 172,989 000000000000089fa0b84fc93a4523ac93b6b8917f5a4462f6b97833c937594f 0.03 MB 56 55
172,988 172,988 00000000000006401d01af01e905e519380d77a2ae30296eae49ef18aa82c2a8 0.01 MB 18 62
172,987 172,987 00000000000004500fdb7242c325f22c2bd9ff62b8b89873b79264ffaedefb74 0.02 MB 45 99
172,986 172,986 000000000000043ee37cd61d840912db60e398e6bbd42e04c1736079d652f5d5 0.04 MB 73 60
172,985 172,985 000000000000075234aea917ae90e409151f29b6ae673cd55b4638f5e96b5239 0.03 MB 44 120
172,984 172,984 0000000000000189d6984be387868f49db006375479d59d6f266a884b0dfeaa8 0.01 MB 23 61
172,983 172,983 00000000000001ca4942794f80c188fe50e024521bc4366722d5790fcbb0b37a 0.00 MB 11 48
172,982 172,982 00000000000003b0b41d910ac94cceae6ae038d377d94e61bbd058a7a42c4cb7 0.03 MB 103 64
172,981 172,981 0000000000000992ffcf00fbc08bbd63aca0e50e146774eece96866935331e58 0.01 MB 17 57
172,980 172,980 0000000000000068ba54911a012c779cc679962b0498b62fc00c676cf8fe311b 0.00 MB 6 79
172,979 172,979 000000000000007b87c8fd727518e2590e6ae1ed0d452ae4b40e85a48ddb3ce4 0.00 MB 7 25
172,978 172,978 0000000000000a2bb6a34113a465371195c841324f16c504942347a180bea996 0.02 MB 47 106
172,977 172,977 0000000000000915555d99f356d3cb87d59f09d900e7ff738ef1595e47b2664c 0.01 MB 31 161
172,976 172,976 00000000000008d4b2990ab1fd7e2ea5f79460aaeb05f0ca0b9abaf923c1274a 0.01 MB 27 44
172,975 172,975 0000000000000a0b32a3cbfef708cd0c490ea06148138d22bb4d1d3644cbebe1 0.02 MB 26 45
172,974 172,974 00000000000000ce3f43ba19f484d4d4db19aa626be08981a18df4fab815a5c0 0.01 MB 49 13
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.38 GB sent, 92.72 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.