Memory Pool Memory Pool Refreshing

5,251 transactions
3.33 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,686 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,576 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,685 (853,840 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
54,832 54,832 000000000dce453837c3a7f349cd0fa07cdd6c3cd4bc409d484c4f245de92e5a 0.00 MB 1 0
54,831 54,831 0000000011bf0447f32012c9f9391c69b116e7193eacc50fbf3d9065c6d2d6df 0.00 MB 1 0
54,830 54,830 000000000414aa3f8a528e083913b1dd9f481bf6cfee83af75d93cc4f1863f87 0.00 MB 1 0
54,829 54,829 000000000a81faf2e31a4a8b015372190c66245fc43b0fb2409377ad6abf63f6 0.00 MB 1 0
54,828 54,828 000000001140aaa84e70bad6ddec14d26630e4c3db67b7f4ee8cd0965f3e4103 0.00 MB 1 0
54,827 54,827 000000000b60d09b054b7bc8718e9198362b2df7d1d44565fccd7cd449392f2a 0.00 MB 1 0
54,826 54,826 0000000013222d425d5f3508e22e1e976a4cd9b89ac1622ffa7dfce9d2ccea4b 0.00 MB 1 0
54,825 54,825 000000000af776409efc81336e647cd1e63c6db62a8411a092815ce941a18c08 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.98 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,853.99 GB sent, 101.82 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.