Memory Pool Memory Pool Refreshing

7,939 transactions
4.08 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,852 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (190,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
717,529 717,529 0000000000000000000341777f678f087d41c637cf635d919e5c3a18f5329cb6 1.48 MB 2,593 16
717,528 717,528 00000000000000000007b8f678582bd7d984875e4737b867bb237c3567767b84 0.27 MB 239 7
717,527 717,527 000000000000000000089a3fa5f0c14bcdd37798a7eaf8417c3536c274c201e2 1.48 MB 1,923 17
717,526 717,526 000000000000000000091cce8fb52cf1510cd2695d5b28bc6bda917e3c3578c4 0.35 MB 618 11
717,525 717,525 00000000000000000007fe790f615fe21cfd1fc147d4151427ead2fc4ec8cc9a 1.43 MB 2,422 6
717,524 717,524 0000000000000000000b7c1c513848b35a221bc5e90d550966e8c017b696deae 1.45 MB 2,874 20
717,523 717,523 0000000000000000000b2141c3ca6f53835fc7431b6bfbc357d5010c5047eb9f 0.14 MB 334 15
717,522 717,522 000000000000000000063d64d1fcc1ffd51ad2b6d846eb9d50bd3a2a3bd68c44 1.25 MB 2,105 13
717,521 717,521 0000000000000000000021aa77f0d36b16757bc7b0a584e68a889bd004d787ee 1.05 MB 1,989 5
717,520 717,520 0000000000000000000af68ea0970fb6f30e719f387098642270195a3373c417 1.52 MB 2,809 17
717,519 717,519 000000000000000000048873e22df234f2f6f82685a0c07073bbcb1f65bbe182 0.48 MB 802 11
717,518 717,518 00000000000000000008f6a190f9a430a513612d7bd1a148e0bf8c02cf9864cd 1.97 MB 1,161 7
717,517 717,517 00000000000000000000e88e2bbbe30272f0cd19275dbc162e2360c54720899d 2.12 MB 818 4
717,516 717,516 00000000000000000000ed78c253f88779ba213e540f3cab3f5acdbae3604123 1.77 MB 2,212 9
717,515 717,515 00000000000000000009598cd413f93e422542478c85000bb93394aeda5fec40 1.37 MB 176 2
717,514 717,514 000000000000000000044e5754da77030bd7bc3e8824f8794a52dac06fed36ff 1.85 MB 1,704 8
717,513 717,513 00000000000000000001de83aec56067d68f3e458747e7b965b5e15a7ac8c41c 1.47 MB 1,176 6
717,512 717,512 00000000000000000004212a3f042daf537c43f7219a167e2413ab0d6dfa9ef0 1.40 MB 1,683 14
717,511 717,511 00000000000000000006944709ce0c294d2b518acc0bb098b3419fcea7ba21a0 1.86 MB 1,581 6
717,510 717,510 00000000000000000007b68580a799504b3afc00336b2d001dbc634b7eb742eb 1.70 MB 3,186 3
717,509 717,509 000000000000000000077952262a1f52952f99a3d4b07b483ea54e5988435825 1.50 MB 2,876 15
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.80 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.