Memory Pool Memory Pool Refreshing

533 transactions
0.17 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,862 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 529 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (782,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,755 125,755 0000000000001dfac944bf119cbfe25525234f95d9274332c1d8a1456ca62448 0.00 MB 12 315
125,754 125,754 0000000000000189d9bf3e9972bb2d582e51a5152ec27f403da4a33e52d8138a 0.00 MB 12 0
125,753 125,753 00000000000041c6be8c9ace7a73282712caaeffcc0916514f4f1f8bf6fbc617 0.01 MB 44 769
125,752 125,752 0000000000002321a98b4545842ccce16901f7caddfee1e388aa518ded740b88 0.01 MB 20 430
125,751 125,751 000000000000100ce2a1523a5571b0421c00bba0e140c2ce6d7495e9d6c72f8b 0.03 MB 70 881
125,750 125,750 000000000000020cf27066ed2806fe10f5449ee108dbb2ecd1545a36d7872432 0.00 MB 1 0
125,749 125,749 0000000000003eaf2f6bc767fc98f56e8533807fd8f485074faab1956fcec748 0.00 MB 13 322
125,748 125,748 0000000000001392c3eba1baeafbc92a7edb09a39b1b19a0ff44771b2d50212c 0.00 MB 8 355
125,747 125,747 000000000000233915cedff18d1b0b4f6cc864d9602fa4cc3d869b61ee90a9bf 0.01 MB 22 163
125,746 125,746 00000000000008c8bab36dbc36bf69ea06477012eaf82b999174b18d7c3dda47 0.01 MB 33 1,325
125,745 125,745 00000000000005853ba9b9964fda6e996783fc15beb846817847d85ef4097cad 0.00 MB 14 978
125,744 125,744 0000000000001bebfbdb44600d14de89276b9a4f4c0577df69afef7a8715e9ae 0.01 MB 35 649
125,743 125,743 0000000000001a074509a7b9b0210579b5024ef99e29f1ec1cda26216b871ac9 0.00 MB 10 404
125,742 125,742 0000000000001097f99c9d122bcc99a2c978f3770c59419a8992eb95666463d1 0.01 MB 48 268
125,741 125,741 000000000000094eef45795c5be17aa2a42b261493780d0c7bccbaee1585b1cf 0.01 MB 27 2,798
125,740 125,740 00000000000019211b080ec459a59fcc09989c3f9531771ba201d682737801da 0.00 MB 4 1,353
125,739 125,739 00000000000001e5df07d16d56dfaa1e2f4efc2e5f5f4a4e409a305fe6407042 0.00 MB 1 0
125,738 125,738 00000000000033a158c1bc58a6f9b1b5319a708d412fa4187d86b3288eec294a 0.00 MB 8 335
125,737 125,737 000000000000373cfbed706aee2ae5a52923aa1920d20c4f0cfc6b0f7405172b 0.00 MB 4 0
125,736 125,736 0000000000000066c53357d2fdbdd25de933d395792db64e8d6c429caf2b2bfc 0.00 MB 13 1,237
125,735 125,735 000000000000235682e74d130267871f075812f1648a1b8646e9ce4283e9d17b 0.01 MB 16 1,168
Previous 10 blocks ↓
Total Size: 769.28 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.53 GB sent, 94.31 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.