Memory Pool Memory Pool Refreshing

2,292 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,450 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.60 vMB 2,286 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,449 (809,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,745 98,745 0000000000022b678f68f20a8cdfdb925ee6f83461846b8c773a558aafb65a6d 0.00 MB 1 0
98,744 98,744 0000000000006ef1b8bde561e84afa9bbd177f2e03ece14fec0dff2f7bd00c13 0.00 MB 2 0
98,743 98,743 000000000004a45b87cea6c2fd4eeeb93ce681e7ca15f044f7cdd42ad511cbad 0.00 MB 2 0
98,742 98,742 000000000001952fa9aaf77d5c927d7295debd20583e73763b31bb579f1e166b 0.00 MB 2 0
98,741 98,741 000000000000b7b71ecbb2f25b7caad5cdb225cb70185762d1b9a7fbed79b137 0.00 MB 1 0
98,740 98,740 00000000000137a5c1f9426bb949b557e2a56c81e8327f6e51901bd92d3a828e 0.00 MB 2 0
98,739 98,739 000000000004dd0bb98876f1d1451266c8c956a1363ea5206aa41f24adb84fa2 0.00 MB 4 0
98,738 98,738 000000000005123abc8508f3df2dcf6d132937d49300b98b06fcc11df383af90 0.00 MB 2 0
98,737 98,737 000000000001005dbdc1586e166feb98f6aeb21125112cca6d9bccc41859bc78 0.00 MB 1 0
98,736 98,736 0000000000002b25b64316c85c80a3046797fe7452815106bbf542294b64a0aa 0.00 MB 1 0
98,735 98,735 000000000002b8618aeacd88b0a628eef0223c33e4a1f4fa1f5243af907656b5 0.00 MB 1 0
98,734 98,734 0000000000046858829f006c2b7fa9827e9e695a4ef2126ad7789a376a922004 0.00 MB 3 0
98,733 98,733 00000000000161984a14cb6999929931835f14b4b5154b71f66b8b8e95c2a2eb 0.00 MB 5 0
98,732 98,732 0000000000050716c0903eace10e6e19f41506eb84bb0ff3ed0057cc841ddfda 0.00 MB 2 0
98,731 98,731 000000000001a2f7ff832008d727186d1af91fbf3dc587ca89858dcbcf4d742a 0.00 MB 3 0
98,730 98,730 0000000000043d2a4add6edc79708375bbd80eaccdf9079efedde15d61671f78 0.00 MB 1 0
98,729 98,729 00000000000284f755b1c294d0e6d799640396739c5288c56e4d47146ef9f748 0.00 MB 2 0
98,728 98,728 00000000000076c50ba3d1b0aba96e96e21df96557b134dbe73e065d7defa044 0.00 MB 1 0
98,727 98,727 0000000000049f6a4a9bbb3a05a0a774c1f4ec82f074bb9053c7a62994d2379a 0.00 MB 1 0
98,726 98,726 00000000000074c895aa554a9b59aeeb7d4aae66ede8bf0b12c680b3ffc16b40 0.00 MB 1 0
98,725 98,725 0000000000036cf94868dd0d7caa43dbc1bc9408baec2fc91d34e5cac50ac4ff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.54 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,776.97 GB sent, 99.74 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.