Memory Pool Memory Pool Refreshing

1,902 transactions
0.68 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,890 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (64,185 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
843,565 843,565 00000000000000000002dbe42c4b93820dde467af50961a10c213ad627352a8b 1.70 MB 3,051 15
843,564 843,564 000000000000000000009520de22469c265509a0ac2c3c5291c8073cce8fb5de 1.54 MB 3,369 28
843,563 843,563 00000000000000000002b74f37adae421a34e3030e93f59ba56901f72c0deb66 1.56 MB 2,597 14
843,562 843,562 00000000000000000002d55a11ae1dbc52274ecf00c29569d23abc0f674a03a0 1.58 MB 3,488 21
843,561 843,561 00000000000000000000c0429a2f3b7806cd6c90559290c4a6e8af9b3913b140 1.51 MB 3,017 20
843,560 843,560 000000000000000000016461c63633efb3abc32da84bc85e92ef7c3d11a4206b 1.56 MB 3,302 24
843,559 843,559 000000000000000000034e30310c8bf30133e41ae3ae189f987e509901409bf7 1.57 MB 3,445 19
843,558 843,558 000000000000000000006efe4853a930b19357b89a4ad5a69c74cc99a74c852f 1.69 MB 3,477 14
843,557 843,557 000000000000000000002483df4e78a2deedc8b4a24743dac029c48466765444 1.64 MB 3,148 17
843,556 843,556 00000000000000000001abae0ae91bb001456bcc0aa0e14df0a341f7f96302f7 1.62 MB 3,273 25
843,555 843,555 0000000000000000000092890a37b4efb4f0749cbdd2511f029bec711e924cd0 1.58 MB 3,333 18
843,554 843,554 00000000000000000001a3a7851ce76f20e81b56b73dfbe847549fb5400513bd 1.52 MB 3,276 33
843,553 843,553 00000000000000000001f0d113bbcef2c1f52882bf8044a7df5299d364216734 1.54 MB 3,501 24
843,552 843,552 00000000000000000000961750bb966af043f98ac0cc9a00c433ccc455204bac 1.69 MB 3,634 22
843,551 843,551 000000000000000000022b2b2217ec782aa8f3fdcc9b68794f073397362a9f72 1.84 MB 6,497 10
843,550 843,550 000000000000000000022e7a7816c2653fcae5d956244f09e820115589ee58e4 1.40 MB 2,725 16
843,549 843,549 00000000000000000002e9b72e4c8962e611c2499ff8faec1fabbe3dad59bed2 1.31 MB 940 9
843,548 843,548 00000000000000000002690430662402d5aa6988d4b07499e33394b0dfa93219 1.53 MB 4,137 9
843,547 843,547 000000000000000000014d0075fd27b4baf58b3b4f43b3534dea71d731476a65 1.81 MB 6,914 10
843,546 843,546 00000000000000000003436eb422743ebc6b2464c5346ac5c6b7cfd46ea937af 1.74 MB 5,252 12
843,545 843,545 000000000000000000017d6268a98c7e3657f3a881054243c5f2eacf39859e1e 1.79 MB 3,040 15
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: 10 outgoing, 114 incoming
  • Data Transfer: 1,628.18 GB sent, 93.27 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.