Memory Pool Memory Pool Refreshing

20,214 transactions
15.70 vMB
Show Random Selection Loading Transactions
Max Size: 91/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
902,918 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 2,729 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,917 (701,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,120 201,120 000000000000023c609c7ff60593fb970692ae320e8297e4112994a52ee0424c 0.03 MB 63 184
201,119 201,119 0000000000000354252aaed5ff634792b8f133f82ec11c41e4bba0c228e64312 0.06 MB 119 132
201,118 201,118 000000000000023b2c45f73d662bce32c69750e0d2bb67a6a54d290b71909e8b 0.05 MB 166 123
201,117 201,117 00000000000005556a05a602d11ebbbe7f085168c1ae52529f3ae5f77046b671 0.18 MB 466 155
201,116 201,116 00000000000004f17c5f677e1714e5a68f14d8fac26a4ca5b872ff01f0be8cdf 0.00 MB 15 0
201,115 201,115 00000000000000ab3a39cd623b6d7c9d2e13f0c0e1495d05ac908a44d695c5fa 0.03 MB 54 95
201,114 201,114 00000000000000cd5c8840073dc515800c23c6bd83b6a6d51300d26b512b17c0 0.06 MB 107 92
201,113 201,113 00000000000002a8aaed231f9c6b17cbb73b8bbc168d92f08f28a07023bed425 0.04 MB 93 86
201,112 201,112 000000000000020bc4331e8eb28b3433232911e8054579e29605ff2772fe804c 0.05 MB 111 86
201,111 201,111 0000000000000000e9c4a894c39a5a0d8723405a80f12895c75dfde3a766a033 0.20 MB 496 203
201,110 201,110 00000000000003a39ffc7cea92876aafd2acedaffabef212f109604633e22b11 0.05 MB 134 109
201,109 201,109 00000000000000d20b9c6a0dbc0676757bb6f0940453cc16c24511723b916c49 0.01 MB 13 38
201,108 201,108 00000000000000f5dadfc7d20cb6b10612ed110d401fe655d99c64a8748fe1cf 0.03 MB 84 149
201,107 201,107 00000000000001db8f3ed782a2d7a673cee1c1c581f51614c943e3075f5f7c67 0.07 MB 152 111
201,106 201,106 00000000000005381541567789016fe479ff527f97d2d4e5c5049ce325efed76 0.01 MB 28 245
201,105 201,105 00000000000000c21bb2e89b1ab754efeb4b98a79ba276e3eb031474c4a7eed6 0.04 MB 104 130
201,104 201,104 00000000000003de98cfb19bad6a3ea6e4490103d20b1212bcec5f20568327b1 0.04 MB 98 140
201,103 201,103 00000000000002c08c417924a5c4c6a06b0a5539eb1c1968997a9f795d227c04 0.05 MB 157 39
201,102 201,102 000000000000046527982229796110156e5c3615c9ab80220ce8b775280199b9 0.07 MB 62 74
201,101 201,101 000000000000048874b5c2bc909d50516b8bcd1eb640f6289b665f006fa355ef 0.10 MB 94 54
201,100 201,100 00000000000002ecf5f71a6d163fa4960a49a415f65209b5d3cc87f94dfed3fe 0.04 MB 106 88
Previous 10 blocks ↓
Total Size: 760.76 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: 908.82 GB sent, 50.36 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.