Memory Pool Memory Pool Refreshing

8,240 transactions
2.73 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,844 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,309 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,843 (734,356 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,487 173,487 000000000000036e02acea1f42f75337298d729d400bd9e7530cb675fc000eee 0.02 MB 61 326
173,486 173,486 00000000000005a886058d13d6816e74b062f6fa60d386fa396d4189580712ae 0.02 MB 56 194
173,485 173,485 000000000000038cc7a9e0f12a421c1da694ceb9a42a0c9e7e64e0de3c101a56 0.00 MB 1 0
173,484 173,484 000000000000079f7ace354f8a6e48cc8287c2dac65b180a3452b700736cc577 0.03 MB 115 11
173,483 173,483 00000000000005f22a89a706bee734cedbea74d32b54943cf3eed6c841e4c5f9 0.02 MB 50 501
173,482 173,482 0000000000000318dd10a32cb3560ffd82979fa97069cbac1eaedb66a0d87a35 0.00 MB 17 11
173,481 173,481 000000000000087803867a092e09203014ff60bceadb9dae1ecf4a1665cbef6e 0.05 MB 126 204
173,480 173,480 000000000000039bf19943c045aff2fa5d15aea2fc3a0d8705d4b18e18690a18 0.00 MB 12 44
173,479 173,479 000000000000098580cc14ee2d9eb7fe599a14a4d835c69e86a636a47d858ee0 0.02 MB 25 11
173,478 173,478 000000000000070b75a6917ee8290f7ef6594f47ccc139b07e0a0dab5c769116 0.04 MB 85 68
173,477 173,477 0000000000000255ee826f180a8be5b1073a12a3c2b84cb1038a0d7fcc7ed2ea 0.03 MB 48 76
173,476 173,476 0000000000000004cc16f0a13ea2a45bcb029e49e6e6dd1113e36b02a78c2e5c 0.03 MB 48 391
173,475 173,475 00000000000007e278343f5b6824e1d9628602bff988ff71b87b4793858c6053 0.08 MB 104 156
173,474 173,474 000000000000081701178c91a693406a0a00ecc8f8b7c1ae651aa233c092e1ab 0.00 MB 1 0
173,473 173,473 00000000000009a1a63f6ca8f4949ccd25b07c9ba2bd3602249b27f1e7f658ac 0.02 MB 47 164
173,472 173,472 00000000000004576e81c531c8692f754103a52c3b428d1f0c0ae6d1bca48833 0.04 MB 111 94
173,471 173,471 00000000000007798d330f99602b3eaf4c0bd1ed94667ffbfa0a6261e24a67db 0.00 MB 15 37
173,470 173,470 00000000000006e56958be761147b0bdc1bd7189d648780f5b361dc21450fac6 0.05 MB 142 39
173,469 173,469 00000000000006a8e69f6c76fe11b12ddd9675923f790cdecc40fa216d526387 0.03 MB 83 120
173,468 173,468 000000000000091cbdec1d4c3c08cae19353d41cc95bbfbb104462b02d9101fc 0.04 MB 89 222
173,467 173,467 00000000000006ec7abd901c2e32ced16db2a3eff26217604d768aa4420cb182 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.25 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,635.14 GB sent, 94.17 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.