Memory Pool Memory Pool Refreshing

4,883 transactions
1.78 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,850 (717,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,673 190,673 00000000000007c8087851edb09b6b1e1b5ef2c5506dea1aaeb4530345fd5114 0.05 MB 118 156
190,672 190,672 000000000000048a99cbf58abeb01eeb74e3b4fce2cb5adf94c248597cda5fd1 0.00 MB 8 153
190,671 190,671 00000000000002513be5d55061246817024f974daa54371b408a24a06e46232b 0.03 MB 81 88
190,670 190,670 00000000000001e5c2a5556fd83f2dd1919019368f72371b302beac997c22b52 0.12 MB 220 114
190,669 190,669 000000000000053fabd5649fe82455c55c5877ae007ac69b2f7c551e95e408d2 0.02 MB 28 410
190,668 190,668 00000000000008b2d473837ae49e10b1261c5af7592664fb7b3d5571dc1c49bc 0.01 MB 17 10
190,667 190,667 0000000000000323f8e0dba999193134856515190a9e5b3dc2e3b4d68f6869cb 0.07 MB 169 125
190,666 190,666 0000000000000017b5f07a995928b78044e1170bec21e5a424ea37303a8d1979 0.00 MB 10 0
190,665 190,665 000000000000038f82e8538893902c6b367fde8037f0241edfffe13054329ff9 0.06 MB 87 79
190,664 190,664 00000000000001e14a6fc78e9054140d3fb64a04ed6285f0fe8bb67d223f2d99 0.02 MB 54 14
190,663 190,663 00000000000007b6b908c732cde3a74ab41e3abe74bad17fe9d0876394862eec 0.04 MB 97 154
190,662 190,662 00000000000008b8c6cbd93ba854e5af915f460eb758fd46098c65af5b88c8aa 0.01 MB 46 170
190,661 190,661 00000000000006d13feb86653c735ce24945f5564cc226ee6d841690090571b6 0.04 MB 143 63
190,660 190,660 00000000000005d2488586e7b07d43476af4fe32bea955cbcdb8973e5cfc79a5 0.05 MB 102 95
190,659 190,659 00000000000005866b51e5f6558a59ba2014f55ba217c1c3080214a07695bf8d 0.01 MB 24 198
190,658 190,658 00000000000006021f4ae12e1a3da6c947ba42287355e7de2989ceea67b2890a 0.01 MB 32 61
190,657 190,657 0000000000000084f4cd0829112ebf2c7a437eee0284343de49de585e64ac871 0.06 MB 145 243
190,656 190,656 000000000000070eb25fd5e165f8d55f64c7c4ef960b0b76eeb042ab95c00f89 0.06 MB 183 159
190,655 190,655 00000000000002eb36df4b6fb5b1e7a4dbcd5dc9e85dcf5da7df81f32eba09f3 0.02 MB 48 91
190,654 190,654 00000000000003aafb3fec9bff038945187c30b14fa0bb243453cc678de167ca 0.09 MB 206 129
190,653 190,653 000000000000009023150e96867c675ec7b319e8ec5af19682ea6d0fbb6ec29a 0.01 MB 16 70
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.