Memory Pool Memory Pool Refreshing

3,802 transactions
2.69 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,760 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (602,992 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
304,812 304,812 0000000000000000461853fc7af013d79d77fe1f24c310cff533b2cfa0ee4a93 0.35 MB 737 32
304,811 304,811 00000000000000000a0b50373584df2fbbaee8f31a6e9b299967db892f9ab90e 0.43 MB 669 29
304,810 304,810 0000000000000000541ad391fa8448012ba721775c229fedb5af819c5fea27f1 0.04 MB 88 28
304,809 304,809 0000000000000000089a5b6f739e3a6341ce255a61149062890092c364edc2bb 0.10 MB 148 25
304,808 304,808 00000000000000004f27e0117c3a1309d2365c37b20b4786ea523ef4e5e14b82 0.22 MB 382 30
304,807 304,807 00000000000000000133be22ed0399ae077f490bcf43f472acc519a30c668280 0.09 MB 52 5
304,806 304,806 000000000000000019bd852d1cf6fa0f526a31f52a23499529abadc3c1de139a 0.19 MB 351 27
304,805 304,805 00000000000000001be6b7eabf6cec4fcea7f60e2dc740d8c0d30ea87d7bc271 0.04 MB 101 19
304,804 304,804 00000000000000002fbb4a6a126205b43a844fe1b718964635aac21cd7d28030 0.58 MB 638 26
304,803 304,803 000000000000000006b35dd8592674817240a9d513f1541df5465f889a31f279 0.20 MB 361 28
304,802 304,802 0000000000000000133ec82d3ce727424a2259730ed6680ee28cd5e70793c6cf 0.07 MB 146 32
304,801 304,801 00000000000000000cc33a97f198280963259dc8b4a609b282c373b7ce4157d3 0.03 MB 46 23
304,800 304,800 000000000000000043e530e0b5fc6d13aebe1d260c19f784e4cabd1b290c39d8 0.03 MB 49 21
304,799 304,799 000000000000000035c141f535bd1b2f9490e4120ba1056b9c98b680661b3731 0.08 MB 183 34
304,798 304,798 000000000000000010e7da77306a57ed205a75c4bb174bce41fb952627ef784d 0.23 MB 330 89
304,797 304,797 00000000000000005619ec9f615488c5abd261d9a4c7732c0d5c8b60e5d7ab68 0.35 MB 707 35
304,796 304,796 00000000000000003c9d828a832794779b2bab673162b84a81dfddc952d568d2 0.15 MB 196 25
304,795 304,795 00000000000000000c72bbd01abdd6f9733666f7504a2e1ece0e0b1edb536722 0.15 MB 296 34
304,794 304,794 0000000000000000318868b25d76b31ee9429b4b81d2526b2c9badb4f6088342 0.09 MB 199 37
304,793 304,793 00000000000000005d3f03a63445aa0d26e80803fb4af35557999d88bf0f4433 0.06 MB 150 36
304,792 304,792 000000000000000036753580464205659db548019066c1af646375cd0b96d2c8 0.09 MB 176 31
Previous 10 blocks ↓
Total Size: 769.17 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.31 GB sent, 93.78 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.