Memory Pool Memory Pool Refreshing

26,556 transactions (9.83 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (9 blocks)
  • 6 sats/vbyte = (8 blocks)
  • 7 sats/vbyte = (6 blocks)
  • 8 sats/vbyte = (4 blocks)
  • 10 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 53/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,910 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,867 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,909 (865,726 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,183 43,183 0000000030a431628682d4afc16e1840142937ef257335d22a15b35b08271ab5 0.00 MB 1 0
43,182 43,182 000000004199707a5144076cd549280b7ccbc838b91a76f40d903ca1e4211a19 0.00 MB 1 0
43,181 43,181 000000000a30a99fa1c699ee5367aeba7e5c2a8d12d3f1084e5147a8c77db051 0.00 MB 1 0
43,180 43,180 00000000120e9d9035ea0539e71a727a1a1ae6b7d5c525765d9fb6d8aa725cf3 0.00 MB 1 0
43,179 43,179 000000000cb09da16b0814942cc8d89a15e9841eb5d44d5d2874963f1313ebd3 0.00 MB 1 0
43,178 43,178 000000000b5611b96fd68ed811d9b25de46f8f5882d8274bcd25452f6cd31d3e 0.00 MB 1 0
43,177 43,177 000000000180b9cc83059a0338f15ccf4ff95abc91a683909c1711aae77de795 0.00 MB 1 0
43,176 43,176 000000002a488fb9dbfe93b282638d8a350466d142e19d720c69b0e0f167f30a 0.00 MB 1 0
43,175 43,175 0000000004b89b40a5d54da2541887668bb77b644ebfa87e0bb6d71f3cb56552 0.00 MB 1 0
43,174 43,174 00000000318c8584bd827e545459b0e5c56ecac7d603a52081a84c96a231bfc9 0.00 MB 1 0
43,173 43,173 00000000173c742019de4e10de8b3dc083b4411681cfcabe74d2f925518f3e5e 0.00 MB 1 0
43,172 43,172 00000000301890a8bca52ec0de26e9f5955d3f8f72c1fdbb455d35c3a6096a6a 0.00 MB 1 0
43,171 43,171 00000000176d530f1664d8df036f3982556791d926a79b654e0acc011b0f994f 0.00 MB 1 0
43,170 43,170 0000000020ff80a9a4377604cdb60958e3ac39ae861cb64e7dd29756e9695ea6 0.00 MB 1 0
43,169 43,169 00000000349d9793ac7e7b647550619cc00fdc19041f5a21ee05b6cf8c08f446 0.00 MB 1 0
43,168 43,168 00000000437b8ed373b70a91e68d8249b63aac6e05119983db15804457179dcd 0.00 MB 1 0
43,167 43,167 000000000fd3c32c48be6117608de4340a8ef754d59d0c32b2672e22289968ec 0.00 MB 1 0
43,166 43,166 00000000191ced1d43798b2796e989f56d2d9efac18d729f1d6a7884c3f5f5bd 0.00 MB 1 0
43,165 43,165 000000003a9301981d2a27d11e7ec4b6b1d58392c77c0ce80163ba126b4593f0 0.00 MB 1 0
43,164 43,164 000000002679618e26b74193f307a05e0be234040a53c558aa9ea4b6f4451b95 0.00 MB 1 0
43,163 43,163 000000002f389df2fdb5bcf136c9c0e295d22aa6a3037c88e83c4bc066cd110b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.38 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,863.90 GB sent, 104.31 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.