Memory Pool Memory Pool Refreshing

8,384 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,530 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (319,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
588,546 588,546 0000000000000000001283baef4931b7beeadec135661029a6facab54f68f334 0.31 MB 494 10
588,545 588,545 000000000000000000166c0e5384d8e5cda93b5fda75a59bcad24f062f7e83f0 1.19 MB 2,416 18
588,544 588,544 00000000000000000003d168a4837404e5c2a35d42c35560c6f6db62f0bd1be4 0.24 MB 637 21
588,543 588,543 0000000000000000001a266311529f38811acf3343463ae8cacf58fff9d287e4 0.53 MB 1,320 21
588,542 588,542 0000000000000000000c3cfab56bce20d272c6264e1c409d59602f548507115a 0.05 MB 140 22
588,541 588,541 00000000000000000007823901c9d14b6e26be5550b8b4ae410f313d2ef52788 0.39 MB 1,129 13
588,540 588,540 000000000000000000154e2dc4ec75b1ae8dfc3485318237d17a8edf979a7bfe 1.11 MB 2,738 7
588,539 588,539 000000000000000000028580dd64d331e0f0ee1861c9d365a158b049d9a7fdaa 1.20 MB 2,734 28
588,538 588,538 00000000000000000000da9d2a859593ac5eccbf91afd01b8bc0cc027f796fee 1.16 MB 2,771 16
588,537 588,537 00000000000000000007fc192c56c5e8e4d9117120e22c521719033a2e0223ae 1.04 MB 2,379 8
588,536 588,536 00000000000000000010afaf833c327b1fef2ed37d1f4bba70a5c9cc1039a6f3 1.14 MB 2,081 6
588,535 588,535 00000000000000000005a564e8847b2c2384069a49bd90a98b4d8219cd47907c 1.19 MB 2,550 11
588,534 588,534 00000000000000000013130dfe593db1d8a4add60641dab7e6bb250dbcc3b1bd 1.25 MB 3,192 38
588,533 588,533 0000000000000000001cfcd65806c22eed59ef83e836048694fa7b9d3f9015f2 1.19 MB 2,739 21
588,532 588,532 00000000000000000009cb8112d0d5c469841ed7593d99542b3c370638ea449b 0.81 MB 2,125 15
588,531 588,531 00000000000000000007cd1c6242643fb53b86c0348847bb2a48a2f5aed6539c 0.14 MB 341 18
588,530 588,530 0000000000000000001100e6b9a114c39cd67156fa0ec50a24172200a295dea1 0.08 MB 232 18
588,529 588,529 000000000000000000081aca480bc8cdc61304f4a0359469e07d02f3113789a6 0.83 MB 1,960 17
588,528 588,528 0000000000000000000dcdcfbb0ebed55841192873798574ed6474959f368498 0.82 MB 2,274 17
588,527 588,527 0000000000000000001e7e8f8e5212782429e145e0bce91c2a29ebb637392037 0.91 MB 2,153 16
588,526 588,526 000000000000000000157c8967d679fcf9c179c488b00b73bcd2a4ea6879190c 0.18 MB 383 22
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.