Loading Tool

Explorer IconExplorer

Memory Pool

42,115 transactions
26.66 vMB
0.08140142 BTC
Random Selection Loading Transactions
Max Size: 140.07/200 MB

Candidate Block

Mining Attempt 1d0f991ad0e738a71644bef766ee11319fc1a3628eb8420292f35354d11aff8a
Version 20000000
Previous Block 000000000000000000013b59fa3af0e2030ce23b6bd3110718452b322094879b
Merkle Root 0f0384c040021d0c5e76f1bd68a3f87d710bb96e4fa05ad2a451366e84a9b7fc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,629
Size: 1.00 vMB
Total Fees: 0.03220317 BTC
Feerates: 101.66 > 3.23 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,910 (732,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
182,212 182,212 000000000000085f1f56742b738d1b94c09a62482a3890862988d53cbe331290 144 0.08/1.00 vMB 153
182,211 182,211 00000000000007acee5846a29f738070339f70376f76e2b3b231b0a5fc9ed8ee 150 0.05/1.00 vMB 114
182,210 182,210 0000000000000a58a5e94f50134de6237c5f954e5a08ae84da9209f2f42aed30 244 0.14/1.00 vMB 121
182,209 182,209 0000000000000015e35ea031e2ae82dd0be38fdcc353b22ee50bb51b72f232df 630 0.28/1.00 vMB 110
182,208 182,208 000000000000077ab024d4ddcf54b3fdde1ec9ac21a3acf2c9e4d2001a029f01 310 0.14/1.00 vMB 140
182,207 182,207 00000000000004dff1b6e1b2da5ab30c39684d4cddba2fd3c2fa85adea648616 136 0.05/1.00 vMB 260
182,206 182,206 0000000000000a72f378a974c24ced8fea22941e7774b7344af86ab306083a98 10 0.00/1.00 vMB 15
182,205 182,205 0000000000000715dce6b085c6c4f815b6a5edb8fc2b8ad30e08ed74a4c4d69b 146 0.07/1.00 vMB 210
182,204 182,204 00000000000004d1f7260a272db163f2094295e563a277d6da6339daa074ee44 32 0.02/1.00 vMB 24
182,203 182,203 00000000000009ac95567e8142f11b6d10d92ae0581ef086f795e3a8c00a38ca 452 0.16/1.00 vMB 121
182,202 182,202 00000000000001e3e536ee1fe12134859a9a8d9ece9e0d3b3464083b0f71cedb 128 0.05/1.00 vMB 86
182,201 182,201 00000000000005816c93f7fe9500780a426cf130f547d40b5c479cff3723bf83 375 0.25/1.00 vMB 173
182,200 182,200 0000000000000873b6cd618f4d5d2e301f38d9a6ff1104644c2df07df6a779a2 62 0.03/1.00 vMB 662
182,199 182,199 00000000000004a5e0e06d132afadbacca8c922f64fefc5494948ffd0ebdae33 395 0.16/1.00 vMB 134
182,198 182,198 00000000000009dc6455dedc1e4163d27bae41692cbb1f30098a0cd447af54e8 122 0.05/1.00 vMB 182
182,197 182,197 000000000000009f0c3d6249bac5a20246160793665c7f4b7a94c1cfd4dd22ff 135 0.05/1.00 vMB 107
182,196 182,196 00000000000001a1f0a4f3acb63e1cdc5f54c46d7685bc175a19e7a50e728a2c 131 0.05/1.00 vMB 102
182,195 182,195 000000000000065de14d38fe609579c0ff4fc80918de0639cd961f6b034f51bf 443 0.21/1.00 vMB 120
182,194 182,194 00000000000004053db646e6095811ec4240661dceff66d27815a1b4f332cfe3 501 0.23/1.00 vMB 166
182,193 182,193 0000000000000955385789daf0f5a4cb87a59f19a3907a3f0fee27b4d7ff4dbe 73 0.03/1.00 vMB 414
182,192 182,192 00000000000005288839dd7da52a36c176fa9d1f397ca34f8d1e92973981aaa9 462 0.24/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 782.23 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: 654.89 GB
    • Received: 14.21 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.