Loading Tool

Explorer IconExplorer

Memory Pool

77,590 transactions
28.83 vMB
0.07372068 BTC
Random Selection Loading Transactions
Max Size: 174.83/200 MB

Candidate Block

Mining Attempt 62eb30570eb3d71cc2aa05b74ac2995d77428581377847499bfd96ca69b63c1c
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root f2fe96b7e140fae4a13e65b88113abcc4e42bbb8950a48844169b06f0d14142f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,819
Size: 1.00 vMB
Total Fees: 0.01375709 BTC
Feerates: 82.75 > 1.38 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (910,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
4,619 4,619 0000000062579e4eeacb490ddf756e7b2034469087550dafbaf66a18304e3ae9 1 0.00/1.00 vMB 0
4,618 4,618 00000000d0eb2b2e6e77dcf561b374e8e2beb30c5c162d3494b5d180921059b8 1 0.00/1.00 vMB 0
4,617 4,617 00000000ae32028b9d10675807a89c14a8dda7017967af3b12a3c0e50de7cfc3 1 0.00/1.00 vMB 0
4,616 4,616 00000000ef0938336d572b8404382fb7bb0b3ad46b5b665c8c08546c43c77bf6 1 0.00/1.00 vMB 0
4,615 4,615 000000008418d133a657d1d7fd0a032e4af19c6dd55e7a2ee465087deeaed510 1 0.00/1.00 vMB 0
4,614 4,614 00000000fa9e98110f5356fa909da218530d180296c354821792cb7f4e8afbd9 1 0.00/1.00 vMB 0
4,613 4,613 0000000024d47498fb72f2f92a8ebbc1ab0dcf55ef885f2ccf9c3e4a2b85cfef 1 0.00/1.00 vMB 0
4,612 4,612 000000003b8716ff672fd25cf26c73fcbee8d3d6741d9bbea0b9fb7d3d9c46bc 1 0.00/1.00 vMB 0
4,611 4,611 000000008863c11ba979dc0efdacb391d2c3e0333fb139ee6e267faa53d92093 1 0.00/1.00 vMB 0
4,610 4,610 00000000063433971b624047729eb09b9e1855696af153fc278598b45cb2212c 1 0.00/1.00 vMB 0
4,609 4,609 00000000124730480963a8985ce79d76e5c1fe34817ed21fbd1ab45ee60e8a11 1 0.00/1.00 vMB 0
4,608 4,608 00000000d7cd0cc429d2ef6cd858000c5dd822bffc2fb174ae53e47cc27cfa9e 1 0.00/1.00 vMB 0
4,607 4,607 000000007057e192efb33875b01831db62cfb6c91d50a23c9bd30e79457b6cb5 1 0.00/1.00 vMB 0
4,606 4,606 00000000c209c0f989f82d580206842faf60259f186b10351d5d46372f5c5e6a 1 0.00/1.00 vMB 0
4,605 4,605 00000000cb5a86b6b6764bab9a09058630c65449960b21ebd088e38bb173f14e 1 0.00/1.00 vMB 0
4,604 4,604 00000000584f5ccf808004140aec6fabb9e905d93d9c30516b182a0d26ad9481 1 0.00/1.00 vMB 0
4,603 4,603 00000000944dd57be2a436ec0a7d81db01eb8f5425f3353364750e196e37689a 1 0.00/1.00 vMB 0
4,602 4,602 00000000c652bc6f62205d5eaf33866a64b4fd09898d811b508b616d0b6efccf 1 0.00/1.00 vMB 0
4,601 4,601 00000000c85651122f4f03d62f864068289e81f39e772314dc87eecd075189b6 1 0.00/1.00 vMB 0
4,600 4,600 00000000013f500570b064a9bcb07667ca77993430d602eeb536cfe29310d636 1 0.00/1.00 vMB 0
4,599 4,599 00000000a87feccefe117276e9fceb8068f42477308dc5fcc3bd24bff05f12e8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.38 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.