Memory Pool Memory Pool Refreshing

3,251 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,723 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (91,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
816,609 816,609 00000000000000000002b5ad56e3b6b5374bad7795a36432b52b9b0d85acc4a5 1.50 MB 3,088 101
816,608 816,608 00000000000000000000ff4102181bce6707765ec510cb7892dc8a8bb11833c6 1.58 MB 3,806 179
816,607 816,607 000000000000000000021f5c851a206964e49503b59d475026edf3d043de5d49 1.59 MB 3,390 94
816,606 816,606 00000000000000000003a8d64361678d8f1a8675574ce075f9cd1187d595f0ad 1.54 MB 4,143 240
816,605 816,605 000000000000000000030f1de6d7a2e9f248abb5c220c3acaf63565361f4a7d8 1.58 MB 2,786 73
816,604 816,604 00000000000000000001152efeac016ba90f087d54779e82cf98b0a145b0cecf 1.67 MB 3,903 88
816,603 816,603 000000000000000000033ec8bb92b71f8ab3a07c26fd8e439916ab3d57073b5e 1.79 MB 4,087 129
816,602 816,602 00000000000000000002c34efd120d57a440f7ada77a642d2b1a33cb4c448bdd 1.74 MB 4,337 95
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.42 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.