Memory Pool Memory Pool Refreshing

8,247 transactions
2.57 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,930 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (721,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,153 186,153 00000000000006d68b5d22acef2a43b38dc692782d7c12c0ae43259b9eb46078 0.03 MB 14 77
186,152 186,152 000000000000051863462b5dac926b6124ec9f56f379287682467cad6aefde27 0.00 MB 13 134
186,151 186,151 000000000000054eca20dae3a0d65c5de5dd99752475459892188232b5fadbae 0.12 MB 305 255
186,150 186,150 000000000000048041517ee7cc2d5ecde2a1f86a20155034c6a0863c50cc4fdd 0.00 MB 9 91
186,149 186,149 00000000000006a26af8e71b53bb9f0d76008693aaee6daefa115f76cef56b23 0.04 MB 79 135
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
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.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.