Loading Tool

Explorer IconExplorer

Memory Pool

78,291 transactions
29.43 vMB
0.07636793 BTC
Random Selection Loading Transactions
Max Size: 177.82/200 MB

Candidate Block

Mining Attempt d32e8ba26629978db5e6adba45a70c8b861361ec78fb46efcc40d36265bb03e1
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root ef45f197b3e8787f02c4e0c2287d29e9d8aeec344b39cbeadb60fbe65ba8d69c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,186
Size: 1.00 vMB
Total Fees: 0.01268371 BTC
Feerates: 15.32 > 1.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (205,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
709,160 709,160 0000000000000000000a0b69012dd2d1fb15fa456e803d30504faf9983c6d5cf 2,453 1.00/1.00 vMB 7
709,159 709,159 0000000000000000000033c3122048d3a854ffeda77274a78e27bdaa06e28603 2,456 1.00/1.00 vMB 12
709,158 709,158 0000000000000000000a82c0ff192efc2d83178ee6a2063f9b393777513b7718 2,172 1.00/1.00 vMB 4
709,157 709,157 0000000000000000000527f4d1da99d1b432355b9d6ea37eb38f611a97695f7a 1,623 1.00/1.00 vMB 8
709,156 709,156 000000000000000000084cd8c4ca6f1a74c22a653828b113c504312656902ae7 1,784 1.00/1.00 vMB 10
709,155 709,155 00000000000000000002d54c2702be589a8eef2340e49b5dd3acfcf242153f8c 946 1.00/1.00 vMB 5
709,154 709,154 000000000000000000073507516ec8c244e18e058432c61b86e978a4d8a98b79 1,577 1.00/1.00 vMB 9
709,153 709,153 0000000000000000000b56c0779cfe34f6b87532614b4d4b3bb0ef95caf1d522 1,538 1.00/1.00 vMB 16
709,152 709,152 0000000000000000000ccc8e6c8ddd12834c5bfd21fa8bac89dc71d33b068d14 2,163 1.00/1.00 vMB 9
709,151 709,151 00000000000000000007d61239d43af89e6f8140a9e1a22f05923e4f395f1ff9 1,582 1.00/1.00 vMB 7
709,150 709,150 0000000000000000000ac5838a0ce073ab22a976db525625fef539852b144be1 2,482 1.00/1.00 vMB 6
709,149 709,149 0000000000000000000600b81112d3a18a3a95419b7f6c3d6b6cf544b3b035d5 2,696 1.00/1.00 vMB 22
709,148 709,148 00000000000000000009d791e3371b95a0d3cc6903bc882ca5361c746bffe883 2,918 1.00/1.00 vMB 21
709,147 709,147 0000000000000000000c5012d53c12cd22452994215cf4f2a8d64d98b591ad5c 2,508 1.00/1.00 vMB 13
709,146 709,146 00000000000000000008dc991869f3df18638ff30d79ac4e69c7b382f4cca237 1,218 1.00/1.00 vMB 19
709,145 709,145 0000000000000000000c01edc53b70f47e5e351670bc19d3ea48907ce82e1d50 2,133 1.00/1.00 vMB 14
709,144 709,144 0000000000000000000ac2681cc0c4292d72ce468590496a0c31a716e2dd9cb1 1,644 1.00/1.00 vMB 13
709,143 709,143 0000000000000000000a066d9e5ed9cdc90cc5cae3d17b5f6330fee09aa35971 1,478 1.00/1.00 vMB 16
709,142 709,142 0000000000000000000a247365cc6310199b412e4893a1a4de50d5c5e3d4fc0b 1,720 1.00/1.00 vMB 11
709,141 709,141 00000000000000000003c303de079fcbf8762d993fee45ef40667832b3d61203 3,162 1.00/1.00 vMB 10
709,140 709,140 00000000000000000005e29009660087d51aa9a8691c76ad989df2081f3a51e2 2,257 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.64 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.40 GB
    • Received: 16.23 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.