Memory Pool Memory Pool Refreshing

7,182 transactions
4.03 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,555 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (54,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,495 853,495 00000000000000000002382be5ea4dfdcd1c7995fabf7de3cd4eefd3f4817c02 1.52 MB 5,943 9
853,494 853,494 000000000000000000020626ea079ffc9c620f2dca057973ab3f2c8fb29f4d39 1.55 MB 6,447 4
853,493 853,493 0000000000000000000362129f6baec78b1c9123414111b824fcc5a76151eadb 1.61 MB 3,627 4
853,492 853,492 000000000000000000006149b2b1881cb47b8a13d8adfb7c90d23205ea4201ea 1.62 MB 5,785 4
853,491 853,491 00000000000000000003373a1fbc8aa10b25d15a8fbb12dafe520c382d7987dd 1.72 MB 4,633 7
853,490 853,490 00000000000000000000895117d1284d26a7d8bf7ac19cccb88a78bdade3ad46 1.72 MB 2,477 6
853,489 853,489 0000000000000000000047a11fd2125e1f9d2d0781cd10467422d5e7ca366cd6 1.76 MB 3,955 5
853,488 853,488 000000000000000000024d4c3cb5cf50098e10fbff2a72249efee20ef58fceec 1.52 MB 5,027 5
853,487 853,487 000000000000000000019f13fbac5924089bbae711e5131d6956b04ccd9de0ea 1.55 MB 7,107 3
853,486 853,486 000000000000000000014ae555e3f23ca0f70d153e94f913745eb624173b7a29 1.56 MB 4,492 5
853,485 853,485 00000000000000000002b2fa7e05a612a7f1d68b5bcfc5ed19b03f8f61105549 1.55 MB 7,677 3
853,484 853,484 00000000000000000001e3afeaa8928256fbd4dafe24c11c6d11b047aedb0a96 1.59 MB 5,931 4
853,483 853,483 000000000000000000013791b38133f97e18376c421fe000545eb13168c304b5 1.64 MB 6,095 4
853,482 853,482 00000000000000000000e08ed010d30a400d6d1cd45349fe8ca39ace77e20623 1.61 MB 6,215 3
853,481 853,481 00000000000000000000e7792c30048892774cec7efdbfc6b280da9ad555431d 1.96 MB 4,681 5
853,480 853,480 000000000000000000021587696a40a902322553564c06c2e30fd9be2a494e7b 1.49 MB 3,750 6
853,479 853,479 00000000000000000001d9225628578f6af656fd6ab877250fcd88635abfc463 1.77 MB 3,053 8
853,478 853,478 0000000000000000000201ce7147ee98d27664cc66cda073f280cf74b248433e 1.47 MB 7,012 4
853,477 853,477 0000000000000000000172c00eb38c433fa7f5b6451e06452bcf653696c54012 1.49 MB 5,074 5
853,476 853,476 000000000000000000013d917324f185d8f3feac1e281096f48530a4d84c0961 1.57 MB 5,719 5
853,475 853,475 0000000000000000000359cd6accbd152172a277de3dfea53632c9eec762d2c4 1.56 MB 5,918 4
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.99 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.