Memory Pool Memory Pool Refreshing

8,842 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,039 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (699,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
207,961 207,961 000000000000040b9a8aa2c26fbd47a46a1005c55cb3138aa1a93f337f909637 0.00 MB 11 158
207,960 207,960 00000000000004c9fd75a80e4b65c06f6fb60541c8fbcebf96c6d8b87fbe6479 0.10 MB 175 169
207,959 207,959 0000000000000364791cf2786f08d77195255f3adc3e29e0403f230544890811 0.39 MB 721 125
207,958 207,958 000000000000003155e33aae69b7b92a0909ab889d9d439acb283480f2590465 0.08 MB 210 331
207,957 207,957 00000000000000971226aa7fa0047a82048a763ee7164930f0bef3b575da5b76 0.46 MB 918 115
207,956 207,956 000000000000029488984c881a56a6070e92470adb4732c30cf2c0c72534870c 0.00 MB 13 162
207,955 207,955 00000000000000ab1000422f927523891c4728faadf36a619ea44c85f8552222 0.00 MB 1 0
207,954 207,954 00000000000004243b6ae4b8b445f0fa5033a0f5ee5c0326673045210f0ff0aa 0.00 MB 11 462
207,953 207,953 000000000000035bff5bc0ba429c20aa04d614269d2887fba4b37bab9c04b29e 0.11 MB 218 203
207,952 207,952 000000000000001ab23c3904a056d996c05cd6af2b95ac28f0973ad438e15cfc 0.25 MB 503 294
207,951 207,951 0000000000000405195262f99611e8741c496878510296aa46a6ebf8724cb76e 0.04 MB 87 200
207,950 207,950 000000000000019649c3aac72dbe11856cd8ceeebd966b559049ebd690d8f6fb 0.10 MB 252 134
207,949 207,949 00000000000003e9239fa6025e9cc5d56f2c618bb6c9b4b348a2195584c38ee1 0.42 MB 970 196
207,948 207,948 00000000000001e7ca0d34a020d28f8aa854370fb3799a123dc17c8d70d124c5 0.15 MB 386 207
207,947 207,947 00000000000000ecb60963b0232ff99db5f52399fd5a28fcd0c5b5cefac4f275 0.05 MB 142 122
207,946 207,946 000000000000020ae002138adeedd92b7f3ba5f569d9c22c081840e547a4cc63 0.25 MB 630 251
207,945 207,945 000000000000010152ed9dbc4be1da5c103b2dbfa4d2a6113168ee81ca6440e7 0.01 MB 18 651
207,944 207,944 00000000000001df4d87eceb78034c3b2aecd16650eb170b1a1b1917198ab5a0 0.08 MB 195 223
207,943 207,943 0000000000000263d43de987fd90c012b4319987f796942587c812d0bf4d031d 0.04 MB 137 80
207,942 207,942 00000000000004a64e69f9e07230a40075ae5bff2c92b5e77373aef1b9fcaf18 0.02 MB 45 153
207,941 207,941 0000000000000309aca00a3733e9cce7eba7ac076b2ab29b3ff3d7473499faa1 0.06 MB 135 135
Previous 10 blocks ↓
Total Size: 769.04 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,626.70 GB sent, 93.07 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.