Loading Tool

Explorer IconExplorer

Memory Pool

80,499 transactions
22.24 vMB
0.06744466 BTC
Random Selection Loading Transactions
Max Size: 147.90/200 MB

Candidate Block

Mining Attempt d9d4cda6488a8bcb0b497c5c3497e46d242dedd527b931712bcfa510d0bd506b
Version 20000000
Previous Block 0000000000000000000058cafb6e60f48cd5a6ff32ea7fe83b90bfbbe4e36468
Merkle Root 218b63ccece2c2059abf40bf515c8776ca2d442915c52bb6674faa55616ee5dd
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,992
Size: 1.00 vMB
Total Fees: 0.01630272 BTC
Feerates: 135.00 > 1.63 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,150 (820,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
95,832 95,832 000000000003ba9c7ff2584e52ed564c9f15d03ac882beb8e76e0c086b69c618 5 0.00/1.00 vMB 1,074
95,831 95,831 0000000000024503f5f0a964c0eb41bbfd5436dbc33cb701686d0266343a373f 1 0.00/1.00 vMB 0
95,830 95,830 000000000002aa7b0fd6bab66639ebf83b6d176a3156e62682300137e68d5b79 1 0.00/1.00 vMB 0
95,829 95,829 0000000000031fde66c3a4a0da45b3b6fcf22624c41ab1fa6de3ad2efd8c17b9 2 0.00/1.00 vMB 0
95,828 95,828 000000000007997ab2282811d16f5e8a264601e68ce0aad027a64631535ea914 1 0.00/1.00 vMB 0
95,827 95,827 000000000001b6024376b8dd65abcbf422709ec5c4ddbda19817c6b81654eeec 1 0.00/1.00 vMB 0
95,826 95,826 00000000000089765bc5401e98d13bbf08b884672641240033441293474680b2 3 0.00/1.00 vMB 0
95,825 95,825 000000000003f1961aff6d154a3e5acb0872868b5477a7f6d2db068859c136a6 1 0.00/1.00 vMB 0
95,824 95,824 0000000000065208cee66ed77763318b99cff899dbc75e45dc6261c070ee4dc2 3 0.00/1.00 vMB 0
95,823 95,823 0000000000023c59dda8a0920c7c93d1363f6f1a09d22b39c03650a8059838e4 1 0.00/1.00 vMB 0
95,822 95,822 0000000000045cabe68fc0d69a3bcc736ffc0db1ed0a07ee320aa754c14b6a80 1 0.00/1.00 vMB 0
95,821 95,821 000000000006e8cf16cbc3e151eaa41dd5db9f5904637bd7dbc1885b433cd0d8 1 0.00/1.00 vMB 0
95,820 95,820 0000000000006154dba0950e34ea53c43258e7eaf78d2f8cf2e250a300acb850 1 0.00/1.00 vMB 0
95,819 95,819 000000000005ed878f149b3a58cc405a6aa805657d94064595564a21119d379b 1 0.00/1.00 vMB 0
95,818 95,818 000000000000839a6cd4de04e76f9955bbc244eb2a6af322a7dac5e7ec351c29 4 0.00/1.00 vMB 0
95,817 95,817 0000000000017f7845c0b30206497ac3ae1634ff9cebce1aa8cc452c334b725c 2 0.00/1.00 vMB 0
95,816 95,816 000000000003f11acd8f2ddb2aa3f251171faf74fb4953d917d9e39e2d418d34 1 0.00/1.00 vMB 0
95,815 95,815 0000000000069c3487e60b50d8525a3903bbc74f430e726dc33c48c5cde102bb 1 0.00/1.00 vMB 0
95,814 95,814 000000000005588ee25e02b442bee2c1aac9fb59f4c7e14c7ed7c13e41b66c13 1 0.00/1.00 vMB 0
95,813 95,813 000000000002bc1f793d717af93e7c8f16deaaf3f2d382f38d0da6c2c70c71ab 2 0.00/1.00 vMB 0
95,812 95,812 000000000003496d7c74d6f96adc00b204fd413c2eb8cd95cd48ed16b42d8b57 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.38 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: 818.36 GB
    • Received: 24.52 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.