Memory Pool Memory Pool Refreshing

5,853 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,699 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,694 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,698 (769,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,622 138,622 0000000000000929bf815f0af2d0300adc075160cfd1ebca93b32841995cb0b1 0.01 MB 14 96
138,621 138,621 000000000000073ba0a8b0acdffd83a4ffd889f5b40e7180dd7f023109bfdb2c 0.05 MB 81 85
138,620 138,620 00000000000002144bbe90d360d414f2f342fcf3452266cc6063e204cbb88592 0.02 MB 52 392
138,619 138,619 00000000000000f3d93d536616d3c296104132dc824e1e45bf74de36aec65701 0.01 MB 19 167
138,618 138,618 000000000000021ce71d837182fe3ba318bc8512f066f99454a3cbc06b4d18b9 0.01 MB 19 358
138,617 138,617 0000000000000077f42daf94142c89bed475d03748baacd817188c18f0194c17 0.00 MB 15 80
138,616 138,616 0000000000000751d376cc97e289663ff9b13d79d4a1fd37e5d318a5d596192d 0.02 MB 29 131
138,615 138,615 00000000000001ea9548bf8d8538fc3a6e2d28571fe62ee547d848492f9d065b 0.01 MB 4 1,129
138,614 138,614 00000000000003dbcc0d669e431851ecef27b06261292a67b16a53ed4a4bbd4d 0.03 MB 103 315
138,613 138,613 000000000000089d352ee35f46d752ba0e03848fcbb8ffe6ed46e00e6b9b548b 0.02 MB 49 22
138,612 138,612 00000000000009e50c0e9eb1d27aacd40242ed5871c3572a17591712ab72e8cd 0.01 MB 20 86
138,611 138,611 0000000000000894d582b1735b5ccf932be898dbb2d08f19940b81d29c71a2fb 0.02 MB 58 121
138,610 138,610 00000000000008f8330229f8472824106c3d1fcfe2bbf621d6459f8c320d36eb 0.00 MB 1 0
138,609 138,609 00000000000004af9bfc4533c0e9c248e34902655f2cfe2c86f247bfbc36997a 0.00 MB 13 439
138,608 138,608 00000000000003d99f643e91f589cd5a7c2bcc1dfceea22ca2e198725515a313 0.01 MB 14 69
138,607 138,607 00000000000003c4aae6e895f1ecf7162cbcfe055d9f5b419e69f11cc279f0be 0.01 MB 30 138
138,606 138,606 00000000000007e12397263054140f74540c070fa5d95a9bef6d0eb1e4d72137 0.02 MB 52 161
138,605 138,605 000000000000040d937d79f1dedbd180b0abf660c8ea25917c22f112a99c7e1e 0.00 MB 1 0
138,604 138,604 0000000000000001dabcdd74a17ffd2804b0b4ce974d5971dce753133b6d0b50 0.01 MB 16 64
138,603 138,603 000000000000027362b2028b4b8390221d12eaf541f0de69da313e8278e43f50 0.00 MB 15 83
138,602 138,602 00000000000000551dae3e969df1101cb830daa2d9c5b287df9668d0d382d6ec 0.03 MB 38 56
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.72 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.