Memory Pool Memory Pool Refreshing

3,639 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,636 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (181,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
726,535 726,535 00000000000000000004c19e59b7cb55b938a06d778760fa70cec732a92d1a51 0.22 MB 425 7
726,534 726,534 000000000000000000013319a373b6d2ce7a67ba3e1873e7d8066be7afc45661 0.11 MB 236 8
726,533 726,533 0000000000000000000871d10cf06f9a3dc241f905251acc04b28ecddbad7ade 1.30 MB 2,563 8
726,532 726,532 00000000000000000007ed6b99e97acb755edf3eba80fbbc5f0d6c45befda258 0.87 MB 1,124 5
726,531 726,531 0000000000000000000479dc684e25e7e3298fc1803200f525a319e72e3d3f4a 1.64 MB 1,583 5
726,530 726,530 000000000000000000004c79c0fd13d17d70957721913f2f953cae32b67e70f4 0.65 MB 1,173 9
726,529 726,529 00000000000000000007b30042c927668008a0c3ff61389c3a242bf6e74ef869 1.10 MB 1,754 6
726,528 726,528 00000000000000000007eddb813b5873c8f8a95e4ba7c1b34ea060d48ff24d7c 0.07 MB 190 9
726,527 726,527 00000000000000000003db4f5a58c5d3bb3ae3c08bfead71f44270d83efe17f9 1.38 MB 2,386 7
726,526 726,526 0000000000000000000792bafec022165d0a38a35aa32bb4b6818d1d10eafbb7 0.89 MB 646 6
726,525 726,525 000000000000000000012b62aa6412f53b0caa49b4a1bf222de84b59a80072c4 1.39 MB 719 1
726,524 726,524 000000000000000000021baaf0097c058665cc4a68e6f8fd494a68066420dceb 1.28 MB 1,618 5
726,523 726,523 000000000000000000085bd625714971f974eebffa2d2be053e3c1384a6a335d 1.48 MB 2,596 11
726,522 726,522 000000000000000000047488cfc7f4315f3510bf4cb7b662289c2579d2ca1609 0.13 MB 267 6
726,521 726,521 00000000000000000008bd3a730ed747533da0a297e61a0bec86928c36fe0a67 0.22 MB 431 6
726,520 726,520 000000000000000000077dacf9966febec6373c4b461186cbcaf8aba18e801ac 0.89 MB 1,385 2
726,519 726,519 00000000000000000001d6479a882faa518810f6dd2fb9810bc3803aa6504252 1.41 MB 2,124 15
726,518 726,518 00000000000000000004f151df5bde7d70bba48c9c719467d44866d7bc101f96 0.05 MB 115 8
726,517 726,517 00000000000000000008b132dd9282cef45d0f308a98332a9cf1b573c5a06fe9 1.22 MB 1,176 2
726,516 726,516 0000000000000000000a1f525c87efc2a309a2b13be2d77c755dfe7c56cad847 1.38 MB 2,100 8
726,515 726,515 000000000000000000053d9c87163f8847734a11d63cd7bd08abe666490d045f 1.31 MB 1,995 8
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.