Memory Pool Memory Pool Refreshing

6,381 transactions (2.35 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,778 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,439 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,777 (853,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,853 54,853 00000000036acf5cd084987d2e64a46c690c1961c92523e9d61a7225be40b5ea 0.00 MB 1 0
54,852 54,852 000000000266492b6d92a9a8c3acd1acda510fa00769fd879409352e6cccd041 0.00 MB 1 0
54,851 54,851 000000000842a1fcf0f11b1867a64588a1161850bcfaa8521e2a1578d719cd5e 0.00 MB 1 0
54,850 54,850 00000000054050d10585de5bada864fa5760f4f6f2a40c97e41f0ec41f0bad78 0.00 MB 1 0
54,849 54,849 0000000002caabd61c32f0b7a3849fc4ed92ba0a64bb64202c8150f8ff66817b 0.00 MB 1 0
54,848 54,848 000000000c5f2749c507412c4c837da944e976264872a29f82702100efcfed09 0.00 MB 1 0
54,847 54,847 0000000008f6a95c95501602192c7a276e0fef97d45ca770e1c9d292273549ee 0.00 MB 1 0
54,846 54,846 00000000130cf0748e6054296e88cc440c7275aa4fbe45ddce95dbad12a3f4a8 0.00 MB 1 0
54,845 54,845 000000001227d01f694db6b1d2de0d44dd84e9dfbd3157b4e3d88a1d45ec43c8 0.00 MB 1 0
54,844 54,844 000000000e558d3960273ff6ffc4382f19a4875bba6a772a98a273875b658c23 0.00 MB 1 0
54,843 54,843 0000000003e3b267154cb70fc20da37745dcb6663082fbcbe6f1b2386998b086 0.00 MB 1 0
54,842 54,842 00000000035a925881f0feda6cc0f610388d6525d2c7be2f9f5ffe24ae609fdc 0.00 MB 1 0
54,841 54,841 000000000a73dd1c6489144c3b17596ba52da0eab031e56fa2fa231f4b173a23 0.00 MB 1 0
54,840 54,840 0000000000fcff20d6237d32c9bbe219a52f8e2d0bb02f12ccb136aae272cde2 0.00 MB 1 0
54,839 54,839 000000000aa03b176f4c38751a72b44471293746fdb80c7ae7ec603265df55e9 0.00 MB 1 0
54,838 54,838 0000000002b64df81ed93d8c2bde3abfe613b7063e8c42939abe8dfd702fc85b 0.00 MB 1 0
54,837 54,837 00000000037f15d2fa3f60ecb34d6d829fe374348ee6e7e13bd90b9732d54863 0.00 MB 1 0
54,836 54,836 0000000008bc3a1f82a8c05c7c703a3ca48aadac9a1b215785a2cf549c9d70d8 0.00 MB 1 0
54,835 54,835 0000000000c2eeb6a39359d458f808a9b55c48cdba850e012a6cf7870390883f 0.00 MB 1 0
54,834 54,834 00000000095d210ecc9f4ebc4e4dc7c3e01c291e624131e0aa1ac0fabaf6e6d6 0.00 MB 1 0
54,833 54,833 000000000c97ec32918334bcfc5639e870ca35e8cce1265fe2b44b5ec1896a0e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.15 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.86 GB sent, 102.75 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.