Memory Pool Memory Pool Refreshing

2,500 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,824 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,249 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (81,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
826,108 826,108 00000000000000000002bbed4fc11ac201ebd94631f271f795eaba521e313eb7 1.70 MB 4,228 84
826,107 826,107 0000000000000000000301cfe042d231cd48ad1f3e561f8083eec4f08e05126e 1.65 MB 3,291 71
826,106 826,106 00000000000000000003c5a088884b551b79c439ca2367a5bb50b905e5cc8e12 1.60 MB 3,023 66
826,105 826,105 000000000000000000039a83546c59b47e4bece9cb5bccb895055be68f9ef5e4 1.63 MB 2,963 70
826,104 826,104 0000000000000000000156bd7db2fb2a90869a44a93084e0797784ca1f86e3a5 1.60 MB 3,780 78
826,103 826,103 000000000000000000007b48ed73844fb0855f1e770c5fcc9c74423b4576b5a0 1.38 MB 2,078 61
826,102 826,102 00000000000000000002adb526e8b259f8120bd8beb5b29154f9d014c447f689 1.64 MB 3,672 131
826,101 826,101 00000000000000000000da71d4db0d37d73a29aebb19779f1bff329752440a47 1.49 MB 3,544 169
826,100 826,100 000000000000000000027355ec97ee57ccde65463d246b7aece09970e64c3bad 1.53 MB 3,723 145
826,099 826,099 0000000000000000000078e630b049dedb2cf501cd47b5716512a3b89d18b0df 1.56 MB 4,008 175
826,098 826,098 00000000000000000001c6ffee423d78d9c149eb2cba803b3effd70b4bd9242c 1.73 MB 2,933 80
826,097 826,097 000000000000000000017823f153f69481a7f5ba9f9724492b6adce3fde0cedd 1.64 MB 3,271 81
826,096 826,096 000000000000000000001e7e3a0b5b667e49bdd49b81de58e035367d890e2d5f 1.61 MB 3,215 157
826,095 826,095 00000000000000000001d183148d5d4e45e0cd26eed6c9492ad9adc169f254cb 1.74 MB 2,385 51
826,094 826,094 000000000000000000008b4ce2def5dae1c24562cc3cfa8416e6c70ac7576d48 1.93 MB 2,876 50
826,093 826,093 000000000000000000030ceb0c70274dbdf4110cf62b9330f0eb95e525d9dc09 1.60 MB 3,400 65
826,092 826,092 00000000000000000001e2e90c1e31148f10512af470308eb0e84a69ae42efc7 1.87 MB 3,153 47
826,091 826,091 00000000000000000001154c0265301b1372b0dc179ef83694b1617430fa8b43 1.87 MB 5,304 59
826,090 826,090 00000000000000000001600ff054713622901e42a4f19c7bb29c67555fc2cf14 1.83 MB 5,391 69
826,089 826,089 00000000000000000002000521ea2ce11314743f1e27930c821aacb2e7aaa103 1.79 MB 3,926 56
826,088 826,088 00000000000000000002437bac3d4fb8aef0b132c89248296bdd577d41f52790 1.54 MB 2,890 75
Previous 10 blocks ↓
Total Size: 769.21 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,634.28 GB sent, 93.97 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.