Loading Tool

Explorer IconExplorer

Memory Pool

74,635 transactions
27.52 vMB
0.07132530 BTC
Random Selection Loading Transactions
Max Size: 168.04/200 MB

Candidate Block

Mining Attempt c83f40ce1f6cda665308efe00556cd51348445397c95e914f6981fb3d0193281
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root cbc351a3464b8bb8a4226469bcd4684741d000f4189c3168cc02b71aaef2cfd6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,786
Size: 1.00 vMB
Total Fees: 0.01262609 BTC
Feerates: 80.55 > 1.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (472,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
442,683 442,683 0000000000000000022790089d618cef574054e25b19901d73141965a02da6c6 2,896 1.00/1.00 vMB 87
442,682 442,682 000000000000000000a2d1c64e8e05d5caca8ccbde7bb16f1e34eb0447c33ca8 2,066 1.00/1.00 vMB 71
442,681 442,681 000000000000000003baff5c4f99e7e76ea642aae54f7461a1fa36828d0aaab3 2,533 1.00/1.00 vMB 76
442,680 442,680 0000000000000000009cbe56ac646f529aa2d1155f02c13c1e6f7db17efccbf5 1,948 1.00/1.00 vMB 95
442,679 442,679 000000000000000000b6d641fccb8fe23326cf31192c861b00d4f04f22aae51a 2,110 1.00/1.00 vMB 72
442,678 442,678 00000000000000000394b226ade042267d3b6b45f2101396742b84b5832066bc 2,665 1.00/1.00 vMB 124
442,677 442,677 0000000000000000036d5a7173fa75185a5f7b60195d3bac03ecef3e971c1637 2,696 1.00/1.00 vMB 88
442,676 442,676 0000000000000000000782aa9208fd57f0d6db5867250a8b1a56788fe4480683 1,590 1.00/1.00 vMB 64
442,675 442,675 000000000000000003808bd295164d12d05dcad72112d864b4d9fd851e1e1c8b 2,875 1.00/1.00 vMB 68
442,674 442,674 00000000000000000124cee6d92d83ad54b36a67420a702b24f3a25a21238b5a 2,605 1.00/1.00 vMB 98
442,673 442,673 0000000000000000001b2fb82074e63b67be4a5b21fffa12e41ee5142a1ef1f0 1,998 1.00/1.00 vMB 61
442,672 442,672 0000000000000000023d158ad8634bf7cf62467fb92bd9eaf2adfbb68c284cc9 1,981 1.00/1.00 vMB 76
442,671 442,671 000000000000000003a9b76ee767a94b5f288c63e25c15a6b16d3e96efe3d135 2,994 1.00/1.00 vMB 74
442,670 442,670 000000000000000002e0469eaf170b10f265349ede16c8f5ae1d335d05fbf7d5 2,344 1.00/1.00 vMB 104
442,669 442,669 000000000000000002b99287034c0b2c78b4fc1e1477624b4f36da2ec518146e 2,806 1.00/1.00 vMB 80
442,668 442,668 000000000000000000e764c60e5fe13c8ccb4dc834fda1d014705fa9e822db06 2,481 1.00/1.00 vMB 76
442,667 442,667 0000000000000000033d167e8068e574fd5ff107cdf7e8ec1edda08a09e13509 2,558 1.00/1.00 vMB 110
442,666 442,666 0000000000000000009415775683ab8dc42b7305d8c693fb1b087d0d2f8bd610 2,536 1.00/1.00 vMB 90
442,665 442,665 0000000000000000010f10ba6c5f948fc32677b2aa1c67c7cc9fe6174241f1ab 2,079 1.00/1.00 vMB 51
442,664 442,664 0000000000000000000a9d4caba691ca1640a8b54c942f799e920a1b8904f76c 2,543 1.00/1.00 vMB 83
442,663 442,663 0000000000000000021a553d23ab345dc62a7cff2108a67de792515bcf615b29 2,677 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.