Memory Pool Memory Pool Refreshing

13,640 transactions
4.32 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (392,790 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
514,928 514,928 00000000000000000012e3a7a6f5d42e50820840e23575cb7cb56bc6f294e1ec 0.85 MB 1,736 39
514,927 514,927 0000000000000000000788cad1ce3799c03b107bce2cab07bcbdb7008e650504 0.22 MB 380 41
514,926 514,926 00000000000000000030c1e8c846ad5a70cd753164c839766ca348c8d02491e8 0.40 MB 675 49
514,925 514,925 0000000000000000001e21e2a2db0813824880b32567fdcacf9e3e40ab42d549 1.00 MB 1,782 22
514,924 514,924 000000000000000000264ac45b069a49053ca0c1dbaf01e7a755ec1f65fae5a5 0.02 MB 42 11
514,923 514,923 00000000000000000025aced36f986ca2319b3dd83c1a09dfe489c3b2713e795 0.35 MB 390 32
514,922 514,922 0000000000000000001d5f667c3e8abeaacc44fd5edff71a8fc087fba0359dc6 0.69 MB 976 31
514,921 514,921 000000000000000000475e485fd2fb59433ac0bd52813426e517c783d9347879 0.09 MB 169 33
514,920 514,920 0000000000000000003a231007010cd4c7a6ffc2a18e07c11fcc8945d6450198 0.91 MB 1,817 26
514,919 514,919 000000000000000000034a3c61ab01570225e56f04ee6798e3a6dfef224a8ff9 0.03 MB 94 22
514,918 514,918 0000000000000000004d1a4a4bf12ee67ac70c248aa03c2da587da348b8ddf81 0.66 MB 1,449 36
514,917 514,917 0000000000000000001813174371781a0132cc5f96e9ca6fa7b4ee2a373df86b 0.69 MB 988 18
514,916 514,916 0000000000000000004763e3262d1e52576a2ce790c030fac10c4fb1a0eaf05a 1.09 MB 1,804 20
514,915 514,915 000000000000000000473d15bbe9152d21fe7e4e1aa4e009105f746f4795ad39 1.14 MB 2,404 35
514,914 514,914 0000000000000000002502ff029fa6c43b9ce8b64bb9ef26de42391aef17ebff 0.11 MB 298 24
514,913 514,913 0000000000000000002489447bd7b44a8ada45f82f4d7d581679b6e92b71fd06 0.02 MB 44 28
514,912 514,912 000000000000000000460fd58908fe5aa54c226ed0971c330c1130e02344da2b 0.54 MB 1,124 30
514,911 514,911 00000000000000000022deacd9cfcc22d81d2f70bd3729a9de5fd0dde0e67c8d 0.28 MB 749 34
514,910 514,910 0000000000000000000d204cd451273306fef821ba50d3e759d40c3659038f99 0.23 MB 452 31
514,909 514,909 00000000000000000044f60d8453c320d85ac8c7a96ab13e7178c00b85e56348 0.94 MB 1,317 16
514,908 514,908 0000000000000000004ca79a8587eba739a81b73160b771af3c246de01ab42ba 0.14 MB 245 51
Previous 10 blocks ↓
Total Size: 769.02 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,622.91 GB sent, 92.96 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.