Loading Tool

Explorer IconExplorer

Memory Pool

77,250 transactions
28.94 vMB
0.08253895 BTC
Random Selection Loading Transactions
Max Size: 174.69/200 MB

Candidate Block

Mining Attempt 8f5bb965d04eac7709ebe1f8ff1f1643f4e26ccb54484cc663352f0030a06fca
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 86922dc977004dd673c661687b12862625cbf990da237a82e60d20259275e8ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,666
Size: 1.00 vMB
Total Fees: 0.02224366 BTC
Feerates: 103.00 > 2.23 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (442,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,558 472,558 0000000000000000012dad3f647c443c4ebacdb06a29f74a1c0b43a5ca1c46e4 2,137 1.00/1.00 vMB 287
472,557 472,557 00000000000000000126d4a317d7a89a16aa3a3be250ab01949666754b8eec82 2,302 1.00/1.00 vMB 409
472,556 472,556 000000000000000000c25a09b870f9aea5d4c25c27e1d2d7a04549cac87dfb07 2,283 1.00/1.00 vMB 288
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
Previous 10 blocks ↓
Total Size: 782.66 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: 673.02 GB
    • Received: 16.35 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.