Memory Pool Memory Pool Refreshing

8,362 transactions
4.03 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (91,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
816,630 816,630 0000000000000000000339d3e2b10a6e99c584e73f3369ade8f874584b74ea92 1.60 MB 3,123 88
816,629 816,629 0000000000000000000170a04c56581a085f6b5c34892abecf0b8a2dc8dab1d0 1.48 MB 2,789 68
816,628 816,628 00000000000000000003910e0e2754d9a823d8a69d303aa6c17b0de305d9621c 1.58 MB 2,956 85
816,627 816,627 000000000000000000018aae2f455e17c821f647804bbf285ad7a6ae23391535 1.56 MB 2,843 104
816,626 816,626 000000000000000000024185e680ca94249df5a1e9d4466a7f383656cbf50682 1.55 MB 3,363 104
816,625 816,625 000000000000000000035f31509d764fd06d5fc4e55d24d93a27c7fcd6fd8fc8 1.60 MB 3,312 114
816,624 816,624 0000000000000000000358df601943cd3b9ec7103c2de592adb58ab929465175 1.65 MB 3,196 122
816,623 816,623 000000000000000000013cd0d65c9d5eb0e404be7eda3c840472ec3bb8bdd83d 1.58 MB 3,520 98
816,622 816,622 00000000000000000003f6ad40dcd78ce2baef316f8218fc2fdafddf31a5a27c 1.60 MB 3,417 125
816,621 816,621 0000000000000000000355718a4955b850b1c5b17db6ae6a01962245b5ab7149 1.56 MB 3,428 128
816,620 816,620 00000000000000000000d4f4622b2c33b25bf634ef3f751876da82880a3f8e10 1.55 MB 3,561 94
816,619 816,619 000000000000000000035cfe40bff270be012912e81dc9884d5f5dcfcebd488c 1.59 MB 3,913 84
816,618 816,618 00000000000000000002a084bc199460d991e3f9ff9d3eda42a5252dbd26311f 1.65 MB 4,067 83
816,617 816,617 0000000000000000000223710ab1e70a52f6a92eac4d7443475e079a2cc07848 1.88 MB 5,177 55
816,616 816,616 000000000000000000017dfe254ebc94b960738994e3eb0e8618a9fd349a4f4a 1.52 MB 3,638 102
816,615 816,615 00000000000000000003f015aab656683d365291dacde732a42b30c122a0cbb3 1.85 MB 2,116 51
816,614 816,614 00000000000000000001f7c37b8fbb121fb15027f747ee89c111dacd4589818b 1.60 MB 3,159 62
816,613 816,613 0000000000000000000239106f2fc678fda4d7eeb1aa3e80c98662498dfe1e2d 1.65 MB 2,952 125
816,612 816,612 000000000000000000044a8bd3879d472d6a51c68188fee2cd79a99c1715ad47 1.58 MB 3,549 106
816,611 816,611 00000000000000000003e36a7d46d8d5570f862bfd1cfebbb768c14fdc65cc12 1.71 MB 3,606 73
816,610 816,610 00000000000000000002b9a667c668ebd344f5905c537ff2f6588368d7bcc9a4 1.65 MB 3,981 75
Previous 10 blocks ↓
Total Size: 769.03 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,625.46 GB sent, 93.03 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.