Loading Tool

Explorer IconExplorer

Memory Pool

80,042 transactions
29.68 vMB
0.07151887 BTC
Random Selection Loading Transactions
Max Size: 178.87/200 MB

Candidate Block

Mining Attempt b591dee7064594ab915e3f6c9899f6ade62e299e115fc66ca7ce05ae125c031a
Version 20000000
Previous Block 0000000000000000000115431274d076f8aa22965479bdc44a0f8d6a1664cabe
Merkle Root 453b6ba6e640ba9e696662cf968b573b49d42afaf2a809a9af5ed8b72db20438
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,813
Size: 1.00 vMB
Total Fees: 0.01117002 BTC
Feerates: 147.04 > 1.12 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,983 (468,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,727 446,727 0000000000000000020db3130ef85657ac514bbe0f9f14433aa3d13b1f04187b 1,826 1.00/1.00 vMB 58
446,726 446,726 0000000000000000032d3ac882e51aeb29ab7f8f684caf6984cd9c0891cc53a2 2,327 1.00/1.00 vMB 79
446,725 446,725 000000000000000002f9c53b39036cd846cc0d99b4fda23adf2223bd0138b46c 1,998 1.00/1.00 vMB 86
446,724 446,724 000000000000000002028d91a37bdd930e576016f1af6e279d09d0c0f8b8e8b7 2,228 1.00/1.00 vMB 76
446,723 446,723 00000000000000000110dd408b576e63b2819f2c4f83c08df60989cf38ace8d0 2,094 1.00/1.00 vMB 72
446,722 446,722 000000000000000003478290db3a51507fb83a202bfed31ba060f698b88ced69 2,761 1.00/1.00 vMB 101
446,721 446,721 0000000000000000023270ab17bb2755fc21e04d4d24aaa132551ff18a8c6099 2,128 1.00/1.00 vMB 76
446,720 446,720 000000000000000000820cff7c083be90a8723670f6e5df321968a95905f7073 1,800 1.00/1.00 vMB 85
446,719 446,719 000000000000000000e04c369de5d135ab1b46d8aae96e6a0782810fb76bfc3e 1,782 1.00/1.00 vMB 53
446,718 446,718 000000000000000001f28a164aa963b918ba6f64dc054586b914a238761f5b41 1,854 1.00/1.00 vMB 68
446,717 446,717 0000000000000000024b8dd2b123be64d2ab15e5553f9904cc6f16de8c25428d 2,332 0.99/1.00 vMB 71
446,716 446,716 000000000000000002453e3dc3bba5b4d71d6f31bda626f1d46dc0cd36369a1d 2,811 1.00/1.00 vMB 105
446,715 446,715 0000000000000000030df2e6b575547354c740067e370acae30125ba8f509e1f 1,787 1.00/1.00 vMB 64
446,714 446,714 0000000000000000018a5641e5810115658392850e3a32497386a14338a7fe05 2,491 1.00/1.00 vMB 89
446,713 446,713 000000000000000000ce5f840903b68172cdf372c49fb66a75fc7b51db306e5a 2,522 1.00/1.00 vMB 90
446,712 446,712 0000000000000000025345c06529d3d6bc92707701caeecdd1fa1872ac3c6efb 1,418 1.00/1.00 vMB 71
446,711 446,711 0000000000000000009675b68c7a93f36b0dde7322a3b6bc0584f7230f50a743 1,894 0.75/1.00 vMB 87
446,710 446,710 000000000000000002d601f6cec64b9a790bb0ce908b70bef5d22c12bd064a05 1,023 1.00/1.00 vMB 37
446,709 446,709 0000000000000000004c3b1f982a249c7b65b61ab266a747be5076ac4fbda1fa 745 0.36/1.00 vMB 78
446,708 446,708 000000000000000000650ea45d924a62bd2a5fb258f10172d28f5c1d5def554e 1,518 1.00/1.00 vMB 56
446,707 446,707 00000000000000000042a65a5e5c6ea352c68933aaeb355e1446e05d7aa14d44 1,364 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.36 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: 662.83 GB
    • Received: 14.88 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.