Loading Tool

Explorer IconExplorer

Memory Pool

44,602 transactions
26.61 vMB
0.05791899 BTC
Random Selection Loading Transactions
Max Size: 140.46/200 MB

Candidate Block

Mining Attempt 594b0c4c9b4da1160e6ccd91685f4090af56c35e4221513f7d960669f2ab4afc
Version 20000000
Previous Block 000000000000000000016f009a89c6d3e1d139367d7f3d8899daecc1416ee56a
Merkle Root 234bf6dd6737ceb77c71800d2e37dd6c889ea233046b8b8b8728d5545d8e0c7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,176
Size: 1.00 vMB
Total Fees: 0.00881906 BTC
Feerates: 54.71 > 0.88 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,754 (92,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,313 822,313 0000000000000000000088449e9f901549e9ca6678366fe5ed807515d3eb8fe4 4,492 1.00/1.00 vMB 293
822,312 822,312 00000000000000000001bd9b9cdd549f6abe017b251564ec31d0e8e6d36b58f9 4,253 1.00/1.00 vMB 247
822,311 822,311 00000000000000000003604ea751367a744a7000878ce6b2d7b1d6645a103327 4,415 1.00/1.00 vMB 277
822,310 822,310 00000000000000000001bef41ff143005346a56e7c6805956d818779f13a5095 4,064 1.00/1.00 vMB 319
822,309 822,309 00000000000000000000002095eb0263fe9ff393ad4b6cac66f27bcdf3f56b06 4,307 1.00/1.00 vMB 235
822,308 822,308 00000000000000000002e3334d2140dd45e9083c846d7d57da4cb010c8e2da44 4,555 1.00/1.00 vMB 199
822,307 822,307 0000000000000000000367ff211c408eb5048d42c26914406fe517bf4208ec2f 3,734 1.00/1.00 vMB 274
822,306 822,306 00000000000000000000c077b03025d5fc24a1b8e043802585051df7361aa5f1 3,574 1.00/1.00 vMB 241
822,305 822,305 000000000000000000010d456bb6404f6462ca4ead2dfa6ef79e144f56e276d4 4,036 1.00/1.00 vMB 247
822,304 822,304 0000000000000000000272d73c4d9f4fff54a39af53893adb5a517aa50d50239 4,187 1.00/1.00 vMB 197
822,303 822,303 00000000000000000004073c0fc923ec651c07b8ee27a49dd70b2e72bc5f4cd5 4,494 1.00/1.00 vMB 216
822,302 822,302 0000000000000000000043ffcf041132a350835bb510bc81dd450c13e482a36c 4,358 1.00/1.00 vMB 203
822,301 822,301 00000000000000000000d8e91124c73c1fd51e7afe98abc7bd1dc03b0ff92141 3,504 1.00/1.00 vMB 238
822,300 822,300 000000000000000000033fc0e741cf47d7f8d53b3c79c5e6b5f7bdc21c166e06 3,845 1.00/1.00 vMB 286
822,299 822,299 000000000000000000032f5f7dac06c25383d47c046068fc5adecb9b04072b33 3,942 1.00/1.00 vMB 232
822,298 822,298 00000000000000000003155c005561cc88d8c43375697c96018b1a80c0cef975 4,062 1.00/1.00 vMB 248
822,297 822,297 000000000000000000026bf87b6ae2dcda88387ad612cc20cd2052563ae74d82 4,135 1.00/1.00 vMB 211
822,296 822,296 00000000000000000000a1badac248ed401542f1d6a708bd0787e3206d2a71ed 4,242 1.00/1.00 vMB 256
822,295 822,295 0000000000000000000388aee9ca72f1a17e0ee43f3beaa9ee2a68300cd78668 4,136 1.00/1.00 vMB 245
822,294 822,294 00000000000000000003c1d33d04d3a05a04efc1e077e27e154cc109b92f7fc3 4,190 1.00/1.00 vMB 219
822,293 822,293 00000000000000000001be8351951f75740cb6b6c859ff1cdc5166a2953d7ace 4,378 1.00/1.00 vMB 267
Previous 10 blocks ↓
Total Size: 781.95 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: 647.17 GB
    • Received: 12.91 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.