Memory Pool Memory Pool Refreshing

16,467 transactions (4.21 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,166 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,262 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,165 (886,022 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,143 23,143 000000000d9828c51d0c60e83a12241318d681eb0cb5f375104809f2da5b69f5 0.00 MB 1 0
23,142 23,142 00000000426df328eb8d19ab3e039eb4953b00a41591ed0e0398cc4b2b6c54dd 0.00 MB 1 0
23,141 23,141 00000000bd55246b7a7f308f4c0fe19bb898529f210c4bccb05504b0946c1b54 0.00 MB 1 0
23,140 23,140 00000000e1cf0d112ca360cba3071abadfe81052199a5162fad82dd9ec8da426 0.00 MB 1 0
23,139 23,139 000000001c20fdb39bcb570b509b16608172b67b9cc2c982308c39d932374809 0.00 MB 1 0
23,138 23,138 00000000781a0bae3527a4cd99fb1d88028e4de9ae9553e2f1c3a93f0efd0b27 0.00 MB 1 0
23,137 23,137 000000004ab890c0ea606cf91111e28c013be114fdb068477a2323670ef66ffd 0.00 MB 1 0
23,136 23,136 000000002671b56416af414c007ce2e111dfccd7687af4c1da45e8dbcb9bfbfb 0.00 MB 1 0
23,135 23,135 00000000e505dd21a9a9c593e79dc0df2b6c6ab689593f684c3221621b891fc3 0.00 MB 1 0
23,134 23,134 00000000684787ab5c88397aa4c9ac73c630a2a283b40ffcfda64db4cfac0ea4 0.00 MB 1 0
23,133 23,133 00000000ecb5bc40e77a6afa89037a29f1663e6e5343efda7f51748fc95de8f1 0.00 MB 1 0
23,132 23,132 00000000d883a1cb88e572bb25b9bd567a3b4a3d54f685651283f20e8e2f884f 0.00 MB 1 0
23,131 23,131 00000000672ef9395f27301f03c6af9cfa249762c4cf25de36197f30f344ce37 0.00 MB 1 0
23,130 23,130 0000000051bf56d7608fd9135ac078564f46d53c8ef36eaec5f3b327781a1e23 0.00 MB 1 0
23,129 23,129 000000009062dd0b448fc174eca46016228c174c52aa5928e0c43663943dd5b3 0.00 MB 1 0
23,128 23,128 0000000018b69825b35ec99c1e790feabf7f5fbc0abb92aacb5f4e9578ba10af 0.00 MB 1 0
23,127 23,127 0000000039a36327e5b3185c472601195ec356ac1d0d2c7418a725048863c0c7 0.00 MB 1 0
23,126 23,126 00000000e64d8de0f664913b372e54eb0b377f618ee18938d359d41e629e824c 0.00 MB 1 0
23,125 23,125 000000004484ae0cca24728f28f74d91550ca0d19842de1946649b4535670951 0.00 MB 1 0
23,124 23,124 00000000c5cd25ad743d778cd71a0b590960d01a3fbc12f34ff9f914d6f9bfe4 0.00 MB 1 0
23,123 23,123 000000007bbf26cbf6501a723b7b04df8d3789e8f5c3c85ad1b190655094e4b9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.85 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,977.66 GB sent, 106.94 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.