Memory Pool Memory Pool Refreshing

6,159 transactions (2.21 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,791 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,972 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,790 (880,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,147 28,147 00000000d07a8584c19f5ad082e54481de30179e9409e80b2a43347399aefb4e 0.00 MB 1 0
28,146 28,146 00000000161fbd54bb00d3b6174b5529969850143f2fa9e386b9b6ae3ecf0651 0.00 MB 1 0
28,145 28,145 0000000012f55d5c66418123b25322b83cf0fdbf1ce781a6757033221d4a06c9 0.00 MB 1 0
28,144 28,144 000000001d4e4199b82c07103bb21871bdd67f29d92e5ad97933d0c05a90ce5d 0.00 MB 1 0
28,143 28,143 000000000fc402887dbaa840813a8a16528b77973c167e83108fc1853d4305d9 0.00 MB 1 0
28,142 28,142 00000000a6a03e582fee5d599ee259c888dde44cfe67ff2b881c18782e3bf468 0.00 MB 1 0
28,141 28,141 00000000a1aedf65c10974dc3dd456c77651f029f5fe9249ed442150ade40c73 0.00 MB 1 0
28,140 28,140 0000000034e5465aed66ff0fae6818a2d4c2d9069d700d69b35dda6218a4de70 0.00 MB 1 0
28,139 28,139 00000000e61c83b4bb56fd363aa1ab125e83fca21157a2e5a89700ccdbac51b7 0.00 MB 1 0
28,138 28,138 0000000029107d814785b927c7d33e16ca86098a006177d73f4f91d210c07324 0.00 MB 1 0
28,137 28,137 00000000a85593eb6f984eebacba4eb8856beaf3cf5241a86bfc9277e02212c5 0.00 MB 1 0
28,136 28,136 00000000117db165d14473f70f9a2b7c70599c4bf20c5f5e5346e64ab8b6fded 0.00 MB 1 0
28,135 28,135 000000002dd6669b9264d72b7b063f9c54f465b560bb8e9eeecf5e669ad0a728 0.00 MB 1 0
28,134 28,134 0000000056f780bc6c48c10b8fdabd5ca03a8616d27ccda7620845242b6b5184 0.00 MB 1 0
28,133 28,133 000000002badc3d9d9ef3028fe96180651477d291e59dfd69119cca8be777319 0.00 MB 1 0
28,132 28,132 00000000221f42184eb69e108dc1910152705bb6ddc57ba10e437573dbc69984 0.00 MB 1 0
28,131 28,131 00000000e47601038e470477fa2b53c7947a2af8b1d4d4f6c4683c30537dc9e1 0.00 MB 1 0
28,130 28,130 00000000f7f8905c11fc939500d0492d5ad0c69d72938c1545988b9f98a99def 0.00 MB 1 0
28,129 28,129 000000006b8b47a74bc900f9e62de7125458ed7f5af1c580ecdc20e11e4e6abe 0.00 MB 1 0
28,128 28,128 00000000b3915a40c969784b65041692bc4b2a904cddfe2dcdcc3b37c4739ce1 0.00 MB 1 0
28,127 28,127 00000000fba9cd0f1d03152f85fa9e8e1535091aa2a291721e53bddd7ac63b7a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.17 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,857.16 GB sent, 102.91 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.