Memory Pool Memory Pool Refreshing

16,054 transactions (3.60 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,180 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,521 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,179 (831,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
77,212 77,212 00000000001afcb88a23eaf9d26240ccb3e2df40b4bbdd3d3debdf35b98884e6 0.00 MB 2 3,861
77,211 77,211 00000000002ba36664cd4e5805765551269a40f3332262f0599a08c70e9b9619 0.00 MB 2 0
77,210 77,210 0000000000445bce5f90cc34d0532f4b908b102d4bc8b9ae57876d2c782f383a 0.00 MB 2 0
77,209 77,209 000000000063e7c00902f1031f9c987a5989adb329bf62d695aae2d2f405e96b 0.00 MB 3 0
77,208 77,208 000000000016887669f6c8245c0afa076ad5e48ab480f7aed873e310f4cb8050 0.00 MB 1 0
77,207 77,207 00000000002a3b244aa894757d7f1534ef20ac5dd67d383a4c339208e8b5986d 0.00 MB 3 1,941
77,206 77,206 00000000005447ed776c5afde799eb0a4ecc410515bf6facf99582ba708c3b76 0.00 MB 3 1,508
77,205 77,205 000000000017db0b0e892747fa7362e7d2235c3f568e4c52a8f217e6bb25274b 0.00 MB 4 2,574
77,204 77,204 00000000005c775b4df0ec0a95aba15ebeee77b6f7da0917b0b27eaaae57e12e 0.00 MB 1 0
77,203 77,203 00000000000549509404e52620b60d8dac8e2665599374cadd461a9a0a692199 0.00 MB 2 0
77,202 77,202 00000000001364a37150cb88b6324b2b2653ad4a245a250d8eb9d3c40e445fb7 0.00 MB 4 0
77,201 77,201 000000000063b03efe191127569a586a2b73b0246a4331d4b5a96db44c5297fc 0.00 MB 2 0
77,200 77,200 00000000005a92e5293c66cab4e01f4567b362e8f8782cb14256fb8bb58ea7ae 0.01 MB 17 546
77,199 77,199 0000000000246be8215ad883314ca1fe59973fc5998f9681569801c6b5f04cc3 0.00 MB 1 0
77,198 77,198 0000000000537547324a4e506caf76eb2ab0ac2b3509578a459fd02c28fdb7f6 0.00 MB 2 3,875
77,197 77,197 000000000055df8c4c8e7daa4e5fbb480b10dc6418b2622933e8d620d1876b84 0.00 MB 2 0
77,196 77,196 00000000004c92e72c7eb161ba6a5620c62f3ed11969e86291d7c5c8fc654128 0.00 MB 1 0
77,195 77,195 0000000000152de371ef990e9cf36eda0c9af47b05a87bed2472379d08b0bbc4 0.00 MB 1 0
77,194 77,194 00000000004ae0af1d4b9e24de6351ad5a2b9b9adf1b339855ef897bba740edd 0.00 MB 1 0
77,193 77,193 00000000000d82fef0bf812a22d1386780b9537a0238bd3c1477fbd116f43ece 0.00 MB 2 0
77,192 77,192 0000000000323ee724aeccfb56491f9e2b902e0896dec89169fec5ebdddd50fa 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.87 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,986.63 GB sent, 107.11 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.