Memory Pool Memory Pool Refreshing

9,363 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,361 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (569,273 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
338,441 338,441 000000000000000016f16bc1d3871e8aa0d8aa523cc753001ffc12b62da30ae6 0.19 MB 409 24
338,440 338,440 000000000000000000ca51a47b8b34e90411287e650e89bd900b4ee0c0b6c3ff 0.48 MB 897 23
338,439 338,439 0000000000000000195092554f2ba89ac0a0a2591d4b02b39e7fb93c1cff18c2 0.10 MB 187 17
338,438 338,438 000000000000000008aa2b985c38fd59aa8f1b6f5037659b59d064a4dff13d5e 0.65 MB 1,123 22
338,437 338,437 00000000000000000aea341e5d62d5957224a10317d85fa716ec8f404777c12a 0.21 MB 512 30
338,436 338,436 00000000000000001052336e0a011bf9fa747f80354faf54e6be68a54e1d6b85 0.09 MB 162 24
338,435 338,435 00000000000000000e8dc6edc6e59d2ddd84e2017b336dfc8fe7586ab8b07970 0.26 MB 505 23
338,434 338,434 0000000000000000061353ad5c6123bbd699a91c525007088db062786ed32722 0.21 MB 445 10
338,433 338,433 000000000000000012891fbeec14ed64de3c42d7d184960a0496575c65850b67 0.75 MB 907 24
338,432 338,432 00000000000000000b207d78382e063f31d672700725d506de97974acc6b9e37 0.75 MB 2,074 32
338,431 338,431 00000000000000001a72b8edb07c2a21d93e75d21c261a729c0d1674bac39aea 0.19 MB 339 22
338,430 338,430 000000000000000005ace1c9b6df9536e9bbc409349cb43b88090d55fd550457 0.43 MB 649 16
338,429 338,429 00000000000000000dbb55de4a4d71feb7464131ce1a165e36fe6c260501991a 0.02 MB 46 16
338,428 338,428 000000000000000002ce160db0c2c7381718a198d6478ee0269b37d034f4100a 0.45 MB 972 25
338,427 338,427 00000000000000001888755b6d1d26f7956a8e40b6544b3d142cc7012c074266 0.17 MB 417 24
338,426 338,426 00000000000000000ca3bca81628301bbe5e985128bd88c4920670c00aec197d 0.31 MB 475 22
338,425 338,425 000000000000000000282dc52d99c6bbf08c866d5583b994d7d8858eea470f07 0.12 MB 232 26
338,424 338,424 000000000000000000db22eb48eece2bf507ba119fc0ed1bb64f79c2080271ef 0.33 MB 629 27
338,423 338,423 0000000000000000158eb7b9e4f4f619dfde72b8f612091ec280406409f9de05 0.21 MB 427 27
338,422 338,422 0000000000000000101b8c6656278fa4ef34cdd0f55088a003d273f1612c56b3 0.03 MB 69 28
338,421 338,421 0000000000000000012cb97526117f040ab66a63d995a0a0036a8a0a6af623de 0.10 MB 193 24
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.