Loading Tool

Explorer IconExplorer

Memory Pool

76,069 transactions
28.39 vMB
0.06863160 BTC
Random Selection Loading Transactions
Max Size: 172.00/200 MB

Candidate Block

Mining Attempt 06155f23a1d8dc9f44d90ff1ed38a492155854d7d34832a87dcee113096577a1
Version 20000000
Previous Block 000000000000000000013692c334da3888f451a334566c03c222fde1e46135de
Merkle Root 65bc9a4b67d82c7485c20ffcefc42ff73dcaa3168697f9a27bf76672bc3b4b68
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,845
Size: 1.00 vMB
Total Fees: 0.00989456 BTC
Feerates: 178.73 > 0.99 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,135 (437,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
477,831 477,831 000000000000000000b03de6df477d1e46d1c954f152ed63f72b9643006f6b78 1,814 1.00/1.00 vMB 167
477,830 477,830 000000000000000000511e5ea1ce1525b8bd0d96f4ed8d7df312dc4601ee8082 1,735 1.00/1.00 vMB 159
477,829 477,829 000000000000000000eb6fbdc266cbeb8a2db48acebabb3700547dbecb42889f 2,031 1.00/1.00 vMB 187
477,828 477,828 000000000000000000065153afd06f05bc1771f699765009185e46f4badc219f 1,810 1.00/1.00 vMB 157
477,827 477,827 000000000000000000dd0f2c286ceb98e4bbe1889fb014d5b5b43c4fae3b92d2 1,814 1.00/1.00 vMB 169
477,826 477,826 000000000000000000699ff94a6b298d86707a71a9869fbca9c250ed47ac6ef6 1,777 1.00/1.00 vMB 143
477,825 477,825 00000000000000000051bfa09b2cec3ca9fe7eecd15f3213732893ef0b3ec161 1,064 0.77/1.00 vMB 136
477,824 477,824 0000000000000000004150905a25b59c02ca79578906c6539eaa9c33938ee9d0 1,675 0.77/1.00 vMB 77
477,823 477,823 0000000000000000013fe2cd0ccc7a0c4b5f08b1dc0a24265624a364545ef5fe 1,868 1.00/1.00 vMB 152
477,822 477,822 0000000000000000003a9a4900a3082e2f4c221d0f906a134821f7fcbfbc95e1 1 0.00/1.00 vMB 0
477,821 477,821 00000000000000000070210f719d5033829f5e4e17aec45c0cce384b7399676a 1,932 1.00/1.00 vMB 100
477,820 477,820 000000000000000000a4b32c5f02950364b64b7e706785b5e39b5330b2a1cd2b 1,956 1.00/1.00 vMB 111
477,819 477,819 0000000000000000012a3a7c81ff8b7374e09de372783f4a6226cb1340c6b434 1,590 1.00/1.00 vMB 125
477,818 477,818 00000000000000000001e6ceb848caf167123acd4f2be02ec218012b09099d4e 1,855 1.00/1.00 vMB 153
477,817 477,817 0000000000000000011c0b188f73b76488f73f3a33c740e66707573eb8df349a 1,965 1.00/1.00 vMB 206
477,816 477,816 000000000000000001034ed4348472b25bda9a6f6d0fd3fa6fef5abe3cc4601e 1,532 1.00/1.00 vMB 149
477,815 477,815 000000000000000000b24661d5dd268b634a6a9cd5d464985219d4e005bb42fd 1,914 1.00/1.00 vMB 165
477,814 477,814 000000000000000000954a32419147e2f87e6afec97324b5e8ca97e916ddd47c 1,051 1.00/1.00 vMB 160
477,813 477,813 0000000000000000003ef11eb6b1607d4c25707860d2d9874bc71152c94c5936 2,328 1.00/1.00 vMB 241
477,812 477,812 0000000000000000012a1179ead0ceb778baa38639c49056558b2e2d1133d50f 2,186 1.00/1.00 vMB 51
477,811 477,811 000000000000000000c22dbc419ae155c6b205c50601215c1aaded53b63c8cca 2,110 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.63 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.10 GB
    • Received: 16.14 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.