Memory Pool Memory Pool Refreshing

6,659 transactions
3.80 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 2,209 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (588,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,717 319,717 0000000000000000089a568c28ea498098c61008c1e510e71b7c0ebe6bd6b8da 0.44 MB 739 28
319,716 319,716 000000000000000004ddda589fc93e1860f222789cba376f6864b63c5f963a7d 0.11 MB 256 28
319,715 319,715 000000000000000003206d14fa3ed848afcdce5713f432cde24730d83dbfed7a 0.83 MB 871 19
319,714 319,714 0000000000000000050c8a7963db0b043310a3f070202037dcd6b2fbb6266420 0.50 MB 1,347 33
319,713 319,713 000000000000000017489b69f2bc03d9294ead30b0ff7539de237a8f7b89af88 0.29 MB 1,024 56
319,712 319,712 00000000000000001b4c8db4bcd02dcd1796e49ff22ded72e6426f3094c1e8a3 0.18 MB 368 35
319,711 319,711 00000000000000000dfca489ddb8111ede8b34293e070364deb0ac56e726820d 0.41 MB 813 29
319,710 319,710 00000000000000000542b8d16c4e545f8d9550362f88650e04d9f024c201d663 0.13 MB 197 19
319,709 319,709 0000000000000000207720b31292ff371c0856f354eb3b8054ec3e7b7371761e 0.05 MB 116 28
319,708 319,708 000000000000000000287a770303cb41e0b472c2a9bd047642c53e3a03dea865 0.20 MB 409 28
319,707 319,707 000000000000000010b908fd5fabc641f9ef76f177f376492ca13e0e2c5e10de 0.31 MB 569 26
319,706 319,706 0000000000000000108704405640219d01624601db5fb343aa627fae3b769c7a 0.24 MB 500 28
319,705 319,705 000000000000000022c6db3a11639e34b4bd6514d8770b87f1bf0762cb444dd5 0.10 MB 126 9
319,704 319,704 0000000000000000148d56d39d331882152ea5090e6d49c14ab3bd04a17471e8 0.08 MB 136 23
319,703 319,703 000000000000000009736948703a2f5a671cd29a4f7dcb8c8a6001122c9aabfc 0.43 MB 828 27
319,702 319,702 000000000000000015555889ed52e335ee80ed78fd4306624254df622a1b114e 0.75 MB 1,289 25
319,701 319,701 00000000000000000c2937881ce1560ee047ff195d40dfe07722e646956ddde6 0.21 MB 363 26
319,700 319,700 000000000000000009939ae830088660a8c11c5f0d358d0f479bdc2a275f1043 0.09 MB 149 17
319,699 319,699 00000000000000001eae880cad53459db0ede6b37d3ef2feaf40c8e7e4adfa6d 0.15 MB 270 23
319,698 319,698 000000000000000001482c6fccc53a4bf7e21b154f749f5db34d6f67442a099a 0.20 MB 381 25
319,697 319,697 00000000000000000ec678f9a7c917e725a499dc0d42dc202d138988c94c17d5 0.21 MB 336 21
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.92 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.