Memory Pool Memory Pool Refreshing

9,961 transactions
4.58 vMB
Show Random Selection Loading Transactions
Max Size: 24/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,157 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (732,572 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,153 175,153 000000000000031ea3bd407a489f16cb4f4771ba3a2431957676ae25251ab34f 0.00 MB 10 53
175,152 175,152 000000000000049b3fc42421d4709873fd60bf50a397f0f1e1a61a35e15dceb4 0.02 MB 74 67
175,151 175,151 00000000000009b355dbab43ae55a66e772f3bf64f4b575e152bbc430a563a6e 0.00 MB 9 84
175,150 175,150 00000000000005dc2811ad9578a834d5b09e8e6ed74353394c407a4d6171e7a7 0.01 MB 24 136
175,149 175,149 00000000000005908ebdd5fa150ae79fe88595f8e6712e612357cbd92bdd5718 0.03 MB 106 145
175,148 175,148 00000000000005e8c745f87380858292ba041cd5d723878f7bd63eedcd7fc886 0.00 MB 14 73
175,147 175,147 0000000000000719f072f6d90ac93d3fd8d425909a376b10db1394a2edb0ae52 0.02 MB 41 116
175,146 175,146 00000000000001d2f3163f60ca5423cfeec3246208eb779be2c87a46e65c3195 0.01 MB 23 50
175,145 175,145 00000000000000070f8b5a70d9dd8ca73c7b4d49d84ef7df7ce241bc7dd0d1e5 0.01 MB 28 25
175,144 175,144 00000000000003db709bf68146fbfe5da325c7f8f01af1d17b0bcfb557816beb 0.03 MB 38 89
175,143 175,143 000000000000073fb2472ec1872c9ab54a8693343d34934dfaad8e26ad17a418 0.04 MB 98 125
175,142 175,142 000000000000001a921ee2121b100ceba895971cc1b99466066e8f5f6a2d114c 0.05 MB 172 26
175,141 175,141 000000000000057a67b9a7916ca08b1b47a4a3ff33041bababf2b8bed7fcb833 0.05 MB 115 183
175,140 175,140 00000000000005735aaa28c0e8c18baeceae91366ad1af6ccce7dd26ba70a4f6 0.00 MB 1 0
175,139 175,139 00000000000003fe6b163302c82c69c79732c2559f20f2d4e8e842c89aac5b3c 0.05 MB 109 124
175,138 175,138 00000000000003dafff68acf7de67ac12faf8f7111b8497037a01f9a6dbdff1a 0.03 MB 75 160
175,137 175,137 0000000000000783e4646095eeccf57a039813a2a51763e6f4552912308ed090 0.00 MB 3 493
175,136 175,136 00000000000002ec66b523d925ebfbfffae2a91be0562f2e17d5aac0523bd395 0.04 MB 54 44
175,135 175,135 000000000000088b49d6f16613d58137a5fb107a12af08b0adac796eff590c12 0.02 MB 51 151
175,134 175,134 000000000000052ec1f3c1122a449fb3d1de87da9934fbfa063876d6cd03d02c 0.05 MB 13 57
175,133 175,133 0000000000000959bed0c786419f0f8ddb0f1ec5f191cb972ec9b799f076811f 0.02 MB 61 321
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,625.68 GB sent, 93.04 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.