Memory Pool Memory Pool Refreshing

1,270 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,256 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (606,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
301,699 301,699 000000000000000023d9abb489011c870381594388de572a3d8b5e984a804fef 0.54 MB 633 23
301,698 301,698 00000000000000001a65a07959ef4244a59f8607428e08696bbefc56d9288393 0.06 MB 88 24
301,697 301,697 0000000000000000564348f211f820da17f7f4a2a9737435cd5794374cdc27e1 0.07 MB 116 26
301,696 301,696 00000000000000001f2224c0a43dbdb0c58e45128cf48f900b6171fbb2c54b12 0.04 MB 79 29
301,695 301,695 00000000000000002f7dd31f022ca890077f22bcf5ad4c1ea839c53f9fd6a679 0.16 MB 267 30
301,694 301,694 00000000000000001b00644b38b3206604139bce6752698f849f35611ca632bc 0.28 MB 339 23
301,693 301,693 000000000000000007bd116dab70a72e602645e7c24be23406ccc8c0f0a436ca 0.10 MB 256 33
301,692 301,692 0000000000000000514736fa14919353d4c87ba59f330be858a54e86b701e305 0.57 MB 688 26
301,691 301,691 00000000000000001dad0bc68bab873be5395e76eaf1bb54654b67824e17ccf9 0.23 MB 144 15
301,690 301,690 000000000000000022cede5a5592e21d6b589356bdb56e86657c1889d798ee69 0.35 MB 460 24
301,689 301,689 000000000000000046adf5b65a0b6a699737a6ed5b673523a4f0a219412d2c66 0.35 MB 971 43
301,688 301,688 00000000000000007b56793d413d7360b683036ddfb4a88df2e1c58e26bf4338 0.39 MB 701 32
301,687 301,687 0000000000000000231c1dc84a0ac078c9fdf7173dfb32fbd8f1fc14da9e52ee 0.01 MB 18 41
301,686 301,686 00000000000000005b85bdc519d5c330bb77002bd149fe733f074d90b29861e2 0.05 MB 91 25
301,685 301,685 000000000000000053c2d2a3fb6b0793acc51ba63cd6f3a53180b7c4eca826c2 0.05 MB 90 28
301,684 301,684 000000000000000069ccc1f112e12d4acb73b4ae0573eaa28034a93dd390ecb7 0.25 MB 264 23
301,683 301,683 00000000000000000927a41a81ecacf587a903ecbe028702bd5a24258ff98e05 0.34 MB 63 12
301,682 301,682 0000000000000000740f40c772e9d8f616c8fd82773db9ec0732023273b212fa 0.33 MB 334 21
301,681 301,681 00000000000000004df60f21b6488faf085e01ae575469842db027d91ef13fd8 0.16 MB 249 30
301,680 301,680 00000000000000001fc6176401c58c1b49e11c6b7fcd830e5745f1316ab03ba9 0.03 MB 65 22
301,679 301,679 00000000000000000b6e5bf4eb24944f801e36035c07a285784b791b3fbffcd9 0.33 MB 121 13
Previous 10 blocks ↓
Total Size: 769.12 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,630.10 GB sent, 93.49 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.