Memory Pool Memory Pool Refreshing

3,633 transactions
1.61 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,986 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (680,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,768 227,768 00000000000002b06a86a53f0b93a7f3906566a27ba58caaeab3c566ed26d99f 0.17 MB 326 111
227,767 227,767 00000000000001c22622843b023d0dfbf9442c1070a42f8f630a70192c888a89 0.08 MB 114 106
227,766 227,766 00000000000001072ce40f6f1eaf4322fab29a7d2ba4f6e6444f027cec2cc511 0.00 MB 12 51
227,765 227,765 0000000000000138474046dec5c9fecf72836ea3ee955792743770cb7f56b4cf 0.06 MB 176 252
227,764 227,764 00000000000000f7f6fb1ab8b2d1b3199f72e38b19dbfaedf70135173a48e66a 0.03 MB 61 146
227,763 227,763 00000000000001ee4207bd0580af34d06d28334139a5e9e0d76593f8e51f57e1 0.21 MB 354 151
227,762 227,762 00000000000001e0804ba85e8833ab583a25d4164b02bcc2c4db8b7ac85e9b9c 0.11 MB 245 193
227,761 227,761 000000000000004029e3ad3579fa0aba2783ec59e4870c7a094f6e55ed3b3223 0.23 MB 424 146
227,760 227,760 00000000000002701dc3f0a0cc277c4e56df2e06b4ef27e7ebec78016525640e 0.00 MB 1 0
227,759 227,759 0000000000000343c07990562d2d9e2a77a9b7694100fe33a834d3c85edb9ff6 0.00 MB 13 213
227,758 227,758 00000000000002294eb4b3da14b89ad11d739a7d82ce217353c5fb085602a306 0.14 MB 381 212
227,757 227,757 00000000000003271e7c4cdb70ad9a8bb6045f89a654fa3eb06de87fd0b98e0a 0.12 MB 303 189
227,756 227,756 0000000000000037e544e21b06f2c8d23aa700d0b78954442d82ff0ff5fd950d 0.03 MB 68 163
227,755 227,755 00000000000001b8712c9efeaff1101a931123c5622b393f088ea8c5868fdbb0 0.00 MB 17 211
227,754 227,754 00000000000000c16d727976814d429a86e201de229de2931916f6c3f14ce716 0.01 MB 15 151
227,753 227,753 00000000000002cacd2d47fef4bc48fc0be08b71c5f4f79d39430d87c83dd433 0.07 MB 181 198
227,752 227,752 00000000000002c86030ea967f03f9725f65a7dcf6d3394081f89acaf34dfb87 0.12 MB 193 136
227,751 227,751 00000000000002c9a97e479b5abc9ffa2b539a3130226d601f2b46f823b28025 0.07 MB 159 166
227,750 227,750 000000000000020356a2c1b6d9786d305eaf4da3d238351d502941bbc5dc1409 0.10 MB 221 199
227,749 227,749 000000000000020c1150d53f9010cf1f8b95a727502343e1988d2cbb3673de31 0.05 MB 95 177
227,748 227,748 000000000000011001f0ec3594ee136d2cb73ef88fb474154fce44547165cd3e 0.06 MB 123 272
Previous 10 blocks ↓
Total Size: 769.13 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,631.13 GB sent, 93.54 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.