Memory Pool Memory Pool Refreshing

4,668 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,741 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,700 (597,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,208 310,208 00000000000000002739bc5183f1e09a663571758fab1d0f4f520d18a854c24a 0.11 MB 36 12
310,207 310,207 000000000000000032386a391d361ee63c2b90144919144ca07a9fd390f2750f 0.11 MB 174 27
310,206 310,206 00000000000000001e511f10ce2f133a5128dac23491535c18134a4d7a956904 0.12 MB 237 32
310,205 310,205 00000000000000002261665a46ac50f12c5d2d9e59f47752398da185d8705b96 0.28 MB 165 16
310,204 310,204 000000000000000001cc5f0535b74fb37db4f744632a38037297fe1a34afd08f 0.06 MB 131 32
310,203 310,203 00000000000000000ddb1eada33fcb901f695b613fc21d49b56acc182779c59a 0.22 MB 444 32
310,202 310,202 000000000000000024c017047b469ff6b0c6f35d32197dedae1829608cde20eb 0.08 MB 156 28
310,201 310,201 00000000000000002c2086e7d985727fdd26c96bf74b0be5c35ac2a9a2bb3121 0.05 MB 98 30
310,200 310,200 00000000000000003dd638bb4ef10499f172d613ee0cb342067312445b5257da 0.06 MB 115 28
310,199 310,199 000000000000000013925f5d9ec02fe88a8afd2e9905d78f9aaf2d8bba0d3061 0.06 MB 112 26
310,198 310,198 00000000000000002cd7cdc41bfabca72c5b38edb003599ea3d26c40a47f21c7 0.32 MB 500 27
310,197 310,197 00000000000000003ea25774604702c790a1056510af2abcd080b3414a0d2301 0.10 MB 120 25
310,196 310,196 000000000000000018d1309b87bb064ecba9c03943ddd68ff902da288bfe1dac 0.20 MB 374 30
310,195 310,195 00000000000000003d2a3b8d1937469d9f24a1f60283fab6328a23d86b87c146 0.07 MB 170 26
310,194 310,194 000000000000000022909690bf3cb0338b998d27c919b192ed4e4d8393a53e16 0.25 MB 501 32
310,193 310,193 0000000000000000044d836a43d7b29c4306a5072cd4bbd10f495473d28418e4 0.37 MB 583 27
310,192 310,192 00000000000000001fa1683420d77e52fc673e689386cf2729077ce0abdb7e70 0.22 MB 314 24
310,191 310,191 00000000000000001b130fe97301e79e6c7e29fa06bc186949c37cfff9d0b699 0.03 MB 58 36
310,190 310,190 000000000000000002b21aa5ba26ff1067aa6a196383a0dbff0d14bb7957afc4 0.16 MB 212 28
310,189 310,189 00000000000000002475f8745463fc39eabbd1761f0bcc8921d05ca2925d24e4 0.15 MB 285 28
310,188 310,188 0000000000000000188ca11984756f9fda3ea7dc009697ebf75ae54deb025b91 0.71 MB 1,030 26
Previous 10 blocks ↓
Total Size: 768.99 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.