Memory Pool Memory Pool Refreshing

2,524 transactions
0.75 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
901,326 000000000000000000023a040000000000000000000000000000000000000000 0.74 vMB 2,507 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,325 (7,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,679 893,679 00000000000000000000ecb61001ef18b781ce56a50c3f05e834b5a457ee7511 1.60 MB 3,853 11
893,678 893,678 00000000000000000000150dd8ac3da159cc0bde352b342d01605beba932edda 1.69 MB 3,445 11
893,677 893,677 000000000000000000000bdca90df50803df50fe84389e51c0a63cd87eab14dc 1.58 MB 4,250 13
893,676 893,676 00000000000000000001b8543fb5c5558e5bb5aaf09edb2b8b38fa689272b16c 1.62 MB 3,758 17
893,675 893,675 0000000000000000000140ba332dc447c5a3abd82662ddea673e192a89a1e4c2 1.66 MB 3,736 17
893,674 893,674 0000000000000000000137f3709c4983eb96a7c0c97528c616d792eea890b755 1.60 MB 4,179 15
893,673 893,673 0000000000000000000198621c1333a9d289b46ba09ecaad56bc6a84ecdbf3ab 1.53 MB 4,689 17
893,672 893,672 000000000000000000008f548364e2b7e5afbd2250d737c19d579a840e7600e3 1.56 MB 4,018 18
893,671 893,671 00000000000000000002154fe09ce9f47ab04e50ff0d50ddcac207333d56bdb5 1.58 MB 3,738 20
893,670 893,670 00000000000000000000fb39fd5c940db663669a74e60ae46d79601a373b39d8 1.54 MB 4,056 26
893,669 893,669 00000000000000000001103dccc2f67c00c60c5653dad7218a6bd219a0c9f898 1.51 MB 4,803 21
893,668 893,668 00000000000000000000381d22b461cd023a402726e2ea66cd0031e0c9bf1edb 1.46 MB 4,728 27
893,667 893,667 00000000000000000001072e9c86cd72b46f8f4afcf88690afba3be96c71578f 1.50 MB 4,770 24
893,666 893,666 000000000000000000000ce8c2a4cfdd0eda65ea478708a78a9542436141ecc6 1.47 MB 5,500 22
893,665 893,665 000000000000000000014d3593f749dbd304ccf2683771728411a9370dc97db9 1.45 MB 4,879 27
893,664 893,664 000000000000000000000e14361358a5baf082a2cb673c7f7ae963e4e1bc6835 1.50 MB 4,778 22
893,663 893,663 00000000000000000001140179aac9a9a18ce01acf65b9851316c6a6f6e363df 1.48 MB 4,957 25
893,662 893,662 00000000000000000000db58d6d0f9982666416b7d26a68bbbd0555c6a7dd662 1.48 MB 5,183 27
893,661 893,661 00000000000000000001fe55cd85706b522186e97d1b312f56ad551ec320740c 1.46 MB 5,451 27
893,660 893,660 000000000000000000017b80fa08d8759786e0725acd5f86bdef2cb98a2f1461 1.42 MB 5,242 28
893,659 893,659 0000000000000000000216c8c8dcf5d4c633f3b4e32ee05ccf6eb72038bb45bd 1.42 MB 5,169 23
Previous 10 blocks ↓
Total Size: 758.08 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: 716.49 GB sent, 37.28 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.