Loading Tool

Explorer IconExplorer

Memory Pool

44,387 transactions
26.60 vMB
0.06187561 BTC
Random Selection Loading Transactions
Max Size: 140.38/200 MB

Candidate Block

Mining Attempt 544a2ef8aea00b446be049c161e69e04f3d14e82b275859a78d18a406d23ceec
Version 20000000
Previous Block 000000000000000000020dec92be5b66055ed2368df5e48e27f67c41dcd290ec
Merkle Root 4c53f22c46fa8c674075f79c16aaf064c5a0402eff66d89dbd86fc6a11bb3af1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,385
Size: 1.00 vMB
Total Fees: 0.01299012 BTC
Feerates: 100.36 > 1.30 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,724 (242,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,198 672,198 00000000000000000002a71cd3d7fde491a237f9bf96af503d0d9f5667df3450 1,985 1.00/1.00 vMB 88
672,197 672,197 0000000000000000000287e4610c2171daf380a3b607b2824edbf3d73a1b7706 1,923 1.00/1.00 vMB 106
672,196 672,196 000000000000000000083b456967e87825f0929ada35b7c309e1f55dc238fd69 2,338 1.00/1.00 vMB 96
672,195 672,195 000000000000000000096a12e39c41fc07c1808742a0de47249e768fefe5042f 2,456 1.00/1.00 vMB 90
672,194 672,194 000000000000000000040744846938089d441a38eb984be7eef7443a0cadf18d 2,353 1.00/1.00 vMB 86
672,193 672,193 0000000000000000000a1e9357d53396bb912332bc715426178c5a05942c6b8e 2,364 1.00/1.00 vMB 147
672,192 672,192 00000000000000000004993c7fcf77f25fdf1dbba4b515733f624fc524ab0913 1,698 1.00/1.00 vMB 135
672,191 672,191 00000000000000000009ed253ab70c76f2463f9e7491e501a4783582e181184b 2,669 1.00/1.00 vMB 98
672,190 672,190 00000000000000000004bce60ef3e4fa99c3d91c9c84f903d0f0282a05a1eb49 3,398 1.00/1.00 vMB 80
672,189 672,189 00000000000000000009d78c8d15628b4c4687d2a69d7f521c8818884cd3910c 3,073 1.00/1.00 vMB 103
672,188 672,188 0000000000000000000cc0ace7a4ef63eb9ab03ee4f40f16fd75ca31dda6b712 2,493 1.00/1.00 vMB 157
672,187 672,187 0000000000000000000aaeb3f5b6719cc44515e9f1f984ea6dea51ef5be1633d 3,023 1.00/1.00 vMB 96
672,186 672,186 0000000000000000000144461fdf50eefe70a55b7cc5cbeedd48fcf5eaf7e977 1,338 1.00/1.00 vMB 132
672,185 672,185 00000000000000000005f20dab3386450da3d64ca7861a85c3565eb9c99b95d8 1,725 1.00/1.00 vMB 154
672,184 672,184 000000000000000000001699e1e6f81763ad8a4928c687c3d009c5830ca9b6e6 2,637 1.00/1.00 vMB 142
672,183 672,183 00000000000000000008a320693c55b602c64497f454ba8a308be00f951f243e 1 0.00/1.00 vMB 0
672,182 672,182 00000000000000000005462178ae0e715234a3e56482a6a919b94bfa3064542e 2,849 1.00/1.00 vMB 152
672,181 672,181 000000000000000000056d237af5e5c06e5b4396d53e76d55bbb94656689457e 3,115 1.00/1.00 vMB 111
672,180 672,180 0000000000000000000aa19d01fd971ec1908c505d7174a5dd1613b52ae83ceb 2,762 1.00/1.00 vMB 125
672,179 672,179 0000000000000000000b0ee2b8039ad5f5d6cf0ddc66bbbdb8419093d850a39a 2,626 1.00/1.00 vMB 142
672,178 672,178 00000000000000000003e3632774862d2cb91d84a2d93f4efd6f122ddfb19159 2,782 1.00/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 781.91 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 645.66 GB
    • Received: 12.75 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.