Memory Pool Memory Pool Refreshing

5,841 transactions
3.73 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,807 (698,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
209,698 209,698 0000000000000361948c540f7e655fe790dd9ed13ef8ec9e0251c1ec5e8a77d5 0.14 MB 390 207
209,697 209,697 0000000000000235236172c8c423b82699a2fc1bb029eb3e17edbb1a7a16ba7b 0.17 MB 271 139
209,696 209,696 0000000000000200fff24bf9bc66e551f55ce50900445fda8d5b8c87cb6673e5 0.19 MB 322 129
209,695 209,695 000000000000028c22f3c380da55155885506f1206883bc6f73b640b455a91e1 0.25 MB 732 327
209,694 209,694 00000000000000f6518dc3af80b6b7f629b0d32667e0c8557c84bc46a6b2a5a0 0.19 MB 398 155
209,693 209,693 000000000000030acbeeb33fe20409abcbfa097d105eb2032e914de4dfe1395c 0.17 MB 392 179
209,692 209,692 00000000000003dec8c31043e2c42d59fab237a37110a08fb81bac4cf94896cd 0.10 MB 224 173
209,691 209,691 000000000000044c4660050610684788db3a584e49f98b5868e53a46683b3956 0.05 MB 111 102
209,690 209,690 00000000000003f98248e15bbc7b59970cbfaf10785489c73244fc96774bd754 0.15 MB 325 213
209,689 209,689 00000000000003075e245006ce026a412138256febea90c04388bad31e4f5633 0.09 MB 167 183
209,688 209,688 000000000000010047ba970e640088243cd56d27d730262db523e57c1dba2709 0.43 MB 1,027 35
209,687 209,687 00000000000001c197c7b14cf3fdb58d095902f968c9655d3439178c22e313bf 0.06 MB 127 168
209,686 209,686 00000000000004964c5b83dff31815e5d11ce963344914313a05c5aaa8301ff5 0.00 MB 8 0
209,685 209,685 0000000000000245d1acba56b1210654a7f648c1f4f1b98b028fc2b5bc3d03d8 0.09 MB 123 203
209,684 209,684 00000000000000ea414f925e948c1dfed9bbe0f4df1cdfd983d96f25517f3950 0.06 MB 104 86
209,683 209,683 00000000000002e587fe8264ed5a33288f4b4a7c704ae099ad2f9e8c3f47698f 0.20 MB 468 443
209,682 209,682 0000000000000457a1f3f933fe75ef613898218c3394b60fd83aaee4dc9cc599 0.02 MB 54 192
209,681 209,681 00000000000001db8b47f9d0511f2ed24dce8c1f946df6db6d1518bd16a3ed0a 0.04 MB 103 148
209,680 209,680 0000000000000042b92f187880a20afaf7302f6ef2e183d7153d496be2da4459 0.12 MB 298 176
209,679 209,679 00000000000001f63260956383c4b9f14e360089bcfdda0d9546e2adb1a7e28f 0.06 MB 135 133
209,678 209,678 00000000000000a4cbf487df4c5d932c363de40ec2721f8e67c2ecd73b230c43 0.14 MB 306 155
Previous 10 blocks ↓
Total Size: 769.18 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.51 GB sent, 93.84 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.