Memory Pool Memory Pool Refreshing

2,803 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,753 (319,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
588,555 588,555 0000000000000000001207fab2395199d9dff4bf571fe7cb9228b6074825fbc8 1.22 MB 3,095 38
588,554 588,554 0000000000000000000745ffbfef981092263c6165f4f59935e0f3edcb90fea1 0.46 MB 805 13
588,553 588,553 00000000000000000013670b32c0f71c2ff0c8212f341847ef791721c461a582 0.76 MB 1,556 14
588,552 588,552 00000000000000000004768a1df7994c1926e297847195fec5c0a9d3c999f917 0.40 MB 688 16
588,551 588,551 00000000000000000018b678c9dccacbc735667efef225b4b96498db06cd8452 1.08 MB 2,483 16
588,550 588,550 00000000000000000004e36a9e26d75031e8d8940b4cf2acc969b85c66bd5908 0.32 MB 794 20
588,549 588,549 00000000000000000006e124dd53c3ebc90ef981dc7ac00dbf0f419a2d38a1ec 0.29 MB 921 3
588,548 588,548 0000000000000000001b715d56f4f4338c2992022040ce9b54ce33e6dc2ca90b 1.21 MB 2,531 19
588,547 588,547 0000000000000000000d4144907abc56323d82a2efe450a91b62977b839c4508 1.16 MB 2,426 21
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
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 1,628.26 GB sent, 93.31 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.