Memory Pool Memory Pool Refreshing

12,297 transactions
4.19 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,027 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (609,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,495 298,495 00000000000000005cd23a0128fc22b7f97a5a3f65723e6c7c1fa6135d357da7 0.08 MB 139 47
298,494 298,494 00000000000000000c18ea525708413e2411cca512f1674b3f55fc8ac5961eac 0.11 MB 184 29
298,493 298,493 00000000000000004a28d336af19379d155e7b1c29f30063b074baee8073e89d 0.01 MB 19 27
298,492 298,492 00000000000000000dff2a94341f380476e054f931cc70dc4f07d4fc4522f5d9 0.01 MB 36 38
298,491 298,491 00000000000000004941ce5d87020b57c57d7b571533a39c468abeb934929f57 0.33 MB 686 40
298,490 298,490 0000000000000000574af35c05c2c62d84516d02cb2a6ebae477a0e5cda68f27 0.14 MB 263 28
298,489 298,489 000000000000000039f261a337f2182e60f30d38b1648486f1e477cd4ee057f1 0.03 MB 54 36
298,488 298,488 0000000000000000693e225b4bd398d294b1ecfed42580796a692d4f6cd9c14c 0.16 MB 173 38
298,487 298,487 00000000000000004c6ceb4d00d2ce9de623578c07be6fe88910f197c445485f 0.51 MB 777 36
298,486 298,486 000000000000000034f8c079f2fc85666c49874e2f1e269bb56a9d152727de99 0.07 MB 128 32
298,485 298,485 000000000000000080af75fd82994c9fccfc83e84be74f427af38528b99f9854 0.09 MB 147 42
298,484 298,484 00000000000000002e89a0e03d41687ed0e1c68843838deb07e8c9c451586157 0.34 MB 429 21
298,483 298,483 0000000000000000045d216fdfda8b596795e0080ea75be368236f5053662f5a 0.25 MB 717 81
298,482 298,482 00000000000000005451c15fe0358376769d5b94ec722d6be25dd500d7725acf 0.14 MB 201 24
298,481 298,481 00000000000000005d3b0362f8d99d7ebcd35f80f4cb60ef01de6dfc871f7109 0.50 MB 860 38
298,480 298,480 0000000000000000801c668d43b1e2de39be8c9e82582efd1ad894075ae3f9c5 0.12 MB 196 28
298,479 298,479 0000000000000000506e518732130d54ca379ff68e19c7c402e1262477fad5f6 0.25 MB 493 35
298,478 298,478 000000000000000031e1f21c84c5729ae283458566650312c53eeb9750d3886c 0.45 MB 478 24
298,477 298,477 00000000000000006038902b6b16cd54681eb531411dd011099d665fd50e0ea8 0.35 MB 832 37
298,476 298,476 00000000000000001751a40842e76aec8309f6bcbfa7cde67f0ff152ae7e2f79 0.35 MB 521 29
298,475 298,475 000000000000000015813a5c00f0e5953bd4aef150a881b81e5b693cb840005f 0.48 MB 989 32
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.