Memory Pool Memory Pool Refreshing

6,313 transactions
3.67 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,991 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (687,446 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
220,281 220,281 00000000000000663ec5b9ae202e41904d9dc7303802c2c96a2d0b0372f95939 0.05 MB 149 26
220,280 220,280 000000000000010e94b80bccb87a0f0df98e02c7e52dc87e3db069168fbd0d04 0.25 MB 659 205
220,279 220,279 00000000000000e77d1c1b1f9c8c4ed1f334890e5560b751fbac77d101725dbc 0.04 MB 63 61
220,278 220,278 000000000000036016f72a876abfffabbd0268b0c01d4cbe4faf56dfefd2d6da 0.15 MB 295 158
220,277 220,277 00000000000004f235c1e70f6027f74ef714a0f4df7da5f6ca73ebda8c7a173c 0.45 MB 1,506 172
220,276 220,276 0000000000000427198b73b850bc6084309510b5a0c65fcd7ede040dc1b69638 0.05 MB 139 6
220,275 220,275 000000000000015d25cdf8e2fda33a5036c1dff5653dd68a8cd82c0b9ff431cf 0.42 MB 997 178
220,274 220,274 00000000000004033b57a5c8d316cdded0fd3278281097262211ecd58fe033f8 0.04 MB 92 149
220,273 220,273 00000000000001f55a48f83eed0f39063e83abe163be785a4831e111f601c0de 0.11 MB 213 142
220,272 220,272 00000000000004edc6305289a50707fa219a16e57649576b1c42920ac02f70a7 0.02 MB 62 35
220,271 220,271 0000000000000331d179d44acccd78deccbfdc66250f0beafb1fdb98c8ebcb9d 0.05 MB 110 57
220,270 220,270 0000000000000152eac409da0cb2c00e126d11129c046e046301473d57127667 0.20 MB 276 115
220,269 220,269 00000000000004347bc3a1d6c6e7850919c29d92da6319e49106985feb2ea062 0.07 MB 171 108
220,268 220,268 00000000000003605ac3f849f8a33427784d6863760fff742223a77e22743734 0.05 MB 134 139
220,267 220,267 00000000000001dcf26ebd89edbf24c491a88d5519c15660033d6d134db70592 0.14 MB 309 227
220,266 220,266 00000000000004997fe1c0a8382b89af70ebcae8f860b084b5230eef97054dae 0.18 MB 491 240
220,265 220,265 00000000000004be3b9fa877230d092d684115e0adc2f2b591f4275fa487a59c 0.16 MB 378 159
220,264 220,264 0000000000000068337cd2536f00530bd4060fc0ca55d3c0afdcfeb26e1b8e05 0.05 MB 153 151
220,263 220,263 00000000000004c55550192a9b5c5ada541613f357d4cd1a910d9ca52d16e025 0.12 MB 303 1,079
220,262 220,262 0000000000000472ccd4d97bcdc6d50934ab8b7bce631881f7c483ddb28a435f 0.20 MB 288 150
220,261 220,261 00000000000003ae1499a86aa9a63606d589f54e8f0795274ead3968ab950972 0.08 MB 113 92
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.87 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.