Memory Pool Memory Pool Refreshing

2,990 transactions
1.28 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,755 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,923 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,754 (654,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
253,117 253,117 0000000000000052d3cfbe5849c63ce0eb86e8bbfd220de3f2c74fd7d825478c 0.22 MB 478 160
253,116 253,116 000000000000001e78a8449929efefaacd9dc131abb7b3963845f7654efe4f81 0.20 MB 521 135
253,115 253,115 00000000000000263694dd6d9388df4f3c6a733869bb4cf24fa57f6eff64d10d 0.01 MB 27 110
253,114 253,114 000000000000002e1b3fc6bdc27a71326f7abcc1af40d838961512a867f315d3 0.13 MB 316 131
253,113 253,113 00000000000000402f6d808995c491daa40f8f18d4401d757ecde4dd8b8c8874 0.05 MB 100 103
253,112 253,112 0000000000000041fd97a1d9eda5fe86b4b3afa70d734104b05693a988ae3d8f 0.05 MB 112 115
253,111 253,111 00000000000000076645df37b08859c3131ed8d98b62837272097151a97c097b 0.24 MB 481 117
253,110 253,110 0000000000000007942575a38d76a1dafa96b461bb38bc180f59c74556c045fa 0.14 MB 305 150
253,109 253,109 000000000000004ea035ddf7c393d668fcd345473c547b21bbecd744f38dfab0 0.19 MB 294 58
253,108 253,108 00000000000000467428800ab462a1cb166745b4c219ac714c9c8561f34d8b8b 0.25 MB 617 142
253,107 253,107 000000000000000908a6ac86b547c9026147e0b9f6d3c838c72840391aa31556 0.08 MB 176 124
253,106 253,106 000000000000003739879c5058b6ae3bc82a8b2f4d5883b502a3a17fec346d94 0.13 MB 306 140
253,105 253,105 00000000000000357ae5f9ea70452cf6d55249f5e119edfa1555f9be46b7a10e 0.09 MB 170 98
253,104 253,104 000000000000002feb02ff51031828bf9606be35af0da72047fc04bb9014d671 0.04 MB 70 87
253,103 253,103 000000000000003d48866a44557fee281f81e5881aafd982fd7bc728caf425ef 0.14 MB 254 107
253,102 253,102 0000000000000013d772f38b215e40da69cfb6007be164662e3d244fde4a9c4e 0.02 MB 52 44
253,101 253,101 0000000000000011417673f989aa97b9606b04431fca1ec81c5d702987d1c606 0.29 MB 670 105
253,100 253,100 0000000000000012869a87d194fe00e98421c3e46ef4cb8a4acf0467a3b418d8 0.25 MB 579 134
253,099 253,099 00000000000000486dfa9cc4c91c8a31dba71111b2bfd9170e509ae62a5a653d 0.23 MB 509 196
253,098 253,098 00000000000000385a0c65912b1f1f1b6050365f1fc42e642fcf0a29071b8d49 0.25 MB 589 4,097
253,097 253,097 000000000000000602974994d1610e7572efc5a2d265d1d12419271a25d64c25 0.08 MB 146 127
Previous 10 blocks ↓
Total Size: 769.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: 1,628.29 GB sent, 93.33 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.