Loading Tool

Explorer IconExplorer

Memory Pool

34,537 transactions
19.02 vMB
0.05289065 BTC
Random Selection Loading Transactions
Max Size: 103.13/200 MB

Candidate Block

Mining Attempt 9b6047ed757213eb333d455c3a93f26810c191a0bcd037ed30cd43efb2bf8254
Version 20000000
Previous Block 00000000000000000001c72b8557a4bf2dbba6285021f8570a92cd092c7d2f8e
Merkle Root 54331ae87656c5ad7a2e7b028bf92e960e8033f5c8478586a245781c82c84dd1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,149
Size: 1.00 vMB
Total Fees: 0.01642689 BTC
Feerates: 150.80 > 1.65 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,913 (752,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
161,822 161,822 00000000000005ea433b23cf95f68f3e1f0a21efa769c10dc4cb45ba7b1d400b 11 0.00/1.00 vMB 55
161,821 161,821 0000000000000440fab7974024dc1402ef61d0ae15e43868e94894d08b3f590a 41 0.01/1.00 vMB 17
161,820 161,820 00000000000002cbdbf04da07aefefebcfb09d4e7bd8b67b7d0edb22aa84b6d4 12 0.00/1.00 vMB 35
161,819 161,819 00000000000004a3377fa2a0c21b7e67f0a7a7ab7d16483f9f69ea2326922ee2 24 0.01/1.00 vMB 62
161,818 161,818 0000000000000c84afcd30fd8ba66bea662f54c2f601e7e21ef895670e1df042 17 0.01/1.00 vMB 201
161,817 161,817 00000000000008e533bb0afd04ef35f8fceae54e77b06e5b277d8d6e2d6f425e 46 0.05/1.00 vMB 730
161,816 161,816 00000000000006e6e287e6220cf54482ed536c5ccde7e02bfecf99e902ca076f 33 0.02/1.00 vMB 121
161,815 161,815 00000000000000a82bec42daf34469641382e94674b35af03be7abb30cd3da22 13 0.01/1.00 vMB 9
161,814 161,814 00000000000006f43c98108ab31431d250c7a4917a3d27cb2a8a38ca8e2e1723 3 0.00/1.00 vMB 57
161,813 161,813 0000000000000134cf879024e1937b76aef4e79a6a2b9a4e42e4f637bdce0288 17 0.01/1.00 vMB 22
161,812 161,812 00000000000000f192ff482472979d7b42eced3b2b5522ceb164450e7275e281 26 0.01/1.00 vMB 68
161,811 161,811 0000000000000879d087c70a74373ef502248478b1e0389e6b2bb605f2e5cc4b 16 0.01/1.00 vMB 184
161,810 161,810 0000000000000a867fd7640b116be0e8fd437cf0bbae359b988c5d2f9cb4f878 75 0.03/1.00 vMB 37
161,809 161,809 00000000000002fc821dd0b813a09f657b0fc84c574c02430a83e7c5539770d8 15 0.01/1.00 vMB 108
161,808 161,808 000000000000043a7748e7df7ca0fd57fe2a548a2ffc53055febdc8462886c80 22 0.01/1.00 vMB 174
161,807 161,807 00000000000007fa8bd7360485e2877e4c33e12696b054818b8c0bb7e9ec0a68 19 0.02/1.00 vMB 30
161,806 161,806 00000000000007b0cb6e68c79870d6f285d422d03fe20bc208ba271392962b75 32 0.02/1.00 vMB 49
161,805 161,805 00000000000003e9c537bbe762c30bd79a2f9981f842e7c2ac91364de1fed9b4 135 0.05/1.00 vMB 7
161,804 161,804 0000000000000d2b601f02fb1f04e9e4f24beeffddc5cbb3305bfbb4092a269b 80 0.09/1.00 vMB 108
161,803 161,803 000000000000063ddafaf86c70d05575c4e4d6936687d1e0ba109ae120525e67 6 0.00/1.00 vMB 16
161,802 161,802 00000000000006adcf1756e9856c1cbda635c76219409fa5db58b7cb469e06fa 71 0.03/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 780.46 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: 527.62 GB
    • Received: 5.51 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.