Memory Pool Memory Pool Refreshing

3,085 transactions
2.39 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,076 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (557,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,618 350,618 00000000000000000e8e199965370521d9093618b740a8843e27c221e83799b4 0.05 MB 127 34
350,617 350,617 000000000000000007ec61ebddc40ad6917ee1098b7a4701da68364b16dafda7 0.44 MB 967 25
350,616 350,616 0000000000000000039e5ba409a812703b80b947deb1b1260db57833514aac76 0.29 MB 456 26
350,615 350,615 0000000000000000127b5d1510447d3d2be097868a86f4146dc5e07ff17798ba 0.36 MB 668 29
350,614 350,614 000000000000000001f98a0d73a0fd4c99233836af432f42ffef88d124a8f887 0.07 MB 102 24
350,613 350,613 00000000000000000dbd69f542c82e838c51d4a74afe3e72be97ec3a3d8b6585 0.28 MB 540 33
350,612 350,612 00000000000000000314a17445dda50786410cba8c603246e966b046cb583219 0.24 MB 459 26
350,611 350,611 000000000000000013d87d5f60d353386222124089ec6f38331f46310a1ff871 0.03 MB 44 12
350,610 350,610 00000000000000000ba9e514446d0804f49f3efa178355807bd7c372eaf7cba3 0.61 MB 1,075 28
350,609 350,609 0000000000000000068b7376bc4cde2ea95d16a12ccd6cd5f0ba90b0f8c3b1e7 0.27 MB 273 12
350,608 350,608 000000000000000002ce286b34d5ded73d4e737a4300bb9822d9f7f235c216cf 1.00 MB 1,700 30
350,607 350,607 000000000000000006a8204199292bde685379de811b52ae5db414bb4f1fea1d 0.51 MB 515 21
350,606 350,606 0000000000000000068d767e4d3545d8f494cb92fbd407401d824c23907eebba 0.51 MB 590 23
350,605 350,605 00000000000000000400a987f91bb1f7d219459829693ab15c3ba02deb2a1287 0.20 MB 315 25
350,604 350,604 0000000000000000172006b71b917406d43e265333a494d20c898f6943f2f840 0.73 MB 1,243 24
350,603 350,603 00000000000000000f39937901e2ac43a251f090a3b40f87e52a3eaacde13cd4 0.06 MB 100 22
350,602 350,602 0000000000000000038163dd2da5a3faa5788636374ed87a45d6bfa1becac252 0.21 MB 282 19
350,601 350,601 000000000000000010cae4be2a9b5760449788c0262947f068c90836bfb15d7c 0.52 MB 774 23
350,600 350,600 000000000000000013a8799e6e1871533e9a3d08034f0fb4ceb21301973436b5 0.71 MB 1,337 28
350,599 350,599 000000000000000001cc4bfd4f6ffd41b45888780a97524cb27b5f7033e945ee 0.09 MB 131 21
350,598 350,598 000000000000000006dbea7c7ed62823542e2f3c47105146d548e472a1e65f84 0.17 MB 258 23
Previous 10 blocks ↓
Total Size: 769.17 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,633.40 GB sent, 93.79 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.