Memory Pool Memory Pool Refreshing

591 transactions (0.13 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,136 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 533 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,135 (852,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,115 57,115 00000000146cc82e64349b62073a46685708d6b0e81f299b27f9a466e762457d 0.00 MB 2 0
57,114 57,114 000000000e37d44d9d6948d27faaf7fb973e2746a1ceb06d845a35de0a107639 0.00 MB 1 0
57,113 57,113 000000000a37f02d88416d6a0b4e27d424045741bfb19221092396eeb5c355c0 0.00 MB 10 0
57,112 57,112 0000000003dd71ae0188435f706dda58dd932ef74d3f607076777677c5c31240 0.00 MB 20 0
57,111 57,111 0000000001ef2fa49ae8a91069559c483f6cbb8cd8780c14d60643f9b84307b8 0.00 MB 1 0
57,110 57,110 0000000006e0d9c4ac320dc4695210b26d6264193f0420c7d36fe355f9c88d8a 0.00 MB 1 0
57,109 57,109 000000000a2a12729970a405e7f82a808c8375cad464df34264cd75217cf544a 0.00 MB 1 0
57,108 57,108 0000000006013c6f5a34a3923dc3c54f4695b157bfa1ab6c85dff9dc76e2ab6a 0.00 MB 1 0
57,107 57,107 0000000006a46f55f25bda3479f44d6ef871d5bc298ab8106797522ad884b032 0.00 MB 1 0
57,106 57,106 00000000086cf7e6c10e5a5b947600f08afbc682ec344f8146ad89ae177a0b98 0.00 MB 8 0
57,105 57,105 00000000034429c300ab7d75628e90064a4235bbb83bdfc1075cb7ac63f98d36 0.00 MB 1 0
57,104 57,104 000000001390c975f5743763d83ac30e7384ad4eb146511f48823116b44ce8ca 0.00 MB 1 0
57,103 57,103 0000000000d2e942d0d981dbe80c980bc4f5535bcc7990d7f9f5d4007f54b7d7 0.00 MB 1 0
57,102 57,102 0000000011d448316a2b66d4f3d7df8f8e10de8d78deb378836a06ccbb42a5ea 0.00 MB 1 0
57,101 57,101 00000000057e2ac6c9c16a938607d6fef889450108ad28750b51faefc6cb6464 0.00 MB 1 0
57,100 57,100 000000000175f963aeb163e182f7d2035dcb4f6add2e821edb61c2101375b901 0.00 MB 1 0
57,099 57,099 0000000000f13722c07e6f024107f8777837f705b970eabbd758b84517defbc8 0.00 MB 1 0
57,098 57,098 000000000f3f4ec9a04311e6ed8285b3ff4232353ede670a127b4e5e1c28ae92 0.00 MB 1 0
57,097 57,097 000000000df59185e6ae6988d85600cc7e8397dc84fae1db2e507e6118743aba 0.00 MB 1 0
57,096 57,096 000000000868c6b137829d57e9cf37ebf4b8bf275764789a71bbff458502694c 0.00 MB 1 0
57,095 57,095 0000000009169117cde4c6fa65cd35f938f67358b7db28c9d7e820cd9c21e567 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.79 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,951.32 GB sent, 106.57 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.