Memory Pool Memory Pool Refreshing

7,740 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (191,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
716,486 716,486 00000000000000000003f6123d0262fd13fffe495ec543031295a009efc91971 1.52 MB 2,159 22
716,485 716,485 0000000000000000000233c1b52733070b8fb3aae45d1c64a0d54be5fd62d812 1.38 MB 1,147 16
716,484 716,484 00000000000000000007e2253238dabeccf313f308e9ee07c402c82b0f94d5b4 1.38 MB 2,185 22
716,483 716,483 00000000000000000009426bfad0f73e34518d4f92dbd23eeb82b829c8fe1606 1.48 MB 2,457 21
716,482 716,482 0000000000000000000972b944f38404217e4e411ff6cb96e2e5fbea9bec2f2a 1.66 MB 1,287 6
716,481 716,481 00000000000000000001ff40765d51439c0925fb59f64a14cd32ff7fde1d0153 1.53 MB 1,192 10
716,480 716,480 00000000000000000005f94daab27e2f7b6a07017ac207dd33d685df6adee95f 1.49 MB 2,603 23
716,479 716,479 00000000000000000003181b5d29a836ae6f0734d09c0034c324c870bf236c55 1.23 MB 1,227 17
716,478 716,478 00000000000000000002a05ae9c244ffe3f080eab310dcfa6a0a6aa6654eabd5 1.39 MB 1,755 17
716,477 716,477 0000000000000000000a5d5d9e7665ba198a7f57c215021cfd57d109102ab4ee 1.31 MB 1,674 22
716,476 716,476 0000000000000000000b2b316bbb8a1f9300a1afddc724125ea0e23ca14a053d 1.65 MB 1,217 11
716,475 716,475 0000000000000000000363446c295fc17906025fa7e874ef77f0b8ba17c21db1 1.27 MB 836 6
716,474 716,474 0000000000000000000b236250e7ebe8a8f676f1fa1e590e904648d7a42712d9 1.60 MB 1,900 8
716,473 716,473 00000000000000000000a1d5a164fd9c1c0aad8369e9f399b48ec83fb72e2d19 1.47 MB 2,201 8
716,472 716,472 00000000000000000009fc2793b0b1a1f7d82bacc713eebe1bbd489ed5b5aa2f 1.47 MB 4,012 11
716,471 716,471 0000000000000000000989c6e247be25f08988c8c24d89c34d8795b9fd1583db 1.26 MB 1,625 14
716,470 716,470 000000000000000000094758cbfffb2b137deaccae2fbf388d808df502dd3b42 1.39 MB 3,599 9
716,469 716,469 00000000000000000001a856fffb0ecedaacd49d6f8c03ed4eff88c7123523c4 1.69 MB 1,446 9
716,468 716,468 00000000000000000000a18fc14a5701d6413e3294e2b76213472c6b3ea82e23 1.18 MB 884 11
716,467 716,467 000000000000000000021de2e4a223a1a1def017c348222207f1d828c41f200c 1.60 MB 1,537 21
716,466 716,466 0000000000000000000534a4a610f7e07a435b44b2dc553cfc5e17c7c73b10d8 1.41 MB 2,437 23
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.88 GB sent, 93.01 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.