Memory Pool Memory Pool Refreshing

9,297 transactions
2.77 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
907,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,383 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (734,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,214 173,214 000000000000041cc0ac3223659f90f3aa18f22283d44e5450a2abeb18b2b777 0.01 MB 23 65
173,213 173,213 00000000000008626d4c0a0f2f1eb0c606483d8f99ff7731b08e3c62f3f37a6e 0.00 MB 1 0
173,212 173,212 00000000000005ba8e072d67c7421b17ccb7645b80cf24043ce398079a9b4c24 0.04 MB 60 185
173,211 173,211 00000000000004cac32d3773c18a668b8750ace8339569383c304a708bee4703 0.00 MB 1 0
173,210 173,210 00000000000007c16329a49cb96c838a7cc097e05b74c5732242c6fd0bf1c655 0.02 MB 51 131
173,209 173,209 000000000000090ca1b9da991bbdd06ac7ebb42fe8afa11093a2b7b6701fc97a 0.01 MB 55 45
173,208 173,208 0000000000000a0436438b54033b567b9cca3c3ee26aff2d8507045497233d98 0.00 MB 4 0
173,207 173,207 0000000000000add90b4f4e81246bdfc44b7bc4bd231ef483d99e192d82f3522 0.01 MB 37 161
173,206 173,206 000000000000080c1ed5fa09f4a93b1fad7eb10616e2b9977082e9a558d4bc29 0.02 MB 45 326
173,205 173,205 0000000000000a7e7dcfb18fa90567fff2fa0d6ffe1e0e3c6a4bd3818cf8a9dd 0.00 MB 9 17
173,204 173,204 00000000000005c3fe0594b0b2df81ccd27f1394731ed52c878e517e8f5ae751 0.07 MB 147 216
173,203 173,203 000000000000026ec57da779f44b43c366277717a2b3ab23a10fc4f91df335d4 0.03 MB 70 108
173,202 173,202 000000000000080b9e754e461e2369dfa364d4eda76b1ec53ccb5e4999adb1f1 0.03 MB 118 80
173,201 173,201 00000000000000cb371f408a9a5791227339807de288665e8ca55d81147b20ed 0.01 MB 18 78
173,200 173,200 0000000000000a675a17e80b40f7f3729a42568263374debddfc391e4c4ee71a 0.03 MB 49 98
173,199 173,199 0000000000000834b89b8a3a4ba7cead4b36af9be40100fae6dfeadb1bf1dac9 0.00 MB 1 0
173,198 173,198 0000000000000760e78d8395ffeeca1e56ec6b6114131d64f2fe7ee2e09c2712 0.01 MB 9 26
173,197 173,197 00000000000000e204fd19e1bca082975b6460b2ed97a8fae1a344db1a1f6ff8 0.01 MB 22 317
173,196 173,196 000000000000028dd1d4900042c73ad00c19d71cd7093b3634b805500cb2d687 0.01 MB 37 5
173,195 173,195 00000000000006aed8647afde5d130a35a6f04301b742bbb0fe9de1fe2eb47a8 0.09 MB 127 70
173,194 173,194 00000000000006d7c6e61c4c6c1a479e81a15ea513a1ebcf82965a03f77d2666 0.00 MB 15 47
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.