Memory Pool Memory Pool Refreshing

7,568 transactions (2.47 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,776 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,107 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,775 (853,915 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,860 54,860 000000000f7a42b97e6e1517e315a2bdd001fa48c8c55bda8b7e79f1adce0799 0.00 MB 1 0
54,859 54,859 000000000944ab15dba6371a1ef5c4bf7ecd937a69a9e0ed4906fd95263ad1cb 0.00 MB 1 0
54,858 54,858 000000000fa7cde91b7544b1db69185cfae1c48be63a92d21ca7b4253616aa52 0.00 MB 1 0
54,857 54,857 0000000012edfb96c4d285d02d8166819fd5f959a8ba0ce263ad8f2d1f7b252a 0.00 MB 1 0
54,856 54,856 000000000f48ed9b58632b0fef421e9d24c458334d7190b0af7d86cc308babec 0.00 MB 4 0
54,855 54,855 0000000001cfe7c11e09317de4fc2cbd7d9347d61d6a883dbc7ea19a050cd47a 0.00 MB 2 0
54,854 54,854 0000000003b6ca88c2d90771de0cef8a532322c5df70d860be85b187c7ce3d13 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 771.14 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.82 GB sent, 102.72 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.