Memory Pool Memory Pool Refreshing

1,515 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Priority:

Feerate Time
2 sats/vbyte (within 2 blocks)
1 sats/vbyte (within 12 blocks)

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,756 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,490 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,755 (848,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,037 60,037 000000000a017b72984b3313ab822d803307e38ed8963375ef346a3402b329aa 0.00 MB 1 0
60,036 60,036 0000000002862718174212514c54108d98192e52e916f0db7f8eb760b64817d7 0.00 MB 1 0
60,035 60,035 0000000000d5a87c264e7617b9fc8f08b254f18dcd9c817cda4c7e2093426dca 0.00 MB 1 0
60,034 60,034 00000000087b071f402f7841801425ad10f006756f0ad006bce687be85b14f1e 0.00 MB 1 0
60,033 60,033 0000000008c16271ea2cbe46d9eed90b704a1f386e6c576f9a2d88db38cbeba8 0.00 MB 1 0
60,032 60,032 000000000a004e45e0f6e833c73fe430b62e83509d0bda80d7737447741abb67 0.00 MB 1 0
60,031 60,031 00000000084f4952b4ad1d349cb58438029b304a7fb59b2a4a77612f3bad8af1 0.00 MB 1 0
60,030 60,030 000000000ac4b318416477f06d6ae37d8307feb457ca48c01241a7f098a06a47 0.00 MB 1 0
60,029 60,029 0000000006b568cd8911019f015d4936b379baa672f58e1ec65d4e6b87da62f1 0.00 MB 1 0
60,028 60,028 00000000078f507996a20fc3553f616476780361620b61cef218c3c86346d455 0.00 MB 1 0
60,027 60,027 0000000009901c1dba4c51982d3cf922cab128d8c6d1904297ba63de63fc71ed 0.00 MB 1 0
60,026 60,026 000000000d07c5151024aaa223f4a8d0aa283a22609418fbb2ba7a68d508936c 0.00 MB 1 0
60,025 60,025 0000000004706785760494cc961a0c331356d4919088a538317109ae46cfc091 0.00 MB 1 0
60,024 60,024 00000000034b4925c0d5724b91f480b724385635094f31f8705a192fc4a44256 0.00 MB 1 0
60,023 60,023 0000000005e8cdf2bcd2b000deeb0d5d74ff4b68ca8af4e77c40f7bcee72f1b9 0.00 MB 1 0
60,022 60,022 0000000007894d8e2d780a43f8108ee0e625811d35b2e0fb3854e9bc1448fe36 0.00 MB 1 0
60,021 60,021 000000000eae0bab664a797c22e233cd9454ab211a8b83db5c0bd80d354c8efd 0.00 MB 1 0
60,020 60,020 00000000059641a7038418c76fc3e3f753d7a23df739a00e78efc13eb94d4a64 0.00 MB 2 0
60,019 60,019 00000000033b944b709a9b97a6e516b31a107ba50664d86aac619ce8c241a656 0.00 MB 2 0
60,018 60,018 000000000b6e32750510c616997d9e7ee02074cab36263539329851c580b9992 0.00 MB 2 0
60,017 60,017 0000000007dce902ab8307a9a5ad1de5f7ee09cf6379be5d0671631d61eca815 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 771.11 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,856.25 GB sent, 102.52 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.