Memory Pool Memory Pool Refreshing

3,723 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,557 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (611,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,930 295,930 00000000000000005b762de799263eed8a625842a606f93b2d51b8a0d70ede9e 0.32 MB 565 37
295,929 295,929 000000000000000062366c42ebc6a36d5fa3ea31cf3d2088b2ec048988339e8f 0.38 MB 177 27
295,928 295,928 0000000000000000542c90778b253146c29b6f2afb938d1633f494e79271ee82 0.25 MB 553 36
295,927 295,927 00000000000000000ac2508fb687f70f305646c35d01ca39a88466e90a877ee7 0.35 MB 442 22
295,926 295,926 00000000000000005e5c62b97abd49ec36a12ce500ec0ffa0a37c705d0741141 0.35 MB 764 77
295,925 295,925 000000000000000085139acc5485025f218f6cd8631950a879d23bcd19b54cfe 0.06 MB 64 20
295,924 295,924 000000000000000084c131249aa96cdf58c6c763f36a2244d487ee0cd51acffd 0.25 MB 512 40
295,923 295,923 000000000000000063a11ddb67ab931a10a9e53c22a73d59fad4656711c05745 0.12 MB 256 64
295,922 295,922 000000000000000075b3ee3cfa41882422e97bef10a181c3880fbeadb9958674 0.17 MB 161 20
295,921 295,921 00000000000000006d95bd721a41e5bd36d76bf12a3fc3d84939a0c900e6341e 0.05 MB 71 20
295,920 295,920 00000000000000009d60215cbac659b9231783596ad9c7277aaecb1e90f4c9f8 0.35 MB 673 47
295,919 295,919 00000000000000009a9fe98571426c787f42d2337cde6d0472666542644c4919 0.25 MB 116 12
295,918 295,918 00000000000000008e764da1d8ba4efa36b038b7b8db4d90f88867ebc2974947 0.28 MB 64 10
295,917 295,917 0000000000000000007f78d175186f678635e93d8315098034c08a5dba04e903 0.25 MB 205 17
295,916 295,916 00000000000000007e707245843f47838b439054d51cf439d5b35f83d14a5496 0.35 MB 325 15
295,915 295,915 00000000000000009e294d9a5dfd4ec355df34f2208224e2ad8a3bb670fc5f1f 0.50 MB 1,320 57
295,914 295,914 0000000000000000700362470fff55170821af22a199fdd5eee6b675fa98d37e 0.35 MB 891 52
295,913 295,913 00000000000000005ee96fb4190b391d0062ed53964029d6ad4c07b2d3242a75 0.35 MB 1,024 61
295,912 295,912 0000000000000000002e3cf90395e1460afddc9ada5b6d6c4ebd40bc93c71250 0.35 MB 874 47
295,911 295,911 00000000000000000274e55a3f3f4eee7b8787568a27551f4f7dbb4f04fc5ba1 0.03 MB 40 19
295,910 295,910 00000000000000008b60318ac6b58cce8f91695c6d8f214f8c3543a18a8bc7c1 0.10 MB 133 23
Previous 10 blocks ↓
Total Size: 769.05 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,627.27 GB sent, 93.11 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.