Loading Tool

Explorer IconExplorer

Memory Pool

78,236 transactions
29.29 vMB
0.07753051 BTC
Random Selection Loading Transactions
Max Size: 179.56/200 MB

Candidate Block

Mining Attempt 755578c71ec91ac33a47a01ab5d9dc19ef07c6b6f5aea8a373b8c5ef68485c42
Version 20000000
Previous Block 000000000000000000014ee01d40d83da8f3854e20a1fad4a947a82bed03dfb0
Merkle Root 4c4bfc14eff80a044891524d2f258b236a0b5198d300e2e20d94195dd4a8446a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,513
Size: 1.00 vMB
Total Fees: 0.01341077 BTC
Feerates: 73.20 > 1.34 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,239 (583,280 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
331,959 331,959 00000000000000001754857e39e124ebec2186c7be9ff460a3e34a8e21144001 168 0.10/1.00 vMB 25
331,958 331,958 000000000000000007389815cc98e8c7b8cfa095ab089bf1bc0927e53c0ef7f0 653 0.36/1.00 vMB 22
331,957 331,957 0000000000000000162cf91483a37b8fc9755d98e5f3d9f8062f0dad8c43d740 300 0.19/1.00 vMB 18
331,956 331,956 00000000000000001a8abe9d0c21a09b2c9485a912ffac9968aba1f33d808dd5 458 0.31/1.00 vMB 18
331,955 331,955 00000000000000000e19f324c17507e1cd0c9931dd7c30c2b2087ecbd6463b0c 1,116 0.78/1.00 vMB 19
331,954 331,954 00000000000000001a393f807ef9a1b00525fe0e1ea8561f7c5020c49b849390 512 0.14/1.00 vMB 44
331,953 331,953 0000000000000000158d47fd10b82690db5db43d8a4861396934a3d0f56e7d4f 105 0.06/1.00 vMB 11
331,952 331,952 000000000000000005654a9ca9d68a3fc36b3867b07255bdbb54baa7343d1a9e 558 0.40/1.00 vMB 18
331,951 331,951 000000000000000002fa205de5386cbc4a36ca0e8b29b8e81bcd9297c7241534 557 0.50/1.00 vMB 19
331,950 331,950 00000000000000000471f8b4c29ae48f58f25f17fb240790688837d9186e2ea3 1,205 0.50/1.00 vMB 30
331,949 331,949 00000000000000000bccb8446355e16a0e75d693409d7f6f6635bb5e7c8e7810 629 0.36/1.00 vMB 22
331,948 331,948 00000000000000000a92f85d5f96016370f4a0bcf0825e111f5ba378ad12b4b2 87 0.05/1.00 vMB 12
331,947 331,947 000000000000000000414cd4ddb7eba51e6cc0676e8ba08e8f4c223b7bf2f070 213 0.13/1.00 vMB 23
331,946 331,946 00000000000000001a55daf2e25f26c68c72f982cea7a25c9d2615ab5849bab7 1,237 0.68/1.00 vMB 22
331,945 331,945 000000000000000001c204739ea6bf2731b5dbd72f95bdb4f925c52970c229ad 919 0.50/1.00 vMB 22
331,944 331,944 00000000000000000aaee6b26547c94de02f96709b11347740ca67ad7686df08 1,249 0.35/1.00 vMB 47
331,943 331,943 000000000000000015ea6091851f93b3220255b3a8b5647a4278573ac8d84394 20 0.01/1.00 vMB 26
331,942 331,942 000000000000000000604f1073c9dd2ff7e89f66b3df3bc0a9ba48b655beeed2 77 0.03/1.00 vMB 19
331,941 331,941 0000000000000000085fd4ad654e02bb83c3f4fa348257c5760aae4ad5303595 843 0.31/1.00 vMB 30
331,940 331,940 00000000000000000945235e6415cb4d9c43ffd7de67f788ec2bba1a731f1f9f 298 0.13/1.00 vMB 26
331,939 331,939 0000000000000000007317c7b69b2b4b114ad2c9b22dfbda5d5d94054dcf58c1 937 0.62/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.81 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: 710.17 GB
    • Received: 17.04 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.