Memory Pool Memory Pool Refreshing

2,099 transactions
0.80 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 2,097 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (422,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
485,576 485,576 00000000000000000081b9bb4d2887d2585232d5ef8fe5dbcb348a8a242ca33c 0.10 MB 273 112
485,575 485,575 00000000000000000107fb256c44db4ef1456d255882c060e982f55f4fe7387f 0.32 MB 721 117
485,574 485,574 000000000000000000b2dfb387884735d3f609926995bf26dcbaa4a8f619b9fd 0.38 MB 369 53
485,573 485,573 00000000000000000004a9a86a0a7e9262bad6c8d98692ab359c679a665ecac1 0.14 MB 298 134
485,572 485,572 0000000000000000003a1167bedde06ec9caf32dbeb770396a264cee1016c17a 0.46 MB 993 117
485,571 485,571 000000000000000000a342dddd5f69a68b4cc541eca1eee5276b9c54eb62949b 0.18 MB 256 151
485,570 485,570 000000000000000000538ffe0581b504526dc3d300ffdc28f09522807c518fd4 0.76 MB 381 26
485,569 485,569 000000000000000000f1efbf0100e897752bb97826184d722035a1d7cce630b6 1.00 MB 1,653 9
485,568 485,568 000000000000000000c8f48f73938298969d41ce9acb4fea8e33f70d2d7ec685 1.01 MB 2,080 18
485,567 485,567 0000000000000000003f8183ac5822171eb4a3e232bab27a1a950e92ab17494e 1.00 MB 1,920 81
485,566 485,566 000000000000000000fac85c214964819fb1fc0f12ba30c7c89a4e7ac20e2d16 1.02 MB 1,850 108
485,565 485,565 000000000000000000416a03e23f1f58b6775130f2c0844f4d99bfdfbd2539f0 1.00 MB 1,845 124
485,564 485,564 00000000000000000021dd0de04e79209048f3093d731e04d0310c6d2392757f 1.01 MB 1,660 157
485,563 485,563 0000000000000000012bdd07866df758179e7dbec7f44978407489f77383dfb5 1.00 MB 1,690 154
485,562 485,562 000000000000000000823ad6cd202aa4ba15d2c7d253f6b62f5d66cd84acec93 1.00 MB 1,654 170
485,561 485,561 0000000000000000008ca909133b5f3992adb10eaf5d3589838721e20898a550 0.40 MB 846 81
485,560 485,560 000000000000000000e13ca5b963171b100d83722bda678b1fb831008e1027a2 0.38 MB 911 113
485,559 485,559 00000000000000000054528d7979436b793ce99c375e2078c4a410a59b3b9f2e 0.57 MB 1,172 83
485,558 485,558 000000000000000000dc315a4c564d44a93fbc6d6ce67fdad627a6a8a7d48ac2 0.82 MB 1,485 103
485,557 485,557 000000000000000000ea1d4a5ac28b236cc5803e6e4b5b40c91a4e7b74f5427c 0.06 MB 83 50
485,556 485,556 00000000000000000092d0e4777f8a73c7528be3b43b4100bc3da63a6b8bb085 0.57 MB 1,140 54
Previous 10 blocks ↓
Total Size: 769.09 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.35 GB sent, 93.35 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.