Loading Tool

Explorer IconExplorer

Memory Pool

80,513 transactions
30.12 vMB
0.14010918 BTC
Random Selection Loading Transactions
Max Size: 181.89/200 MB

Candidate Block

Mining Attempt 14ff3a8517e24a20b9ab45bccf2e87ac5b16e89689feb763380897db0b629648
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 07bad75e03f047465a6d171154cabc7225c1e18b1811194bfdd5eacaba3a894a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,854
Size: 1.00 vMB
Total Fees: 0.06875897 BTC
Feerates: 101.64 > 6.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (442,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,555 472,555 0000000000000000001fd64b7ac72218be3db735b833443b59ce5133421d559e 2,027 1.00/1.00 vMB 243
472,554 472,554 0000000000000000013beda2f688e52505aafbb9d2fea01ac2bf779f460ba14d 2,005 1.00/1.00 vMB 395
472,553 472,553 000000000000000000410da4243f0ee80f61a8b20266b8c69fc31d9c94e39813 2,009 1.00/1.00 vMB 288
472,552 472,552 00000000000000000092e2a1338dfe56be79d848594125ce20a52b26a89d8e87 1,960 1.00/1.00 vMB 426
472,551 472,551 0000000000000000016e400dfbef23d66e989c6c1d3a39704a873cac964e61ee 1,242 0.68/1.00 vMB 205
472,550 472,550 0000000000000000009faf2baf264de383d25d2ab22990d1f476a4f704820ebf 827 0.93/1.00 vMB 92
472,549 472,549 000000000000000000786d1036c94a228f27b992e9ad23853b1d3fa4c1a8df15 1,328 1.00/1.00 vMB 145
472,548 472,548 00000000000000000127db6040ec4243a4567e7e09217596dbef7fbc6dd495c0 1,694 1.00/1.00 vMB 191
472,547 472,547 0000000000000000004fd3884a84ef8b3476ca3264cb5490ec304fea0c33d7d9 2,459 0.99/1.00 vMB 363
472,546 472,546 0000000000000000002a84b3f2c97905c75bbd88d39a095d19f1c308b82283cc 1,994 1.00/1.00 vMB 76
472,545 472,545 00000000000000000090b9a076bb155cbaaeb26facba1662945614c3a0642fe5 1,917 1.00/1.00 vMB 259
472,544 472,544 000000000000000000f172f3673bb11a3979c6eccd33da1543b00fc4f852aa4b 1,795 1.00/1.00 vMB 300
472,543 472,543 000000000000000000b2a994fb0ea7c3c401a6c11604eb90d29a30854dfff0fc 2,272 1.00/1.00 vMB 359
472,542 472,542 000000000000000000f41a7f4b1d4e748fb2ead1b8e24943aff3a6feb5a3ace1 1,635 1.00/1.00 vMB 143
472,541 472,541 000000000000000000d347f60267d3136ea16ce595089caa8bd58c3a3ac16760 1,333 1.00/1.00 vMB 86
472,540 472,540 00000000000000000138fc075c32bd0e97ab5831695e38960bf89454ae4c4e7c 2,076 1.00/1.00 vMB 308
472,539 472,539 000000000000000000189229a84d936b8de02f0a4cd58f512986ab63e483f4a6 1,472 1.00/1.00 vMB 411
472,538 472,538 00000000000000000147c7b7d850fa8f1f9e9d4f91326661a1444f703e626cb7 1,150 1.00/1.00 vMB 71
472,537 472,537 000000000000000000df858a717a6d14992f4b91f4ff8350a7bd0f697792dca1 2,618 0.99/1.00 vMB 392
472,536 472,536 0000000000000000002a7dabed5db3f89ba25290a893124c51448a71d9c5d9e1 1,097 1.00/1.00 vMB 107
472,535 472,535 0000000000000000009c0d4b5de380911f72ebb6499055723da9497da3ca75b1 1,318 1.00/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.64 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: 672.38 GB
    • Received: 16.22 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.