Memory Pool Memory Pool Refreshing

5,085 transactions
1.42 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
2 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,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,666 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (302,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
605,478 605,478 00000000000000000012d7249aae22d6afbf5150260b24f3cb21666cae8e8eab 1.14 MB 2,946 26
605,477 605,477 00000000000000000007f9242d49cb82860499211cd8f51801caf4bb89b16e2c 1.18 MB 2,602 27
605,476 605,476 00000000000000000011671ee2033ce3f2fa0fe38c8d577572094d360d24fb0c 1.32 MB 3,116 42
605,475 605,475 0000000000000000000b2f8b71825cca5c81308f09561c4c0f887503133f43dd 1.27 MB 2,579 42
605,474 605,474 00000000000000000009ac06837bc13222a6f8478c8b4a7bb24c23d52c903a9b 1.26 MB 2,379 35
605,473 605,473 000000000000000000115ea7de1819a2106ed3a63e312b2f48a3760697932887 1.35 MB 2,865 45
605,472 605,472 000000000000000000100b213e62d7e033e01078efc8299d1d5027d80088daeb 1.36 MB 2,991 48
605,471 605,471 000000000000000000123ed6e4f8e0232d72f951436ebaa808654640338c500a 1.32 MB 2,933 44
605,470 605,470 0000000000000000000cfbc60ea0c45858e2e753710f55eb3a7a414e90a88988 1.28 MB 2,415 27
605,469 605,469 0000000000000000000971525a08a9647e5b63244a1e76944da15921114d661b 1.24 MB 2,328 34
605,468 605,468 0000000000000000000846fb269c219a4d22ddf28d7ac0d67e3cbf66130578e4 1.41 MB 3,167 34
605,467 605,467 0000000000000000000a868e3305f1b93090243066106fd0c08c2a5051e3a23e 1.22 MB 2,685 44
605,466 605,466 00000000000000000008233b2344b0ced7d61b17b4d69166e81301b9cd000f13 1.13 MB 2,236 64
605,465 605,465 0000000000000000000c87968019b92a914fae779f0b9f53842d3e6fd3baa247 1.03 MB 997 81
605,464 605,464 00000000000000000012443096621ddf9d9c963fb09e231b067aa914c6f5875a 1.06 MB 1,708 11
605,463 605,463 0000000000000000000001906fd2657c2aa87d80a1dd31af693c7507cd31179f 1.14 MB 2,305 19
605,462 605,462 00000000000000000004dbd980a9b0a1e67c85a7e1e18d5cb93aa9f59af30a31 1.26 MB 2,951 36
605,461 605,461 00000000000000000003aba9e09de07a59cb61276ccd14054c33991984598fd8 1.18 MB 2,415 34
605,460 605,460 0000000000000000000fa465359b77111fd88ddac6fbd9621ed5b632f7497f8b 1.10 MB 2,784 15
605,459 605,459 0000000000000000000b8587b9f70f993bd53188245f1f6760b5f99f1f1bde55 1.22 MB 2,754 28
605,458 605,458 00000000000000000001e556fe28bb54530bbc2d335ded78b6d5c46f5333e7ae 1.48 MB 2,262 31
Previous 10 blocks ↓
Total Size: 769.19 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,633.72 GB sent, 93.91 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.