Loading Tool

Explorer IconExplorer

Memory Pool

43,955 transactions
26.93 vMB
0.06678261 BTC
Random Selection Loading Transactions
Max Size: 141.29/200 MB

Candidate Block

Mining Attempt f3f6c8085605c5f2ae2a43f7896e77392bfd5d115b4e58a26a4ff536d6538d98
Version 20000000
Previous Block 000000000000000000000daf054202e657483ffdca3c83fde776f6782404cc63
Merkle Root 2b886f5f3b1b89e661b82732fbca4ff2ede9bf67b9a8ebf3a9bb3c35e4af6e76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,923
Size: 1.00 vMB
Total Fees: 0.01661477 BTC
Feerates: 265.25 > 1.66 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,887 (95,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
819,358 819,358 000000000000000000022449d91b8fb15ac7bb9bde3753cd7b7b363c7e2cd980 2,728 1.00/1.00 vMB 65
819,357 819,357 000000000000000000027e4d7e9b5315cae839eeb17173176900ee027b741fcd 2,631 1.00/1.00 vMB 43
819,356 819,356 000000000000000000040e1d082b215bc9382be63ab7815c3bc5b2518b659b79 2,780 1.00/1.00 vMB 54
819,355 819,355 00000000000000000002c5c0eab8459bd128ed2de5eff43ab128db16f2241d67 4,307 1.00/1.00 vMB 39
819,354 819,354 000000000000000000003d8502b8c90f5ce8bf95a49b2ee7afaf3c9ece982d12 3,983 1.00/1.00 vMB 36
819,353 819,353 000000000000000000022af7fe39286854f01de8e54905ed837c18d8b684e0b7 3,870 1.00/1.00 vMB 28
819,352 819,352 000000000000000000008af8df287b378b2d8dc695882d2615deda3907187662 2,789 1.00/1.00 vMB 34
819,351 819,351 000000000000000000040d060fa9b1c7a2cfc26d0db18fd8c877d29fb9885e40 3,512 1.00/1.00 vMB 42
819,350 819,350 00000000000000000002737de67057ec279dca455d6b3047819e4d52f712271e 2,857 1.00/1.00 vMB 58
819,349 819,349 00000000000000000002dd4fbe8bb090d653754b4884867689f638a919a0b9bc 3,088 1.00/1.00 vMB 39
819,348 819,348 00000000000000000001e95cdd8eef90d8ee006406e84605cb444372db95c756 2,419 1.00/1.00 vMB 61
819,347 819,347 00000000000000000001897b03d0f8fb72a7c65e6906cf9c4d8074247ca7d06e 4,180 1.00/1.00 vMB 32
819,346 819,346 00000000000000000000f2a44776f015e8d0fed852974feaa3a4fef29db93863 2,927 1.00/1.00 vMB 44
819,345 819,345 000000000000000000016a22934809aba22dda98fe8a0ee1582b43fe109aebe8 2,541 1.00/1.00 vMB 42
819,344 819,344 00000000000000000000e9f800c1789537f349c1cfa0e7e8a25b21ec8f2bedc3 2,332 1.00/1.00 vMB 58
819,343 819,343 00000000000000000000cb25399b73ca8d7233d889d6f593185d2d9d8c1c12a4 2,484 1.00/1.00 vMB 63
819,342 819,342 000000000000000000020d946802db20f2a7be60a9816f92ad758a8d9fb20a64 2,701 1.00/1.00 vMB 41
819,341 819,341 00000000000000000002ee02630bd763b8f36d10cd7db34f69ffca222736e70a 2,978 1.00/1.00 vMB 26
819,340 819,340 00000000000000000001ae5b69fe326c4b32a0ed80416d5d7bb359a1be1c3d49 4,070 1.00/1.00 vMB 26
819,339 819,339 00000000000000000003c58ba1a908b1c0d3387e022c944b071afb1112322053 2,313 1.00/1.00 vMB 27
819,338 819,338 00000000000000000001ace2f0093e124477362ec1de6d29335b4194877481c5 4,671 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 653.69 GB
    • Received: 14.01 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.