Loading Tool

Explorer IconExplorer

Memory Pool

79,152 transactions
29.71 vMB
0.08592190 BTC
Random Selection Loading Transactions
Max Size: 179.34/200 MB

Candidate Block

Mining Attempt a072ed95889ca2a7f223b914a5687881ee3c2b09097df3544a9eeff12ee5d3f1
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 43ff517766ed39f1dc23ce746f4ccaf5ed7f0391525e52072ab37fa3d181d10d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,708
Size: 1.00 vMB
Total Fees: 0.01943367 BTC
Feerates: 150.66 > 1.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (442,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
472,534 472,534 0000000000000000010e029de3bb89d377d56d0fbac38c9bab57a4707b1ce46e 2,549 0.99/1.00 vMB 399
472,533 472,533 000000000000000001875bdb06b8c6aff02f33a48a4e9bc5fdbaa8122d41fde8 147 1.00/1.00 vMB 21
472,532 472,532 000000000000000001413256fdaf31b1b03df29f7764b21d819f9589de92727e 1,314 1.00/1.00 vMB 176
472,531 472,531 0000000000000000005068f349d19b3ab9b854f7676b2be260822e3d576bacf2 1,981 1.00/1.00 vMB 271
472,530 472,530 0000000000000000000213e7e3f03e64c31dece86ca45f7c20270076234ddfb8 394 1.00/1.00 vMB 53
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.40 GB
    • Received: 16.23 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.