Memory Pool Memory Pool Refreshing

13,412 transactions
4.76 vMB
Show Random Selection Loading Transactions
Max Size: 28/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,722 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,008 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,721 (657,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,701 250,701 000000000000004faa8db1fb1b1f236c5a55a65ef390b2b3f272a8cd04754c0f 0.04 MB 60 66
250,700 250,700 0000000000000032bb8fa5c29296c3ecf206ac9229e95b4282f320cd5628c74e 0.37 MB 798 97
250,699 250,699 000000000000000bf66a06326cd7a07e01c24f830f5ba38b70183679c4db6f88 0.03 MB 52 139
250,698 250,698 00000000000000575d1b1f06fd8ea1e4ca49f07c05acdf5b925dfcaa0d7ad0a1 0.03 MB 75 71
250,697 250,697 000000000000005e4f20b377a983d67d8ed47e5bd0b73cdf1e04408135670ece 0.19 MB 403 142
250,696 250,696 0000000000000054ff8bd6e16b8e4a0688a65418d3d467aa03bed72b19467dde 0.13 MB 269 109
250,695 250,695 000000000000002fe4d0b305fe8c6d8d97d56c4688ded052e8a727c25dae750c 0.24 MB 491 101
250,694 250,694 000000000000001f854fcbdb5a12ec241ddd441aa7511cef2bccaec9ca27fa7d 0.50 MB 1,277 129
250,693 250,693 0000000000000031ae9b627e90ca850582101b98720e2caea5cf5983cb261aa6 0.25 MB 676 158
250,692 250,692 000000000000006421a6ed3d63e3062625e5626bf90c298b1f0f3d6caa05d437 0.01 MB 24 86
250,691 250,691 000000000000000b7657e02ba3866e77a95a3902ee4543330d36807c9d209441 0.09 MB 162 120
250,690 250,690 00000000000000296227d5f8b0bd73ac4f92a0666077e99cc39e161e835bfe3e 0.06 MB 152 227
250,689 250,689 000000000000001aa28ffa88891682e18a9f947119ec2703943f09817363a831 0.29 MB 559 81
250,688 250,688 000000000000001f8af4f4b221ec2239ec406e322461b605a5a555c02c8cba49 0.14 MB 337 88
250,687 250,687 000000000000004f271c5cf2570596ed01d90e286aa96ee8b2a717549c9e3d44 0.10 MB 256 141
250,686 250,686 0000000000000002e21980b20f76229d53674ff7210f1c1047ff5e069b0ac215 0.11 MB 214 118
250,685 250,685 000000000000000105a6f2c8641caa61f9d678b3ddde4935fefbcae2984e71f7 0.03 MB 43 120
250,684 250,684 00000000000000678c5fed038e3b80fb31acc5a510f6a866a6d115c8a1197837 0.05 MB 80 101
250,683 250,683 000000000000002e73dc80fd84c9625201e94bbd87b83fb1380834a4ebbaab69 0.21 MB 379 54
250,682 250,682 0000000000000057e003b402409e4161795015f58fd5e1153ecc301d3fdee9d5 0.25 MB 612 185
250,681 250,681 0000000000000034aa73d33b9e7762a8c369f10c99e253af037bb0c858007a06 0.02 MB 35 93
Previous 10 blocks ↓
Total Size: 769.02 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,624.71 GB sent, 93.00 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.