Memory Pool Memory Pool Refreshing

5,115 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,705 (495,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
411,951 411,951 000000000000000000e7c8c378381949be96621a0957a760c5574a866d575471 1.00 MB 1,841 29
411,950 411,950 000000000000000002062ee41c2b0901cdcc9dc254e7d7a6914d2bbb72fad055 0.99 MB 2,031 63
411,949 411,949 000000000000000004f4b6c0a90c8596a2de645c9a83a8c1ed2e2923fbd2a912 1.00 MB 2,463 50
411,948 411,948 000000000000000003397063e2e262b77eaecdf111976263ad71d7e58c7bb66c 0.99 MB 1,582 60
411,947 411,947 0000000000000000044491de82cf9b3299bc139184a7395bd8e2381734c15e31 1.00 MB 1,295 47
411,946 411,946 000000000000000005808fa5c915c926c8e597cb81366c363d1646d94cac0f11 1.00 MB 2,283 68
411,945 411,945 000000000000000002d3b8f695f0e7dd9a45472d596bf3ae404dbfc8f1a57e9a 1.00 MB 532 39
411,944 411,944 000000000000000004f093cc466a716b088e6a7fc625c266ab4222cb79109d86 1.00 MB 2,419 46
411,943 411,943 0000000000000000024d3d3aa0313d6deba90924b801053d9c4abdb819e6bc9d 0.00 MB 18 122
411,942 411,942 000000000000000003263812007254f4c13eef06c1ccf508f9d6dcf2020fd4b6 1.00 MB 3,141 71
411,941 411,941 0000000000000000019d7f57d7b9dd5e4d36b16dd0355f1cc30933fabf4dcc12 1.00 MB 2,963 100
411,940 411,940 0000000000000000057fcc708cf0130d95e27c5819203e9f967ac56e4df598ee 0.81 MB 1,098 28
411,939 411,939 00000000000000000337fc316c605be3392b8b26aaf387c9756915feecb4780f 1.00 MB 2,084 44
411,938 411,938 00000000000000000349d8d036526348f9d0ccaa21ed791828343818b696b193 0.99 MB 1,847 35
411,937 411,937 0000000000000000058e78bad9a1ac878cc9496e1ffbca373fb21724a3a3af53 0.99 MB 2,311 50
411,936 411,936 00000000000000000206a659eff1c0aba745efae31ffa710edc05e8427242478 1.00 MB 3,376 79
411,935 411,935 0000000000000000013e7f9eb271e06cc1d83aa7c65c3aaa4290aa9f524dace1 0.97 MB 1,159 27
411,934 411,934 0000000000000000044c4de543515801de70637314b61d259d896d2fb80391b7 1.00 MB 1,866 42
411,933 411,933 0000000000000000045121d9f8dbe1861d98a42e8185c813a578a199f98bc683 1.00 MB 2,844 63
411,932 411,932 0000000000000000029277e2e42a48880461632c25512b1bd693ee32b6d6992d 0.12 MB 270 38
411,931 411,931 00000000000000000226136a0f32e42a06a0d1d34d48c2699982f8ddab975664 1.00 MB 1,659 33
Previous 10 blocks ↓
Total Size: 769.00 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,616.62 GB sent, 92.78 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.