Memory Pool Memory Pool Refreshing

1,034 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,440 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,023 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,439 (832,916 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,523 75,523 00000000005dbaec0cec7038483fef055b26d986c775260a68c2c890ddb7430a 0.00 MB 1 0
75,522 75,522 00000000004d4fbffc896a0aab160b64f048b4604a34b9266d72f7f803c5b2fd 0.00 MB 2 0
75,521 75,521 000000000037ea9009e3c3f4321ef0ff3c5a0d10940d7e116756b7fd42f4f95c 0.00 MB 1 0
75,520 75,520 0000000000227939af39eb5cfae1d65314f8327c5aee7aec846c398282ecf173 0.00 MB 3 0
75,519 75,519 000000000010e2d1ba2355551abf395c19c9c58afcd51719182799385bd4e936 0.00 MB 1 0
75,518 75,518 00000000000c4acfc3937f884346068cf223cb9f3d8339003966d1823c8adf48 0.00 MB 1 0
75,517 75,517 00000000001bab9372f5e23faeef0c663f4961ad2bfa90ed4a25b80705600fe7 0.00 MB 1 0
75,516 75,516 0000000000191b4f67622b46120f596f8909cee22292e22498b048ca989c9c4c 0.00 MB 1 0
75,515 75,515 0000000000591f6515096d841b89ddcaa77f0847d038a0922822dbb88e232d33 0.00 MB 1 0
75,514 75,514 000000000024e677b87b1e3ebdcedc7175be7bd0ef18f3027d43ffa49463e99d 0.00 MB 2 0
75,513 75,513 0000000000613104691c1f889bf69b0d81acddb0bd94c9035acc7a2e363112f1 0.00 MB 2 0
75,512 75,512 00000000001b079c21ccd089c1f214a3883924710c5d9f241bd751fe256f69de 0.00 MB 2 0
75,511 75,511 0000000000024f9df3734d70a1f323a64b314d8b777418004edf14e10c9a0ef9 0.00 MB 7 0
75,510 75,510 00000000005e34c36c08a2ef36925a4b5500c7f29aa054088629ffd8dc26ccfa 0.00 MB 1 0
75,509 75,509 00000000007bf4508b3b01476abe7e212b169baa57948dc47f32cf291aea8334 0.00 MB 1 0
75,508 75,508 00000000001f7dfbc4c9f1782883a8a90fbd662be8b79e2d41884cca5e410b92 0.00 MB 1 0
75,507 75,507 0000000000228b2eee41a8930eb1637a1766a770bc9655f33391b0ba63bfeecf 0.00 MB 1 0
75,506 75,506 00000000003c9e26decfc363a88a3a730bbb41eeabfb81e50ba085169099a98e 0.00 MB 1 0
75,505 75,505 00000000002ebd7ab044a87b41e231326c9e1b6904e213fe67a2309faeabd491 0.00 MB 2 0
75,504 75,504 00000000004dec7c18770294c0d4317a80ee3010913925eb85ac22650f9d219a 0.00 MB 1 0
75,503 75,503 00000000002998eebf19777b603c278a02d3d8915a13798851e0f0d37b6c85fe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.52 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,774.52 GB sent, 99.64 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.