Memory Pool Memory Pool Refreshing

2,340 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.61 vMB 2,316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (905,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
2,772 2,772 0000000027dbb87e7e07027c9984ac28b62c8875faa993611b391b9115603c71 0.00 MB 1 0
2,771 2,771 000000001e11045daacc7c62f20e3c8a654f930df35f8bd25d27298274426ea2 0.00 MB 1 0
2,770 2,770 00000000ccfb50782878123cde5be406678c903803fc8c35d6555dbd9292290f 0.00 MB 1 0
2,769 2,769 00000000b7a16bf1538d8324b9443995ec49935c75008a8a335b34936d5732b0 0.00 MB 1 0
2,768 2,768 00000000dbe2ee81486da98940b9f041e185ecba934eb8b76c1f3d54d7767b77 0.00 MB 1 0
2,767 2,767 000000000687047fa5cd8e392c298a76a3cce44994da426a26352045da0eebc9 0.00 MB 1 0
2,766 2,766 0000000041439bba955e25091f8375196c5a1a6d889e4a872d1fd5401132133d 0.00 MB 1 0
2,765 2,765 0000000071387bb155f1fba14338ad98fa1a78844a54f80495243096fb6194bd 0.00 MB 1 0
2,764 2,764 000000004919955232b3051edf5b8c09e46eb5b076b3168e1daefcebd2bf0a18 0.00 MB 1 0
2,763 2,763 00000000ad6d78cf8038828aa515caf2518fcc5931a92bce753d3be459a8c7d3 0.00 MB 1 0
2,762 2,762 00000000d50352249d0d69257a30d52a7bc993a3e315b14cd811ec98f86ca9e2 0.00 MB 1 0
2,761 2,761 00000000d553fbc81c7d7b14be1975dcaf50d728a9c88e9730408a33083a5cd2 0.00 MB 1 0
2,760 2,760 00000000829b51e7c4cbb2a0036320eeb71460015c2ecd7bbc337f1a2206e261 0.00 MB 1 0
2,759 2,759 000000008575917f148887b09412c7655c7b463a0aa4c1884ce146b2f5aee9b7 0.00 MB 1 0
2,758 2,758 00000000be2b84cab11eb5ec4eaa6f9bd3422327614efe164d4a6b7712511547 0.00 MB 1 0
2,757 2,757 0000000035bb26acf342953e920830edf91dd193d7e86a4f109652b2d88faed4 0.00 MB 1 0
2,756 2,756 0000000073d85338386a00cc94c1d31bc6d91deee32a8cccf188df1b9169ebb0 0.00 MB 1 0
2,755 2,755 000000008eb86d88a72e0e739441ec911a31d7e29676fc500ad950e1b16f42e5 0.00 MB 1 0
2,754 2,754 000000007f6c94c3ad601c4095a9a29abd8fa987972652972079b721b949ba80 0.00 MB 2 0
2,753 2,753 000000001d307c7681bfc13da72ceb92f7bcce29e956261eafa18210d558aca1 0.00 MB 1 0
2,752 2,752 000000002714afd459070dc0fe4073c60482e4bacca2a4c6c801447c367726f7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.