Loading Tool

Explorer IconExplorer

Memory Pool

77,239 transactions
28.85 vMB
0.09844603 BTC
Random Selection Loading Transactions
Max Size: 175.08/200 MB

Candidate Block

Mining Attempt a6e81f85117c9eddac8d39c6300a195f92d98b8fb46509453c83829893beef7e
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root f8d3e6978501e5fbcc11681703a4e846dd090030702312f655807aeacd87433c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,410
Size: 1.00 vMB
Total Fees: 0.03017901 BTC
Feerates: 180.82 > 3.02 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (212,409 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
702,861 702,861 000000000000000000000c835b2adcaedc20fdf6ee440009c249452c726dafae 2,500 1.00/1.00 vMB 4
702,860 702,860 00000000000000000009c3deb8b5e706d7be57a427f4f03f01c49d5219213b5f 2,813 1.00/1.00 vMB 12
702,859 702,859 00000000000000000000b3e8a34e7b31d7aa071b41c21ebefaa5ce2e82f708e6 2,910 1.00/1.00 vMB 6
702,858 702,858 0000000000000000000c48a1877f4329b3f85fb91c24659dcc42b562f0203c0d 3,139 1.00/1.00 vMB 24
702,857 702,857 0000000000000000000e1b5c8123e1a7dd629300d5533ffb4ddf99cd7cb02e23 1,815 0.98/1.00 vMB 2
702,856 702,856 000000000000000000025004dfc70644fca477f7ecac2b78115d2c1dbb394e03 1,772 1.00/1.00 vMB 9
702,855 702,855 0000000000000000000822fa86dee787701957e562e356d28bf4c5c4a714be67 2,659 1.00/1.00 vMB 13
702,854 702,854 000000000000000000006afa112eeabccd7c154f3fc2e06fe4823d1ca8b110ae 964 1.00/1.00 vMB 7
702,853 702,853 0000000000000000000b8f53989469269406c8e221c742ca1dc492c43a7adf0a 2,390 1.00/1.00 vMB 10
702,852 702,852 0000000000000000000cd08a87e53f9d268de9d12e9b922f428c1b629bec3b98 931 0.99/1.00 vMB 4
702,851 702,851 0000000000000000000c6a1316c65151aa83b12a8b063ad2033148933ee16d1a 1,773 0.95/1.00 vMB 8
702,850 702,850 00000000000000000008a538dc71719fd5af48c3b4d29524e3c3f2dccba90d62 1,035 1.00/1.00 vMB 1
702,849 702,849 000000000000000000026d871dedb91a7a7202669096ed02e128d5dbb8fd3fee 3,042 1.00/1.00 vMB 3
702,848 702,848 00000000000000000008e8512d3e907f0897040bb4ab6cf28baee098ba063621 1,346 1.00/1.00 vMB 6
702,847 702,847 0000000000000000000e9ff7fcb35a93c0c72d9f29a0e65fe0e8df5623f374e6 335 1.00/1.00 vMB 7
702,846 702,846 00000000000000000003b1dac84090a4cd2abf4dad3f86024768af7e0e55fba3 1,888 1.00/1.00 vMB 16
702,845 702,845 000000000000000000062892e6550b6912ad623c23450ad90db3100f9f6a2fd3 362 1.00/1.00 vMB 7
702,844 702,844 00000000000000000004d1b3b2d4fb7542a6d100b06f6b97a60d99727c35fc12 1,554 1.00/1.00 vMB 9
702,843 702,843 0000000000000000000bb483878d9b25e3550630b5649bdfb03e9ac7b7df3469 3,085 1.00/1.00 vMB 18
702,842 702,842 0000000000000000000421c208f032ec251382f3a9c24da9efcc750a60dbe6be 2,387 1.00/1.00 vMB 12
702,841 702,841 0000000000000000000ada347ba2f26874ee6778c92ba9529a3f7b701e8cc2dc 1,121 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.86 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.90 GB
    • Received: 17.24 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.