Memory Pool Memory Pool Refreshing

3,890 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,832 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,625 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,831 (668,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,714 239,714 000000000000014a80aebcb97294a215a57e367fbed764adfd5fed4b510959dc 0.25 MB 610 168
239,713 239,713 00000000000000c00baec2e6fc605eeaba8dcffeec0177f560feb5fddd9fc6c7 0.11 MB 246 144
239,712 239,712 00000000000000d22d80c894ec4e39581e5c72f79bdc5b3815da763285ae9c36 0.17 MB 357 174
239,711 239,711 00000000000001272c7eb572d183c9b8da350b1835b78d3f56cc07c082d78a5c 0.14 MB 341 232
239,710 239,710 000000000000007eedbc28b25e1662fe683133d9c29143c7d85168c93fedff0a 0.11 MB 239 153
239,709 239,709 0000000000000072e2055eb8370b61bc25f31b2a3939932fd5e4f14ecabd09e6 0.23 MB 569 177
239,708 239,708 000000000000009b650178ab2d4b349c91fde3ea9ca95191c970f6630d3dd098 0.17 MB 359 276
239,707 239,707 00000000000000761a21ebae45c9aa89e4c5f458e65f16ffb6fdba7c6775e559 0.08 MB 183 206
239,706 239,706 0000000000000050f834a04fda5ef82f85cd31b36fbf7a462b76774146d658bc 0.23 MB 467 2,846
239,705 239,705 00000000000000f8541901cc502b92e431ba874a854b2e3330d35065e21b78cb 0.04 MB 100 149
239,704 239,704 000000000000003fceb2ceaedcda5984ade8b95ee9cab2ce1c9ad5f6f2259bbe 0.11 MB 266 176
239,703 239,703 0000000000000047c3501ef4cce71a0c2f8162eac09eb9b4c3e757db068a6997 0.09 MB 128 38
239,702 239,702 00000000000000de961a85b11199e785f54d52ea028ef6ffe4255f9544d7cd3b 0.11 MB 140 68
239,701 239,701 000000000000012b13fecd4ac7b10de91d6d97c85ffb5667cf6618154e18da33 0.19 MB 318 139
239,700 239,700 00000000000000d8ea2d31cf284470c65e05afbcda4862423cdc1d7b704d73d6 0.25 MB 458 172
239,699 239,699 00000000000000844a572d0d99a272fec97ed69261cf145dd0ab0661150c5005 0.13 MB 292 131
239,698 239,698 0000000000000117caffc6187ff161eedc49bbf45c9d632e9a3f0bbdb756006e 0.21 MB 505 222
239,697 239,697 000000000000004683d67472a1fc0961e93137db73d1519fb81859bcd199b9b2 0.00 MB 6 923
239,696 239,696 0000000000000002408e756da8e7298ef6109ebd52197664244fbb52e2cb6396 0.17 MB 372 265
239,695 239,695 00000000000000fe51a1f61786bd0e8b622622c1bfcf80a6deb4cbc63a128413 0.23 MB 461 169
239,694 239,694 00000000000000073bb357ef447dd008b8fe317418a22cfb8bc7038868ecced0 0.25 MB 443 137
Previous 10 blocks ↓
Total Size: 769.23 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,634.70 GB sent, 94.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.