Memory Pool Memory Pool Refreshing

58,952 transactions
24.48 vMB
Show Random Selection Loading Transactions
Max Size: 136/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,849 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,129 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,848 (580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
872,268 872,268 000000000000000000007a158128ca6908a392db9672a34624cb38a258fbcce4 1.69 MB 3,829 7
872,267 872,267 000000000000000000002e45c78f5fc974f097384960ecb181b4082bff3a039d 1.65 MB 3,674 6
872,266 872,266 000000000000000000023fdfc0e00ace93f2c9ebafb80ef207dd7342e0be62e2 0.00 MB 1 0
872,265 872,265 00000000000000000000855083ac3a5f3711e242352ce9d7da97edac867b53ad 1.82 MB 4,509 5
872,264 872,264 00000000000000000000b3aba453a74258c6becd03d53aac49ea995416612164 1.74 MB 4,255 7
872,263 872,263 00000000000000000001dd6075374bc6992d25d982a43be127f5b04d084e7b8a 1.60 MB 3,717 8
872,262 872,262 0000000000000000000254e2be54a8e2e763927e4bb2b3156b40d690ef92434d 1.82 MB 3,686 7
872,261 872,261 000000000000000000005235580c66b4eeba72d4ecd79812db15229a5a558eea 1.64 MB 3,349 9
872,260 872,260 000000000000000000010adea7e0f729d05ef40b5b4685b201526b583df4fe51 1.74 MB 4,122 6
872,259 872,259 00000000000000000001226ae6fa724f2f02e2c2c060b4641e0efa7040e292c8 1.87 MB 3,947 4
872,258 872,258 00000000000000000001e7686d0b69fe17afa97f6550d2280fd950467ecb402c 1.69 MB 3,201 7
872,257 872,257 0000000000000000000279adc1399a2651a11832cc86922a6e287cd2386ca640 1.66 MB 2,218 4
872,256 872,256 0000000000000000000272b6d3adab3d2a43d2e4f19f84ac36726a951749d001 1.59 MB 3,642 9
872,255 872,255 000000000000000000026a4d82531624e89ac0cbe127eb6c1307ef99ffc1f61b 1.56 MB 2,922 8
872,254 872,254 000000000000000000021a66f29e2a448fa11a05f4b925f6788caaf718c4ba6e 1.59 MB 3,513 8
872,253 872,253 000000000000000000018886442e0ca196df041d77709579dc4ddfce22b15daf 1.59 MB 3,640 12
872,252 872,252 00000000000000000000baffffc6a8ce3bfa71ac7630f0b643c7a2ca5e8a6e9a 1.42 MB 2,274 5
872,251 872,251 00000000000000000000b559ddd97e7cef57c2d2a091e8e7dff7d8bb99336bb7 1.62 MB 3,103 6
872,250 872,250 00000000000000000001b322ec2ea8b5b9b0ac413385069ad6b0c84e0331bf23 1.72 MB 3,206 6
872,249 872,249 000000000000000000002947e448d0e21835891d2c27d77d1448d41e652139e2 1.58 MB 3,746 11
872,248 872,248 00000000000000000000335579b8d7239d98915a92021e90681b8a210e54ca88 1.63 MB 2,140 6
Previous 10 blocks ↓
Total Size: 704.77 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,659.70 GB sent, 243.49 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.