Memory Pool Memory Pool Refreshing

10,728 transactions
4.52 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 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,788 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 4,776 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,787 (745,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,690 156,690 000000000000030b79367332c31ec3e80eb3b7e1449a8e13bfff9ffd208b9ccb 0.02 MB 35 53
156,689 156,689 0000000000000e01502dce490b2822628ff6010c350d8f48110a12c19227e61f 0.01 MB 18 387
156,688 156,688 0000000000000979842cb5c066d7e28efe619e64f2180f4766fbe5c54709c6dd 0.00 MB 11 12
156,687 156,687 0000000000000bae1f5d676516ff6c3a200e867b3159b3bdb562e1b02fa16b30 0.01 MB 18 231
156,686 156,686 0000000000000a34ac23809478be9bd51eb8afe0506a9b4519a7725558d772b0 0.01 MB 33 121
156,685 156,685 00000000000004c1023180f136c8eb92e0afd139457c7954188d5082624852d7 0.00 MB 6 243
156,684 156,684 00000000000007f2ac19b848d72b66150aa213bf819f7d7a124cac423a51837b 0.00 MB 1 0
156,683 156,683 0000000000000dcbf87455a19caa9877040158d71aa2a6a473a9a91fdadfb073 0.02 MB 42 254
156,682 156,682 000000000000033ed8a6b2581f7ba863888435c6ccc662287edcaf89652a74f2 0.03 MB 55 51
156,681 156,681 00000000000005507f5767e6e1068e8f6f0be415a04ebefb264252fa9a0bf9ca 0.04 MB 58 136
156,680 156,680 00000000000005aa475466e5767998e89290cfc775cc0c68152d6e60c20477d2 0.00 MB 6 79
156,679 156,679 0000000000000c37e4175e2f83b540e83548291e582a85bc0f33874a4fa1774f 0.03 MB 115 77
156,678 156,678 00000000000001abfed4067afa8d034b00db63b51dbf2fe3dc62aaba882164f4 0.01 MB 17 9
156,677 156,677 0000000000000151cadd0c6d2ff0cf5308369a36b8449529f62106d929b2383e 0.01 MB 9 62
156,676 156,676 000000000000009c486ac5ae99c5242cb2848e6c37f55a58c6671c2970aa555e 0.01 MB 12 0
156,675 156,675 00000000000002e375c1fc72000460cb4163174da88857c70947c2b0599fc9dd 0.03 MB 61 144
156,674 156,674 0000000000000128eac9258374ee0c7d359da258d2189778a2266110b3e2fefd 0.02 MB 40 154
156,673 156,673 00000000000004b57c48d17261a84824687fe4e00369bddf4484557a2582f8b6 0.04 MB 122 36
156,672 156,672 0000000000000ecbaffeb9305dff05e2ac27cadf70739ea793ac7c8bae57a509 0.02 MB 76 89
156,671 156,671 000000000000003d78569a847f4cc24ebf5a77702694f4eccc0ae54aaa879f77 0.01 MB 45 162
156,670 156,670 00000000000000ce0f5666c43daa53c089682c7857d18e9309304bbea06ddee3 0.01 MB 30 113
Previous 10 blocks ↓
Total Size: 758.82 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: 761.81 GB sent, 41.03 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.