Memory Pool Memory Pool Refreshing

10,127 transactions
4.64 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,124 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (185,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
722,686 722,686 00000000000000000003849a35ae8fb88aab9099f65d0d9ae11681ed2919630a 1.02 MB 33 2
722,685 722,685 000000000000000000046a36001059be65d7969b33106a94ca520f9d9f3adcca 1.35 MB 1,092 5
722,684 722,684 00000000000000000003fcaf259188139cdbe6755d9ef5f67243759676edb19a 1.26 MB 1,584 15
722,683 722,683 000000000000000000055d6b3295ca56e86df4a736bcd3161b7c2367c00b7c52 1.24 MB 962 7
722,682 722,682 00000000000000000007d03fe4a6d351e7e3e19a82167f2a89f42b52240b2bb1 1.05 MB 211 2
722,681 722,681 000000000000000000029a5b46e1dc468b341324897d48d1da305364ead1de46 1.28 MB 1,281 7
722,680 722,680 0000000000000000000804f1f80fb298e83d5a2a6f41a9c9d60938443885f626 1.19 MB 525 4
722,679 722,679 0000000000000000000699e068680ebc2ae32697a13d0b1e044f9a4d40fc04ef 1.35 MB 1,887 11
722,678 722,678 00000000000000000006fd11f6d54c13b471ec3be41f51daffb3c0d7353b90ed 1.11 MB 348 4
722,677 722,677 00000000000000000006f085e64ec41ed9ae76de4de5947f975368e9b3b50640 1.27 MB 1,074 4
722,676 722,676 0000000000000000000a07860f7c85c144d2f7c593c38264d10b1b80764d64b0 1.46 MB 2,786 16
722,675 722,675 000000000000000000010161a85fc357f0a5f3937f623a819af6e3b910650e88 1.68 MB 1,274 2
722,674 722,674 00000000000000000006dbe7a458ebaebb15bca444af4932cb36a63ee5c75d27 1.81 MB 551 4
722,673 722,673 0000000000000000000400cdea08a88718c15e345dedbae49fc06050ec2947b3 1.72 MB 1,858 6
722,672 722,672 000000000000000000095d9b6a11211645d1929fb1fe2936633c3e6992709617 1.54 MB 2,912 11
722,671 722,671 00000000000000000001a2834024d9f2ce32722722c2ba1dabff2c2721760f17 1.84 MB 1,667 13
722,670 722,670 0000000000000000000411a4a365c894a968532ccdcefe38dab3a18fb3f5d664 1.79 MB 2,017 48
722,669 722,669 000000000000000000006f95e538b96ca1978c4ae70f09aa607c5a201f396e8b 1.56 MB 2,807 12
722,668 722,668 0000000000000000000a1593e2c8a01b56c1cfbb2fa0f991942bdac8d6569b5f 1.16 MB 1,039 12
722,667 722,667 00000000000000000001b4074577642d9277953da289b0929013c30a7772956d 1.45 MB 3,317 19
722,666 722,666 00000000000000000002f78e4a0411b560e876618fd4e84ca5dc17b399b9e02a 1.71 MB 2,107 3
Previous 10 blocks ↓
Total Size: 769.03 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,625.70 GB sent, 93.04 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.