Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,922 00000000000000000002349e0000000000000000000000000000000000000000 0.80 vMB 1,617 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,921 (312,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
595,459 595,459 000000000000000000134a3f59032ca2e40762dc4ea84dc4ce56c8da9d9e65f6 1.06 MB 1,778 13
595,458 595,458 00000000000000000009fb4e43eb0ce7762da90bcb3b0bbeb9cc54fb5782639a 1.20 MB 2,953 27
595,457 595,457 000000000000000000022553d1e8a6b74f137f361be036fd26b4a2e6f5feb38b 1.40 MB 2,540 32
595,456 595,456 000000000000000000046a255a5fb30df3185cd4e257b0cfca7f7a7096a388e7 1.31 MB 3,276 40
595,455 595,455 0000000000000000000da2666a6102e7b5057a06fbbae3409987287c5fdfdd90 1.18 MB 2,747 22
595,454 595,454 00000000000000000011e35b5ac75cbdecc07840bc4220cdf4b7c2a319e0938a 1.34 MB 3,011 32
595,453 595,453 0000000000000000000812600675e33e0eb44651af17a98799de9af059d68446 1.28 MB 2,312 29
595,452 595,452 0000000000000000000a29c2709d874e2408aaf90e6b9ff2bfa9400cb3c285c1 1.36 MB 2,679 44
595,451 595,451 0000000000000000000bbd092c8f5839db97dbcc388a5060feef5064dae11d99 1.27 MB 1,991 25
595,450 595,450 00000000000000000003eef4da29a861f324c566f273f61db13c1d92a69b8c92 1.23 MB 2,643 20
595,449 595,449 0000000000000000001504b4bf66ea4686546042bc91eda2e958f87c96f1431f 1.20 MB 2,765 31
595,448 595,448 000000000000000000067bf785f8cf38481cf7e776a4b29a5b1653141538aae2 1.24 MB 2,178 22
595,447 595,447 00000000000000000009136e9596d4d990b6ba7f3a836c849447c31045af25f9 1.29 MB 1,794 26
595,446 595,446 0000000000000000000a37e96be857dee4a924b12761b15678800c3d9576cd97 1.11 MB 1,514 52
595,445 595,445 000000000000000000079c43fb770154f8d5783a78017532491a6787d6282a24 1.11 MB 1,006 80
595,444 595,444 00000000000000000011b7f7b5fee5ffaae6e651cf323c4e155fd981ded4a179 1.32 MB 2,804 39
595,443 595,443 000000000000000000045783b25f193b344404871b85348b188b2e735f3b539f 1.28 MB 2,771 33
595,442 595,442 000000000000000000167cc560d6bc6436e6e5f26858e489beae00f557e8de28 1.73 MB 1,765 23
595,441 595,441 000000000000000000104bfa680d79939c067c9874b3558254e6b5f1cb0cac32 1.35 MB 2,309 42
595,440 595,440 0000000000000000001126e67ec47490226d2cfada157eb16b6df38d58f8e76b 1.28 MB 2,581 46
595,439 595,439 0000000000000000000b8013808e3cb59bc0d08020b869e3f1d725e574ade8dc 1.26 MB 3,084 24
Previous 10 blocks ↓
Total Size: 769.39 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,644.43 GB sent, 94.92 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.