Memory Pool Memory Pool Refreshing

13,568 transactions
4.86 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 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,722 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,961 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,721 (82,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,713 825,713 00000000000000000002ac8b1da18f77f86ee028f05130dd589f0e49e8fcdc74 1.87 MB 5,232 170
825,712 825,712 00000000000000000002f7e28734669e18ba9566dfc61e0fd9ad21b04666aac4 1.52 MB 3,225 184
825,711 825,711 000000000000000000016814c7fd0e1888059cc81db10bcd3946bf0abd9e1a5a 1.58 MB 3,573 157
825,710 825,710 00000000000000000001bf96d1d3ae58d580e4aaed15f41340bf28b0e31e84aa 1.91 MB 5,454 130
825,709 825,709 00000000000000000001862830b19dc9312eed26d675b410114ea50afbbb5707 2.05 MB 5,486 136
825,708 825,708 00000000000000000000270b002eb0fd9c6d0125d91e0501179b9a7198218f77 1.79 MB 4,828 133
825,707 825,707 00000000000000000000552a460a623cc894de50ffbee96e355f6b77c6638595 1.52 MB 3,212 165
825,706 825,706 000000000000000000008a4be4976d5584bd37cf088fa864dac39e9f8c0dc7a3 1.82 MB 5,030 128
825,705 825,705 00000000000000000001186396bbb6fbb06749601782aa39d5c3ebacfb630166 1.74 MB 4,426 140
825,704 825,704 00000000000000000000786f78a5810ae814c5604bc7df267505d03ccddd5583 1.82 MB 5,024 130
825,703 825,703 00000000000000000002a32ca73cd7746d3bb7e7b5a8e025765084cd7806afcc 1.56 MB 3,632 131
825,702 825,702 000000000000000000022042f2cb78ec63cdc1e43908675213fab6366f0084b1 1.88 MB 5,553 119
825,701 825,701 00000000000000000002436197cba81707752f07e6e46e49ce9c5174a0cbbb99 1.71 MB 4,421 124
825,700 825,700 000000000000000000017641706c776d21f5ae786efec46929b483060e0d13ca 1.79 MB 4,867 134
825,699 825,699 000000000000000000018c86d3b58ec2fd3a87af4c0d2aa63319b891589f6da1 1.90 MB 5,711 121
825,698 825,698 00000000000000000003c8667ecbfd982022284e335e428cc9a143d136311411 1.73 MB 4,591 115
825,697 825,697 000000000000000000014ddf751505073d1949d04fc61e9dd0bbaa37074ae602 1.85 MB 5,386 125
825,696 825,696 0000000000000000000177d1f03cc6514082f5b98cca747573f6615219eddc1d 1.76 MB 4,814 131
825,695 825,695 0000000000000000000130e35312bbdb5ff16d8a84108d0d353dcb6b99aac007 1.55 MB 3,520 129
825,694 825,694 00000000000000000000c8119341b6973ec91f3e69f8d876b8ea585f21414a1b 1.59 MB 3,885 122
825,693 825,693 0000000000000000000065d05e7fc082f03029afe22eb088bf2be692a52c6ee2 1.67 MB 4,320 122
Previous 10 blocks ↓
Total Size: 769.02 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,624.73 GB sent, 93.00 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.