Memory Pool Memory Pool Refreshing

3,764 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (62,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
845,283 845,283 00000000000000000002a7e1daefe835b7a27f2f4f409d1fc74c0e3b51f7b3c6 1.75 MB 7,026 8
845,282 845,282 0000000000000000000084f3ceb9ea912d1f7d132491efa1dc55cc84aa35bbae 1.77 MB 4,796 10
845,281 845,281 0000000000000000000200665460334f8423acdc121da7613f2134c198c4f319 2.89 MB 2,797 8
845,280 845,280 0000000000000000000222dc80963dd2c57f17f598d74ae1137e3e06fbdcba92 1.96 MB 3,944 10
845,279 845,279 000000000000000000014d945c2d2a9c339d4bba2a4c27aeef6408a094b32394 1.53 MB 4,488 11
845,278 845,278 00000000000000000002dc287beb2954504180498b986dc9b3f3738b489b67e2 1.77 MB 6,664 8
845,277 845,277 0000000000000000000121c1ad4c24a4e6a5e2f0d74bb188c97fc15b553ee23e 1.78 MB 6,548 8
845,276 845,276 00000000000000000002dd2106fa146319e38e856b690534213ebc5310398c71 1.59 MB 4,235 12
845,275 845,275 000000000000000000034e38ad596fe18e6b2e8e07a3c44134d35081c0e7f28f 1.43 MB 3,398 11
845,274 845,274 00000000000000000001a4d9be1624a7df394b37ea89275ca3d57c309ff496e9 1.63 MB 4,517 10
845,273 845,273 00000000000000000001836aa94012c09958f1b7b0b59d1628c56ccbe4117f95 1.87 MB 6,494 8
845,272 845,272 00000000000000000000c73841ce91ff8a77dc6f224819453830cfc779af1440 1.78 MB 6,719 8
845,271 845,271 00000000000000000002ba5e32e33ad81a3d412506704a384abe04042424fe12 1.58 MB 4,825 13
845,270 845,270 0000000000000000000212f374808bec8b9338f4aceb6e7002bd38438bbac0ce 1.79 MB 5,845 9
845,269 845,269 000000000000000000030176bb91a88882d3cd48c1039db92cd5fb988554a228 1.80 MB 5,876 9
845,268 845,268 000000000000000000011ec83db14bfc357c2fad7c73c0060d4ef61b9c7b937b 1.74 MB 4,929 10
845,267 845,267 00000000000000000002ff6b91c15e9dd4e7fd1438cb0670cf67c6877f853784 1.83 MB 6,629 8
845,266 845,266 000000000000000000020ac8703fd8c6d736ac5ed151141cc7f9f7f2bfc2b58c 1.75 MB 5,651 9
845,265 845,265 0000000000000000000037c50be942aad7134e1c492a4753b61aaedde638836c 1.60 MB 4,798 12
845,264 845,264 0000000000000000000073f5ce49a9c0f011b4f74f156ec8dffb68f5ecd0a1cc 1.71 MB 4,853 9
845,263 845,263 000000000000000000013485be17a69b986ed42ba33e6f8314c687ddb972cd30 1.43 MB 3,929 10
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.