Memory Pool Memory Pool Refreshing

3,032 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,042 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.88 vMB 3,032 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,041 (715,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,389 192,389 000000000000015bd2d2bde323191668d22b23e94495095e8c70091118aaa343 0.00 MB 9 539
192,388 192,388 00000000000004bafec4c816f325db391241417a6292b82d759a547fd374cbf3 0.10 MB 262 134
192,387 192,387 000000000000041b484bb0da40ef0ff270f4385c4fb26af08e19adacd9de3deb 0.25 MB 635 148
192,386 192,386 00000000000005199ae47ca54b65e0bdd8aece04bb3dc8fc13faea4eedd65063 0.05 MB 132 64
192,385 192,385 0000000000000787da58031802e7fbfe9f7b5c778f05e32c5792023f7cb9ece8 0.20 MB 565 142
192,384 192,384 00000000000006ad20c020c8d3a67fa50261d92ab2530626fbc83873f519e4a4 0.05 MB 135 127
192,383 192,383 00000000000004c1b859f548d512e5fe27b46b247581e2dd7d969cc7943b3339 0.00 MB 1 0
192,382 192,382 00000000000003303cc906a2918d61a365dff557a167998da7e7219490a8e3ab 0.20 MB 543 177
192,381 192,381 00000000000003034a2a2d60537008cf6e43d108cb0b6dc4f0fe7c27d800a32a 0.12 MB 268 123
192,380 192,380 000000000000021d393bcae420bdb225042884d96cd2227899e24c6b2bd65cd3 0.01 MB 21 82
192,379 192,379 00000000000004c641b0e76ea0361a0cf09c9abe853070c4bbfd8114ef4889fa 0.11 MB 330 140
192,378 192,378 000000000000008aabcd9f5a34da09e74fb739b08f8a8e968e457004d468fb0a 0.18 MB 465 183
192,377 192,377 000000000000027eb81929b5947887229c7bf44253bb5d7c3a4bbb69d5970fb8 0.05 MB 157 32
192,376 192,376 00000000000005d180309aec922d805b15927bb45e8679978192da7fdc06f879 0.02 MB 83 203
192,375 192,375 00000000000007be126496fbe0314596f495afec83068239ca4158a25945c2c2 0.12 MB 325 208
192,374 192,374 000000000000037a2edcbee7e15fe93ebd30c05df40b396370eb175ac99971a6 0.13 MB 282 136
192,373 192,373 00000000000002110fc1cdf075ddf3e9674395e63f10ef4c693c42cdb439734f 0.22 MB 509 123
192,372 192,372 00000000000004393ec279792fa6ffec443ff951961a0ce30886ae58f29eeb6a 0.00 MB 8 14
192,371 192,371 00000000000001ab8c9fe4b1c1cbddc37c6c5e0270fd0a8f97b84dae33a76161 0.00 MB 1 0
192,370 192,370 000000000000008a1ee20b0c381c9c3892a2e1c9b8709a4c1fa9d695bc6625bc 0.19 MB 512 69
192,369 192,369 000000000000006726dc2b24fdf1b91d9c6dc796cb0621ea2f52f2e5f46c24de 0.01 MB 39 137
Previous 10 blocks ↓
Total Size: 769.62 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,652.11 GB sent, 95.98 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.