Loading Tool

Explorer IconExplorer

Memory Pool

78,196 transactions
29.07 vMB
0.08040952 BTC
Random Selection Loading Transactions
Max Size: 175.95/200 MB

Candidate Block

Mining Attempt cc771945120f188e9bb91a680a7cfc607ed7b38e942f56a0ac3eaf3b05d05402
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 8da179401b982ac136fa140c00211d273e9001443f36697dc1c358bab4a51493
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,881
Size: 1.00 vMB
Total Fees: 0.01964306 BTC
Feerates: 178.73 > 1.97 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (435,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,884 479,884 000000000000000001221048d2772100a70d175b5dfc2ca5213f072ba0ef1b1c 2,257 1.00/1.00 vMB 128
479,883 479,883 0000000000000000008c1952e6dd554f0aaed37c211c41253b087b7d9cfe8943 1,929 1.00/1.00 vMB 128
479,882 479,882 000000000000000000c45bc720afed5c315118f745800a888bcf594639f6b5f2 1,920 1.00/1.00 vMB 131
479,881 479,881 00000000000000000124ab62ef5bbfe4d193e4597f6a8f0f71d2c06457bd6056 1,150 0.44/1.00 vMB 128
479,880 479,880 000000000000000000e417958325f4460e4677aa5adeeee9d43e53e5d5a32882 2,440 1.00/1.00 vMB 170
479,879 479,879 000000000000000000df0aca33dd3fbb83a0121f49040b821e403df1783d2282 2,124 1.00/1.00 vMB 150
479,878 479,878 000000000000000000d72beae008bd904c8ed3f9e4f35efa9ee4b973461226ac 1,570 1.00/1.00 vMB 132
479,877 479,877 000000000000000000981d8050c8643bc09279ba75d7d5c5b7fd312cf8b5a41d 1,430 1.00/1.00 vMB 148
479,876 479,876 0000000000000000002ede1d5589e3c5a95c437888eac99cae497a05d0b64d8a 1,931 1.00/1.00 vMB 136
479,875 479,875 000000000000000000a76d1bdd623abdca42fcc489566fb0be7ad3cce9525b91 1,702 1.00/1.00 vMB 156
479,874 479,874 00000000000000000099cf887896af474cfbedcf772f8aeca7027cc1f5121a06 2,076 1.00/1.00 vMB 176
479,873 479,873 000000000000000000c7fbbf446c799cf59d0b550811159ae52a68e68f7c07d7 2,200 1.00/1.00 vMB 143
479,872 479,872 0000000000000000007e0db7c85fdfaaba94d8089c1131b4c6f9c44599a33ca3 1,311 1.00/1.00 vMB 156
479,871 479,871 0000000000000000008c19d5374c53fe3751b6d82a35b126ab7764691d9c5ba0 785 1.00/1.00 vMB 159
479,870 479,870 00000000000000000115e2ff8825163365ae76d05d82658ffe69e0e77561f32a 433 1.00/1.00 vMB 152
479,869 479,869 0000000000000000010b0bf6edd2fdae2d18b59ffc30ceaac14d0ada79ae8fd2 1,322 1.00/1.00 vMB 181
479,868 479,868 00000000000000000104575e5e2a83049ea4c6fb8c386d3c157ba5e340d3b800 1,587 1.00/1.00 vMB 176
479,867 479,867 000000000000000000af55b20e735416f22185266103b7dc6e1a11e400d8232b 1,669 1.00/1.00 vMB 156
479,866 479,866 0000000000000000007e16f9e74bac33f31dae0e9de70949278a8d16eeb3de71 1,594 1.00/1.00 vMB 114
479,865 479,865 000000000000000000bce4d7b1c9b5c9e24669a3e2c76c55594c2fe6f3055da7 1,957 1.00/1.00 vMB 142
479,864 479,864 000000000000000000ba61d2ab9ecc24b44b0e3c72f4d8143c026b16b2f40292 2,143 1.00/1.00 vMB 118
Previous 10 blocks ↓
Total Size: 782.68 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 677.61 GB
    • Received: 16.44 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.