Memory Pool Memory Pool Refreshing

5,848 transactions
3.51 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,738 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (721,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,148 186,148 000000000000052f3bf8e070808e8a611095d73c7113ce16ac90b55e68f35414 0.02 MB 47 122
186,147 186,147 0000000000000204dd0439ecfde1c995938b62af6079e9ea84cb0e38e46ba731 0.04 MB 115 97
186,146 186,146 00000000000000f471bd23f9cac1e990bf32954e6b4742de6bca875a7faeb57d 0.03 MB 57 82
186,145 186,145 000000000000027d43246f248cacf3118465bb1fe9cffe3e5e9eafc6a57533a8 0.05 MB 64 53
186,144 186,144 000000000000029990e5b16b6302c63afadd0298319f03ce585563153e04752b 0.17 MB 414 127
186,143 186,143 00000000000006a424f7fd143686950793217c95380db151a91bfb0646a105c9 0.07 MB 131 99
186,142 186,142 0000000000000608e5e5bd5ca22b81802873cd9ccf54e4630b1c3caac2ec044f 0.09 MB 201 103
186,141 186,141 00000000000005f7db5a1c75eccc1d1ac3b9603d23372622ec42bcfe84c8576b 0.04 MB 94 111
186,140 186,140 00000000000000776fb8b9cd7a835e4f51b790f8c55d9fb5467fe5c836f50193 0.09 MB 128 96
186,139 186,139 00000000000006671add18bbc096acf5e2e9c22e02b08a45e040f427bf03bd78 0.03 MB 104 37
186,138 186,138 00000000000007ebd17e97a76985ded825202069957de977fdf29c195b1f78c8 0.08 MB 173 135
186,137 186,137 0000000000000529bd450be88db2e5fb72e6a98fb818b22e87d96ee3f8f9d837 0.08 MB 179 115
186,136 186,136 000000000000031fde90bfebe2e4add9865039a5b3c006847364c45095171193 0.08 MB 175 162
186,135 186,135 00000000000002ea6a3b6ec6d5e260f9af7db8e0d485b96cf615058eed0616b5 0.20 MB 512 140
186,134 186,134 00000000000004c9716a2837fa24aa7e5e72ea7d41c99eb55256d0237f72572f 0.25 MB 559 123
186,133 186,133 00000000000000f8bbad5639702676c0a8967d23ccb8066aa8bf9fe3e91de1b5 0.00 MB 11 70
186,132 186,132 00000000000004c736494df86151ca40a91949f77e6b3b80ed0063b6ac557607 0.06 MB 177 63
186,131 186,131 000000000000082db04eb6bb91bda9b33bd9286e8fcb7c828da46ab0cfeadddd 0.03 MB 30 55
186,130 186,130 000000000000066ac592a073ac8b6cee1f25fcadc212cd2877f93b63cfdaa526 0.03 MB 63 96
186,129 186,129 00000000000008b765834fdf78a433d05fc3805f61ca1acc9f34ff8ceb6c27ad 0.01 MB 29 30
186,128 186,128 00000000000000b6c1cf1c00667d1f715332a55bf7cf2f9b6976e74a16a39f52 0.31 MB 736 150
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.84 GB sent, 93.05 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.