Memory Pool Memory Pool Refreshing

587 transactions
24.76 vMB
Show Random Selection Loading Transactions
Max Size: 99/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,312 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 313 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,311 (840,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,895 67,895 000000000065e7b5a366d375f2006e87c7558111c981aa7d4bf71766f9a4b127 0.00 MB 3 1,149
67,894 67,894 00000000032dfae8ee302c0d88e10653cdc39c2cb8d95cbbe92b8afcf36c3d2e 0.00 MB 3 1,934
67,893 67,893 00000000023d0037f7d47d916926c7c9916b8e5f6e300e1d26ac3e5cfb3dfab0 0.00 MB 1 0
67,892 67,892 0000000000f33538813f56bbad2cc0dd3fbd1751e428dcb580b5859abd83b75d 0.00 MB 4 2,967
67,891 67,891 0000000000153abfefc9346e16211d0c2d70d7268746f84d64df72764e95e238 0.00 MB 2 0
67,890 67,890 0000000002cd10ecf4e6e19894b17d4720ebaec10f544e5f546de4b085835aa0 0.00 MB 3 2,074
67,889 67,889 0000000000d1d0de2fc34d27294bfccdd6c135a78e1e8b458461df3d7d1a2695 0.00 MB 5 1,074
67,888 67,888 00000000039a0dab7e032dbab4dc9a8188d41fa41a2174def4ff9e646ba727dc 0.00 MB 1 0
67,887 67,887 000000000500d8162da77058032f4dc53158d47c7dbf0cd2ee24a342dd3bb231 0.00 MB 3 0
67,886 67,886 0000000001b0df4c3096fb473c83ad7b88d39be142060b161627d67a6ee82601 0.00 MB 1 0
67,885 67,885 00000000012a1db576d06a085fa793e6faeee2fac9fbc77a405ebae5d0c8154f 0.00 MB 1 0
67,884 67,884 000000000251dfe60eba895bf0edbeaf618698535a2e67a75df5ca55a00d7206 0.00 MB 1 0
67,883 67,883 00000000046d0d6c5b1cda18eb1c0839227f62c619e5fd9567fe7bc4ca12ac64 0.00 MB 2 0
67,882 67,882 0000000005706d759072ed8dc74f997f413ed15c60a8168dfd542edb4b0619c1 0.00 MB 2 0
67,881 67,881 00000000000160c28fe2b5212e83c9efac7e2d694a8086f7d44fe11741754661 0.00 MB 3 1,886
67,880 67,880 0000000004feb386fdacd1b05beb0455811d73eada723a37dfb32c3d48d0ef92 0.00 MB 1 0
67,879 67,879 0000000000e8b5bf31e0870e5225472b3be0c4336195590e75d4a1dd99fc9fcf 0.00 MB 2 3,875
67,878 67,878 0000000002bb0032357e5cc7c6dfb413b4b55bb378f8e1e79cbd8ded526586fd 0.00 MB 1 0
67,877 67,877 00000000032edeb0c7cc286a651f691d2730192049f00536176e035cc00dc1a6 0.00 MB 1 0
67,876 67,876 0000000005845485903ce2590c2d7b25a227e8cd5ef621eb531750facc988968 0.00 MB 2 3,875
67,875 67,875 00000000005f54f0049cef619f0318e55653c92a87ff45608d4bb2d5c28ebb3f 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.35 GB sent, 98.59 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.