Memory Pool Memory Pool Refreshing

3,516 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,649 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,518 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,648 (857,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,746 50,746 0000000008f9d078322d2dd2c816b3734a72f1186a22141bf3043893bef14e53 0.00 MB 1 0
50,745 50,745 0000000014ed10d2eb3ddcf00e36b9187f309e1f94f0867d0d464a0fccc7d4e5 0.00 MB 1 0
50,744 50,744 00000000195d1eb4b2342d985d4a4d3d0b689dfba809aba3ccef3c2da6e15577 0.00 MB 1 0
50,743 50,743 00000000057b16e4868c1b8a148a60322690d26a08ee67042f69e4d5c041556a 0.00 MB 1 0
50,742 50,742 000000000b2a4e1208d7b491375b56ee4cdc84ed80dcbc01a885c5b6764d6036 0.00 MB 1 0
50,741 50,741 0000000016472ceade9808bb3d9de2c53eaef80019198821a57a944e5981a093 0.00 MB 1 0
50,740 50,740 000000000bc9879f5d11c53637a136629d1579ff5a2cdebf157d43b347d03293 0.00 MB 1 0
50,739 50,739 00000000078aefd3460677d5a8f62f03627d6dba53dc83525f5d11bf1587c5c3 0.00 MB 2 0
50,738 50,738 0000000006c3373e3a2e821cf252ae6280175488815648614ca012af45c5162e 0.00 MB 1 0
50,737 50,737 000000001ffe6289e755ade5b961cbc4a75d9fff7cb051d99005b2c465e4092c 0.00 MB 1 0
50,736 50,736 000000001aacab7dcda35c1e98f076c26a6d8a9d121c29fe2e6c28db4e827123 0.00 MB 1 0
50,735 50,735 000000000c4b2c6a2c3155a4823ccb025db0bc1297b9baa95370ffbdca8c11b2 0.00 MB 1 0
50,734 50,734 000000000948ea9098bfd158c75ba8c383f034011441186761f05653ce09fa9c 0.00 MB 1 0
50,733 50,733 000000001e117da0910549aece19d3ba08060c1185354dae40d11ad918f35311 0.00 MB 1 0
50,732 50,732 000000000b4d82ebfa4df40ba80edacacbe1e01d85d14dc66b7a2aebdea7da8b 0.00 MB 1 0
50,731 50,731 0000000003560c80fef3bcb0a6aa5a474b0e92582afc51db76e37bb2fe0a4e58 0.00 MB 1 0
50,730 50,730 000000001bf8d90bcec2ff04921df6e7264d579d5e6eb204b9cc1d3fe8c10bec 0.00 MB 1 0
50,729 50,729 0000000005e244dc5dee2db6c8228eda0351b603919c979166d68952be3ad5d5 0.00 MB 2 0
50,728 50,728 000000000bf6042e360b09e3fca990afe452a8cfa32f32ac234585015971e903 0.00 MB 1 0
50,727 50,727 00000000020fddac8043684ce36651f750959ae671a8622102bf2df38be530bd 0.00 MB 1 0
50,726 50,726 00000000002a948f2ec4a278907b26d8d58163fccfcd83dc785e8385a27afb3d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.90 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,851.43 GB sent, 101.44 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.