Loading Tool

Explorer IconExplorer

Memory Pool

50,318 transactions
30.23 vMB
0.12456510 BTC
Random Selection Loading Transactions
Max Size: 161.85/200 MB

Candidate Block

Mining Attempt 21b6a4ed327484d981f4cd54daf371a8ddae5fdcfeda9c9ae8bf82c285ed3934
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 11ffee20a9c8e6362ea5f165a8438e75ddca56836eaa9dc7ca8febca6b7e167c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,013
Size: 1.00 vMB
Total Fees: 0.05280130 BTC
Feerates: 150.75 > 5.29 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (70,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
844,165 844,165 00000000000000000000f16c6fda4ff9f5c7ecac587e08e7b516ef46dc091439 6,981 1.00/1.00 vMB 8
844,164 844,164 00000000000000000002d0d77ba2148ebafd291017084e7c70f1f183cedf2f51 3,489 1.00/1.00 vMB 14
844,163 844,163 0000000000000000000100960b6675b75a950c32104d37c1e28295efb3ae067b 2,022 1.00/1.00 vMB 11
844,162 844,162 00000000000000000002420a8506da1245e73ec478af8d2fa61ae45600a03fe2 6,184 1.00/1.00 vMB 9
844,161 844,161 000000000000000000016f724f6657f9b8c53f8271fa1076216d136188608665 2,809 1.00/1.00 vMB 12
844,160 844,160 00000000000000000001bc7df803a4ee8e457e71e297a5beb564f6b25e5b5d82 6,933 1.00/1.00 vMB 8
844,159 844,159 000000000000000000015ed6f8ac304f5c5face768996faaf816621342e66438 5,712 1.00/1.00 vMB 10
844,158 844,158 000000000000000000034060d39202346f6752cfeff6164a7913f7ec87fc5a60 5,755 1.00/1.00 vMB 9
844,157 844,157 00000000000000000002fb9fa085fc0fed0ec6c5ea5c0d906ea1da21f6737c15 2,604 1.00/1.00 vMB 14
844,156 844,156 000000000000000000019a4282d0db1195bfeb04e7b0a327351eaf53d7c8ee28 2,387 1.00/1.00 vMB 14
844,155 844,155 000000000000000000034ccf67c2d9ba37c873e7152217e7063ea694949382ac 5,577 1.00/1.00 vMB 10
844,154 844,154 000000000000000000006ea83995b308863aacc0c4525f8e77e1aa81d5e81531 6,694 1.00/1.00 vMB 8
844,153 844,153 00000000000000000000bd899a165fa7b633bbb76b495fbfc5b5aa017bfcf96e 7,356 1.00/1.00 vMB 7
844,152 844,152 000000000000000000000b64e61e0faecfc39829d8e89bd9096729194e172765 4,799 1.00/1.00 vMB 10
844,151 844,151 00000000000000000002e003e7b0e0c2fcf877894bd00a620e2cd6628e06247c 3,541 1.00/1.00 vMB 13
844,150 844,150 000000000000000000007d05ca21e9717ed8e3166d892dfe9c6d89db1474d6a8 5,711 1.00/1.00 vMB 9
844,149 844,149 00000000000000000001edb23a6cc7d06dab1563df6dcd4824d266394cdc61fb 3,498 1.00/1.00 vMB 15
844,148 844,148 00000000000000000002e27e5d7abf33acc375f4e6f55234fa906decc42f67b3 6,103 1.00/1.00 vMB 8
844,147 844,147 000000000000000000026af109859cf66807ffa73ca879275d4c557b70d00f3e 6,421 1.00/1.00 vMB 9
844,146 844,146 00000000000000000000bcc3a3765b047a635fd2c6d7338cd47a7d356468eac3 3,909 1.00/1.00 vMB 10
844,145 844,145 00000000000000000000e0c3bbcd73c160503041f5c74480347c08a3d43c0224 3,132 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.06 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: 651.10 GB
    • Received: 13.40 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.