Memory Pool Memory Pool Refreshing

1,632 transactions
0.49 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,621 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (700,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,550 207,550 000000000000008950737a87cb6a4fd97ef5847f0add9088590e4562cbd2c907 0.22 MB 537 159
207,549 207,549 00000000000003977573275831357d300d6ef786d9ac842132aee9a119925925 0.09 MB 164 102
207,548 207,548 0000000000000151b8c28c4ad30ccf503580c42e4be88ba42faf63c7d0e44af6 0.07 MB 256 277
207,547 207,547 0000000000000226b2c83383459f7d4440ab13c5e9d456357be06274b876c4f4 0.16 MB 378 173
207,546 207,546 00000000000003a6a5f2f360f02a3b8e4c214d27bd8e079a70f5fb630a0817c5 0.22 MB 509 217
207,545 207,545 00000000000004151d13c5cc4e823b141d4abf54c26c6ab28132897a1c55c530 0.01 MB 19 15
207,544 207,544 00000000000004d5c36dc3bb4d8e8e70bb408f41507bfa8aed80613942160c8c 0.03 MB 67 161
207,543 207,543 00000000000001bea89538ef859dedc5c4d918870b0a83d9e4e5aef4e7c0e418 0.07 MB 158 209
207,542 207,542 00000000000001cfee8d4bbab25cab9987e0e8f77f0eb5501a6bb5fef635c24b 0.00 MB 7 323
207,541 207,541 00000000000003a1744a0f72d2d4e124db79be9de1aea94f4834ba04b27f00b0 0.04 MB 88 296
207,540 207,540 000000000000039b95c24a32dd6f77ce8276c9d9d95e5103b524fd831deb307f 0.11 MB 158 121
207,539 207,539 000000000000015f1cba274f5dbe2fc01b6df283df69961c18685c647fb97aa3 0.05 MB 103 82
207,538 207,538 00000000000000b5a0dfe4e52aaf4e927778db0e7fd727797eb75b4631acbc47 0.00 MB 15 98
207,537 207,537 0000000000000129107ba1e4c4c8234b5b40f892bf702726639b80734d7c0149 0.01 MB 37 181
207,536 207,536 000000000000027e355c4fd3ab9b31d37ea60744c5db52056245275bc2e1a971 0.03 MB 51 254
207,535 207,535 0000000000000493ddb68158e54cf54720d7ae4ca41724436f24c22d32ce805f 0.04 MB 83 85
207,534 207,534 0000000000000209ce0e850ed587703d5f12350fcc0735be8b28223d86a70cfc 0.12 MB 312 203
207,533 207,533 000000000000039cdf597c530a12621aff88951a4d2b2d6cf6896efa82104883 0.07 MB 148 91
207,532 207,532 0000000000000295578bcd11b07613c6ae4aeaf1f4c299c7f42be81b365c6131 0.10 MB 260 218
207,531 207,531 000000000000007760f8feb05c84d49dd565b5d84d1453c78f66a46f2357aff0 0.09 MB 176 136
207,530 207,530 000000000000006fa5a29ba508f2a7f6c4997f6698ce0be8935a72249d20b4e8 0.15 MB 364 182
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.66 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.