Memory Pool Memory Pool Refreshing

5,289 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,110 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,499 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,109 (745,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,808 162,808 0000000000000804c4ef13f3c8919a7461e3d9c025eda356fc2da95716baad6d 0.04 MB 79 67
162,807 162,807 00000000000003fbc83947e4f204e3db0b91ca72d1e9fad0ae2f01237f78bfea 0.04 MB 111 111
162,806 162,806 000000000000045ebc528e7f3ff329bb9eba349cb45bf69369c6134ed292696f 0.05 MB 98 102
162,805 162,805 00000000000009c1bd14d94ef6b6ee0e712741e5711c66e4370c88c10eeedd44 0.05 MB 101 959
162,804 162,804 00000000000000410e015d236d72f4b5875eb5bd2b06688e1d4c88af0a2720bb 0.00 MB 9 0
162,803 162,803 00000000000008096ac64e38bf63788fc367bb09cae94321ec1e33571989b2d7 0.03 MB 14 48
162,802 162,802 000000000000075671e48c31c187a2724aa49bad7de76d6f0528edd6728484c0 0.01 MB 19 31
162,801 162,801 00000000000003f6ba9b1eb43e1d539bf3b50b2b12007527425d9ebbdbcac863 0.03 MB 54 64
162,800 162,800 00000000000003459152238d54af5a27bd3054ff043b811424854ba34856197d 0.00 MB 1 0
162,799 162,799 00000000000007767f4e3bd6c0784a0a3db06312845122a8c69ca5ad89eb21d2 0.05 MB 88 70
162,798 162,798 00000000000001c1003890926dcd0e8cbc224010f09a2448a51dadab1a79393e 0.01 MB 24 99
162,797 162,797 0000000000000121a9b366d9ef358f3169413e43c90cacf985b3da533887b63b 0.02 MB 83 2
162,796 162,796 00000000000000dc28277ffe247a28cfc5861dd4a53875966f55b0bfeab02d13 0.02 MB 58 86
162,795 162,795 000000000000040c5d04aaae87e077c1a60dce898872b12f3c92eea043655b33 0.05 MB 78 216
162,794 162,794 0000000000000665a29fd6c6fdaef3f11d0b9fc93dd0a76b1d9cdeb1a014283d 0.03 MB 69 510
162,793 162,793 00000000000002aec2792adce549f0757dcdc6ce8dbc53372532ff403626227b 0.00 MB 1 0
162,792 162,792 00000000000001e7a96acbecde4f3eed6827a904e30a72f02a8b3a3f4b24919a 0.03 MB 56 61
162,791 162,791 0000000000000a79b6f5740ad556193d530dbc440ad81e4bcf3286f7147d2549 0.03 MB 94 7
162,790 162,790 000000000000075d7a32c9a38f1c36f0412b765d9d39298dfe2198016f4af656 0.05 MB 98 25
162,789 162,789 00000000000000dc4779ddc70ad6b8269348e2e100438392e21030d7229b9dca 0.02 MB 45 563
162,788 162,788 0000000000000c95494447b85ab071c5182287b7193e10293f84ed52bbb774e9 0.02 MB 53 59
Previous 10 blocks ↓
Total Size: 769.75 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,679.51 GB sent, 96.64 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.