Memory Pool Memory Pool Refreshing

5,573 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,730 (114,250 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
793,480 793,480 00000000000000000003cedeff757e4eeb7d773dc9ec275597c4bd0437f49e97 1.67 MB 3,012 84
793,479 793,479 00000000000000000002c56772642588095a2cd1e77af56042216ddd4637060e 1.51 MB 1,725 24
793,478 793,478 000000000000000000007de06b288feabcdd01cd074c90ad1048cb0e4d6855be 1.89 MB 3,479 29
793,477 793,477 000000000000000000047b49ea28c4518f3636411c0707df252640375199db8a 1.79 MB 2,321 74
793,476 793,476 000000000000000000017db8eabd32980b97831c578b6a352dd684ebe0277ebf 1.45 MB 1,453 23
793,475 793,475 0000000000000000000114d3946f78cff63b53558785336238d681a50ed2a704 1.69 MB 3,157 35
793,474 793,474 0000000000000000000475e5258d27c53d674e46888d5eda14503fc2634027f0 2.11 MB 2,174 49
793,473 793,473 0000000000000000000272678bba063f283ec0dcdb7a05229873b1fdfada25e3 1.61 MB 1,133 29
793,472 793,472 000000000000000000029c6afaa1ed173743490030dcd3656fe008ad3d9fb8ef 1.53 MB 1,760 21
793,471 793,471 000000000000000000046032eef4598a12eaca2c490a9f159cf7f45fa64f348f 1.94 MB 2,706 28
793,470 793,470 0000000000000000000332a715ecdd452e39b3d39f4dc101ebd2303daa4d3f4e 1.87 MB 2,101 71
793,469 793,469 000000000000000000048f51676573b547105bcb9e24d5315c4f2eb54bcdc8b4 1.75 MB 2,637 58
793,468 793,468 000000000000000000040b377976c89fab96e048875de91e88377b9bb431776a 2.09 MB 2,623 50
793,467 793,467 00000000000000000002496d2859ad2b8531ea66a52701e115b1ea487aeefded 1.45 MB 2,621 62
793,466 793,466 000000000000000000048ededb769f0d68b857c1f0cbb9290279a9eb18cf763c 1.57 MB 3,366 81
793,465 793,465 00000000000000000004cd9589efff2942ee4726568b8f42e5c395ed68229260 1.33 MB 1,948 52
793,464 793,464 00000000000000000004bfa60fe19e272e93951cc27a266c2c670bc21a314994 1.79 MB 3,065 85
793,463 793,463 00000000000000000000e09441f3c7d3b2c2a49a6d4071c710cf8fc64696110b 1.51 MB 2,410 100
793,462 793,462 000000000000000000002f06fb92c9343a148e9f58787d39e66da4ca32373f3f 1.24 MB 1,122 23
793,461 793,461 00000000000000000002609be5e8f76ee368d081b1e1a7db7b0eeaaaca721408 1.39 MB 1,473 15
793,460 793,460 0000000000000000000490da87ae387c877ed989104646fcc67083a833c368a8 1.57 MB 3,127 52
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.