Memory Pool Memory Pool Refreshing

8,572 transactions
4.08 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,142 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (557,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,626 350,626 00000000000000001611d9509deb348979336bd99ede1c3d7b14bad911be24c5 0.07 MB 117 24
350,625 350,625 0000000000000000104f0014014bc5d7bbe28038598e4447d5023da8493b02fa 0.29 MB 511 25
350,624 350,624 000000000000000012aa1375d5d083daada3e2adba965cee075add8dd8fcc2b1 0.37 MB 725 27
350,623 350,623 0000000000000000020f80112f85f97e81363213f3cc48a6d9ef97e1c47e7b90 0.19 MB 371 27
350,622 350,622 0000000000000000125ca62fdee63b1bcb3cb6779f31fe66ed6445f013561308 0.42 MB 909 28
350,621 350,621 0000000000000000017ef69caf9cd5e6d8ac4aecc9ff535f341266810ac82b24 0.00 MB 1 0
350,620 350,620 000000000000000009b3324388310a1c9c2df81de2f61c1c13ffa3d1af491731 0.42 MB 835 29
350,619 350,619 0000000000000000125b0a2d6e4442c94ab183446650d9c8dfe3deba8849ecc3 0.10 MB 189 27
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
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.50 GB sent, 93.03 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.