Memory Pool Memory Pool Refreshing

14,075 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,256 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (582,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,214 325,214 00000000000000000ff588f1eb0be3b5cfaedfa122f0b0fff4e3d81535c1c2bd 0.25 MB 387 24
325,213 325,213 000000000000000019d5077ed5466ecd86d2cae079d5d0d149623289b99c9ebb 0.31 MB 311 16
325,212 325,212 0000000000000000070641b8f63f926df65cff6f941cff9479a1cfe417d66c3c 0.35 MB 897 41
325,211 325,211 0000000000000000137314d7e337a38afca202761b4f46b2b047f946c5e547ea 0.19 MB 416 29
325,210 325,210 00000000000000001085a30f9a5d6a175e382140f4538dde885c08e6e65d9af3 0.24 MB 421 26
325,209 325,209 0000000000000000189e138c4bb7ea473f4eb96a5136585d7cdf29d14fcaee3e 0.19 MB 291 25
325,208 325,208 00000000000000001bf5a91d926ccf0a1a220502786b00e48de1b765fe63b459 0.31 MB 557 28
325,207 325,207 000000000000000004830e9224b7268ed46f0fe888b112f00d11e29671ce1b19 0.05 MB 106 27
325,206 325,206 00000000000000001f6107edfe233c64bc20ca64beba3b9480008a44c4abafcf 0.44 MB 821 29
325,205 325,205 0000000000000000059d905ccc3afc5810cf20997acac577cc496e7f097c0766 0.03 MB 7 17
325,204 325,204 00000000000000000790beb68ce6c42191e61bce9e1fbd7999574516d46e1ee8 0.36 MB 738 27
325,203 325,203 000000000000000011ab604dc1e358a40c76442efed27be36ff664f009fe5015 0.32 MB 349 15
325,202 325,202 00000000000000001d17e7680e5f45da34e5ba9ed824e921165c2a0ecfe51ab4 0.25 MB 597 36
325,201 325,201 00000000000000001ad5f971472868eee7fae7a31a7412d386da18abed80c972 0.27 MB 499 29
325,200 325,200 000000000000000011964d8493d56e67082587d19e1231cb0088a70797b00616 0.09 MB 102 13
325,199 325,199 00000000000000001ecd30a95eba422247e1c6997c5566d7b88597018511d729 0.08 MB 171 30
325,198 325,198 00000000000000001a1c4ebdc9ce3b810791e4622a8542b183198f6d8fc26155 0.59 MB 1,100 27
325,197 325,197 00000000000000001943b57d734da4569295c56bca02bb63ea3cc9db63860ce9 0.51 MB 796 23
325,196 325,196 000000000000000014187a0022a481c3f910131d50f13ad62eaf09265f8e43b5 0.74 MB 1,357 29
325,195 325,195 0000000000000000008ade93906fe3345fefbb51a6275b30830ec0042b88e528 0.10 MB 94 14
325,194 325,194 00000000000000000727bf0611bad0a72e6341de877486a3e62c1f9f824a690a 0.35 MB 772 32
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,622.94 GB sent, 92.96 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.