Memory Pool Memory Pool Refreshing

2,264 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.67 vMB 2,248 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (252,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,025 655,025 0000000000000000000749d14b44360996966386a5ef45e3d3f6ae60fe053067 1.39 MB 2,794 188
655,024 655,024 00000000000000000008c6a2c72d66cc84db2dc75c7fa6f1f15737e9e1601988 1.26 MB 2,350 95
655,023 655,023 00000000000000000001bf6107f5d2cb4bb16b992b5c417e6a0b01c87872159a 1.17 MB 2,018 122
655,022 655,022 00000000000000000006f3a39b890180e37950f6725a6b5e9f797f0058fc6590 1.21 MB 2,342 197
655,021 655,021 000000000000000000024d5cae15f7310ce38a635b13fdf0f25ae4ff27ce6f67 1.17 MB 2,492 52
655,020 655,020 00000000000000000007cc09af82474de896b2eb1b9d824b099197b7d0215586 1.20 MB 3,002 149
655,019 655,019 000000000000000000058af02b34f9bd535c33c605624516b6e7a1b1715201db 1.12 MB 2,920 62
655,018 655,018 0000000000000000000d1b5977dac32f48ce4f160851343686341e8cb3bdd6af 1.70 MB 1,874 133
655,017 655,017 00000000000000000002dbef2bc8f6da964ce786b118e17708621a783905eebb 1.33 MB 2,761 157
655,016 655,016 0000000000000000000c12d5ec75db4db3b3d12543dbc60bdb8940cb6be00108 1.28 MB 2,850 280
655,015 655,015 000000000000000000058a9a03fd1d9b4495389e5b0f724ad96d76260929eec9 1.19 MB 2,750 130
655,014 655,014 000000000000000000053dfd05116d571903b7b894f9dc81675624fc38c66005 1.27 MB 3,193 118
655,013 655,013 00000000000000000004807e8150aa28e999a4830e6d37b037610f2399c84adf 1.37 MB 2,672 241
655,012 655,012 00000000000000000000c15141494c1f506d1fe7e326ddabf4795aa5d67850d2 1.44 MB 2,349 252
655,011 655,011 00000000000000000007b734da9160f1801128fbaccc2861f382ed01b585a1fc 1.20 MB 2,085 311
655,010 655,010 0000000000000000000b302c7e132a919d16101e225557bf299fcfdcf4622f06 1.29 MB 2,371 125
655,009 655,009 0000000000000000000c49f99a8162490ddad97b0f5d3f4f3663e0abd1bc1f98 1.22 MB 2,402 175
655,008 655,008 0000000000000000000130f1400b9c3839a1fb0644d72ceb06a77ad049a48d74 1.37 MB 2,346 169
655,007 655,007 00000000000000000007e30f4ee375a4ddb9bc95e8681639336fc1bcf9150346 1.25 MB 1,928 260
655,006 655,006 0000000000000000000c6e94fbf3ab715fa4c9527046a1ed332e42c64e6d48d0 1.28 MB 3,238 333
655,005 655,005 00000000000000000006427aa8e8e6a95b78aacf32167d62640014fee30a57fc 1.29 MB 1,803 267
Previous 10 blocks ↓
Total Size: 769.23 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,634.76 GB sent, 94.08 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.