Memory Pool Memory Pool Refreshing

10,743 transactions
3.40 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,066 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (18,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,575 889,575 00000000000000000001a917059020646b8bcba3ca06bd25b4a273099299eaf7 1.58 MB 3,124 7
889,574 889,574 00000000000000000001ece636fd57dfc735175675dda86c188c51b67daad957 1.88 MB 4,846 2
889,573 889,573 00000000000000000001275bb05def792983199e4926d1a0b7d3b791b8d722f1 1.43 MB 2,285 2
889,572 889,572 00000000000000000002036cce2b6e1e301c6da66c693adbd478140ceaad0d6c 1.27 MB 1,444 3
889,571 889,571 000000000000000000025227c08f4fdbdb7bbcacb74b886a530f52b240528491 1.02 MB 202 1
889,570 889,570 0000000000000000000074ecd920f776fc37db915b8bdf0bffa206244cec07db 1.40 MB 1,568 4
889,569 889,569 00000000000000000001d62ec41f6431a6ef200ccb08d07706b115a395cefd7f 1.37 MB 2,043 3
889,568 889,568 00000000000000000001357228b707f1094bfe289dea06396a794209cf9708a1 1.62 MB 3,622 8
889,567 889,567 00000000000000000001c735ccf92f1ffb0c01bf461a49b7674415b43c13cc44 1.80 MB 4,814 2
889,566 889,566 00000000000000000001d040d323b7c73d953e153d92af5c061caa561087002f 1.21 MB 1,222 3
889,565 889,565 000000000000000000002fb63069813df154d7ec78c91e23c5e178ee138096e3 1.48 MB 5,999 4
889,564 889,564 00000000000000000001fafb8df370174b997d9a536e9bd9f164dc464e216f48 1.49 MB 6,056 11
889,563 889,563 00000000000000000000a32666e5569ecc77bb82ab8feb87f9b424e1a0e8e0a5 1.38 MB 4,797 2
889,562 889,562 00000000000000000000ea7cc78a7cc86d428b1d155f713cf185ec5220657404 1.49 MB 5,264 7
889,561 889,561 000000000000000000014321d74f3875f192ae3ee976bc45b0620387165efbd3 1.36 MB 2,111 4
889,560 889,560 00000000000000000001aa0b4978bf3acfb8350b0c0467dd396c8a3d2b5f5743 1.52 MB 1,728 1
889,559 889,559 00000000000000000000cd014e50bcdd8bf3e4b43a8fb9c4affaa1dbd5e45d6a 1.50 MB 1,468 2
889,558 889,558 00000000000000000001e2f2f1c16eded6abb78c7ebdd73359aea7c56bf13679 1.37 MB 2,297 6
889,557 889,557 00000000000000000000d786dc96380acf765c03031d2ae7a6a4b1148fc787f4 1.60 MB 2,431 5
889,556 889,556 00000000000000000001d43e344964d18094078ad27151e553ee0c6e1fb2a6d8 1.65 MB 2,831 8
889,555 889,555 0000000000000000000130a9aac12eea89f8b8bf8e86c674f42beaceb96921a5 1.47 MB 2,897 7
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.