Memory Pool Memory Pool Refreshing

17,500 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/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 ago 1.00 vMB 3,381 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (729,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,124 178,124 00000000000003a91228e4dff272bf34145488c81c98f537c0bd0d7dff723b28 0.02 MB 45 157
178,123 178,123 000000000000074bfff7356871b26a62f18ee60d86fbc00fe769e10902d436d1 0.07 MB 173 120
178,122 178,122 0000000000000583451e3795919b1afbc6c6b96a0da71773015999a70da6aeb7 0.02 MB 61 103
178,121 178,121 0000000000000277af5f94c7887a89861e7f8527e2baa7ffd688ecf868fc9a0d 0.02 MB 35 496
178,120 178,120 0000000000000199f0149df94472fdc61754790ad07b6db782cdd76c5a8aa6f9 0.08 MB 163 114
178,119 178,119 00000000000002e446e9d3966af7796a756f3496fcb8474a84165da51adea266 0.03 MB 97 31
178,118 178,118 00000000000004ab0fd0b3339427847c713ecfd68f99a2686d1acb37b425b11b 0.07 MB 205 116
178,117 178,117 000000000000096db1f442923088d9007879642685766bacb65cd0dfe5f5f207 0.06 MB 136 102
178,116 178,116 0000000000000051a3e3ef3f3e12fba191e58fab590b0ef7031708befa4196b6 0.05 MB 97 55
178,115 178,115 000000000000034b940e9c4e17d9d5c80fe54b17290f01dedc53896ab4bf4117 0.09 MB 158 112
178,114 178,114 00000000000004fc776ae090d96f281626d85903d761f329d49721168bfdc37d 0.03 MB 79 93
178,113 178,113 0000000000000a43e1524d9f748cab6741b183b450daa99ab7fafb06a34b8281 0.01 MB 21 78
178,112 178,112 00000000000002995680d5ff76e51e64321175c73a4075c9d86ea2301464a755 0.00 MB 7 135
178,111 178,111 00000000000001b3c42d353d0d147a7e089dec741be1b8914603cb68dfea06db 0.02 MB 43 153
178,110 178,110 0000000000000881a068fa9098187981bcede17abe96618942302c2111b9d3a7 0.04 MB 107 64
178,109 178,109 000000000000072994dc81662a6e6d6ed98d415d6dfc27c1551cad3c4335e773 0.00 MB 7 414
178,108 178,108 000000000000014ba356d38a192f5d2db3825b215eb791f046462a33983aee9e 0.04 MB 110 101
178,107 178,107 00000000000006db457e40619b74a07fe1698533dbfc513c16b56e4bf6cb69d3 0.00 MB 12 32
178,106 178,106 00000000000009b318e28a4daa0cc5614c6aed8abcb08e38467935938ce2df25 0.02 MB 40 95
178,105 178,105 00000000000009003073e54a7be4f365682b62eba61fcbc97999d7573aba621a 0.02 MB 57 92
178,104 178,104 00000000000003870350f21a5dd5a412957bae595e094ecfda4bfe98fa4669c2 0.00 MB 11 15
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,623.70 GB sent, 92.98 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.