Memory Pool Memory Pool Refreshing

699 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.28 vMB 699 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (716,303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,553 191,553 0000000000000173a609a78e14cd54060039ec96fe62708a4aef067cb81bfd4c 0.16 MB 273 87
191,552 191,552 000000000000025039b85b743a01196fbf919e3f8f7aaf263edad3fe488157c5 0.25 MB 250 104
191,551 191,551 00000000000005b1cfc7e46b4e64fefb492bd4899cb46cda9d4312392f5ac16b 0.04 MB 84 73
191,550 191,550 00000000000004de92506404cd45e3c494d3e403ace3b20366000b3f3197da06 0.07 MB 220 1
191,549 191,549 00000000000005e2082b2eea906b10f09190e0e07789074bce7ce2609fc91b78 0.08 MB 184 164
191,548 191,548 000000000000005c0afcfd219133a3639fbeec12581ee8e2e774a0000540bd5d 0.08 MB 217 156
191,547 191,547 00000000000005a785a5f609ab155f7b510ca34fbad7471a3de6b9b6b7e7061e 0.10 MB 214 136
191,546 191,546 00000000000006a0e34dacacac3717bda3abd601a494c6604cedf4003d5966a7 0.17 MB 507 135
191,545 191,545 000000000000011c55c9f1a1b87b63e71d945aced8530a56cc529c2b5d5cb334 0.25 MB 548 124
191,544 191,544 00000000000005b939307adf577f395d1d467d377bd49e2d0edd4491dbf16eed 0.42 MB 1,024 141
191,543 191,543 00000000000007cf23658f2877afce15cee69e476ffda9441e0769e3fe42f34b 0.00 MB 9 15
191,542 191,542 00000000000000631dd340767db753a448ee5701804c1ce4d475944a53dd701c 0.01 MB 32 0
191,541 191,541 00000000000001788c4a9f5f202d3bfcc8a05c3e29e2471fbf8fe88f724a4f2e 0.05 MB 128 81
191,540 191,540 00000000000003f7999e848efe3fab72a27ccb076884a4034a38fcde41298c8d 0.01 MB 32 164
191,539 191,539 00000000000004fc8497dbaa758ef6687171ad75dd7a350d3a080fd6035fc505 0.34 MB 812 141
191,538 191,538 00000000000001144c831f23962b361c8c6bde214760b1458cfb068e0e55350a 0.02 MB 60 101
191,537 191,537 00000000000007689ae3a8e2955b702ff30949e27471a617a99f908193efcba0 0.05 MB 127 91
191,536 191,536 00000000000007d7b9dc0bee27afd43f2e195952aa482f65c82464616dc20993 0.07 MB 154 102
191,535 191,535 000000000000017a04ab9b996187dd8abd670ec8cab6eb858c4a555436f013f8 0.13 MB 327 120
191,534 191,534 00000000000006b2bfcc29c6be586227caa84e5faaaccb24513c097bef961554 0.04 MB 133 8
191,533 191,533 000000000000039cfd2d27da6badc8dd48e46e8292f940639de4933b8b49287e 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.27 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.37 GB sent, 94.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.