Memory Pool Memory Pool Refreshing

3,253 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 sats/vbyte 6
1 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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,412 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (164,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
743,663 743,663 000000000000000000013a5819a621021938f8fce648c4ef35c38b6fc8d04d2d 1.71 MB 2,467 7
743,662 743,662 00000000000000000001c19c8f1aa9058c7092503c7fad3053ffbe5a81fea728 1.67 MB 2,945 13
743,661 743,661 00000000000000000000cc5645b3a30a23768b4cc8697fb2dd0baf4fe442fbd5 1.34 MB 2,982 28
743,660 743,660 000000000000000000024e606801af6cc77394a4dacdb380a930b875110ce7f3 1.57 MB 2,461 14
743,659 743,659 00000000000000000004da18568374915b518fee36074c40249af54740054543 1.47 MB 1,693 11
743,658 743,658 00000000000000000007d36f2bacf08a997b878cc55a586a5c37781c2396d122 1.37 MB 2,636 23
743,657 743,657 00000000000000000005232f67dddaf0ebbae92365984079d74a86d652b389f7 1.06 MB 1,756 14
743,656 743,656 00000000000000000006419de9db058c5475b07cc6ac5a3d9f9d1e9c5b6ce5a1 0.02 MB 45 19
743,655 743,655 00000000000000000004301689264fb0994cc4bce41949b372c403fd762d731a 0.38 MB 344 8
743,654 743,654 000000000000000000077ceb1534cc4ee773f69fe50ba6ac79ad7562497e7a40 1.61 MB 2,733 15
743,653 743,653 00000000000000000004bfcd8da4e2b014687a7abc627ad1114c92bdf4195710 1.20 MB 1,186 7
743,652 743,652 0000000000000000000408c3949dc4ea9a77c5df39a13e7a4fef058b31df5390 1.66 MB 2,311 9
743,651 743,651 00000000000000000000ae8cc5b1b1206a64a19830e1dbc58684d0dda8f3f529 1.71 MB 1,698 5
743,650 743,650 0000000000000000000692fbb6bb22a74bfff98e0478c7d893586a00ce8ea50b 1.76 MB 2,046 4
743,649 743,649 0000000000000000000284119a390b8ef4534eac8bdf1c1c81af67c571e6b164 1.57 MB 2,843 10
743,648 743,648 0000000000000000000829ae175f5d826f5cd155f7d3b17a7cf910125eb3708a 1.64 MB 2,276 8
743,647 743,647 000000000000000000059fb6b66e5252bc3d0bbf3cc160028c9a41de635588ac 1.42 MB 2,845 21
743,646 743,646 00000000000000000005291a9fc0c86c922e29f1f7d035476a8e563ec68b35d6 1.38 MB 2,478 21
743,645 743,645 00000000000000000000f218f5eb8adcdc111678b795ec73ac534f60eeb11259 1.58 MB 2,640 14
743,644 743,644 00000000000000000007c3ca062df9931ce13ae41ebd3582d6bb71b07b688daa 1.55 MB 2,701 15
743,643 743,643 00000000000000000004901ce77d517f3b7905be5a7b0b56849ca1c601c6fb1f 1.66 MB 3,387 15
Previous 10 blocks ↓
Total Size: 769.30 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,642.66 GB sent, 94.43 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.