Loading Tool

Explorer IconExplorer

Memory Pool

50,312 transactions
28.84 vMB
0.07516030 BTC
Random Selection Loading Transactions
Max Size: 154.11/200 MB

Candidate Block

Mining Attempt e1464cb51b7e9a0549377802c9693e8a434ef1f3517699fc92723b5347aef87a
Version 20000000
Previous Block 0000000000000000000133cc4853fcb6e0594dde0b142b5c7760efc67fe44001
Merkle Root 1ee6f770260b4cf1c003923cacabc8ae922030bbfc2d18067b241f9534a4cb35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,801
Size: 1.00 vMB
Total Fees: 0.01203784 BTC
Feerates: 40.20 > 1.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,715 (270,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,361 644,361 00000000000000000002da3d8ea5fb2d5584dfb7f50bfabd149ef247a7274321 2,283 1.00/1.00 vMB 23
644,360 644,360 000000000000000000032874a239aec3024b5aeaaac7d429b52b529619b4ce45 2,964 1.00/1.00 vMB 132
644,359 644,359 0000000000000000000a1a04403dc0c79ea5e0ce7e3f981b2b5cb906d6888d54 2,809 1.00/1.00 vMB 23
644,358 644,358 00000000000000000008932d38aa338854f5f5cae2dede9a8fa6391100bb1186 2,014 1.00/1.00 vMB 85
644,357 644,357 0000000000000000000398707d9dd0b2ed38c187d3957f443631cbb6c3e97679 2,581 1.00/1.00 vMB 139
644,356 644,356 00000000000000000003711e72541e60195c11b76737711c2a4117b362a5e969 1,833 1.00/1.00 vMB 20
644,355 644,355 000000000000000000106dbe26e1cb93413a10663598022ed9fcf55759c13ad9 2,473 1.00/1.00 vMB 119
644,354 644,354 000000000000000000031ac8a6519f48c3a8ee8846ffd0f1f61113e97b3eb27d 2,749 1.00/1.00 vMB 57
644,353 644,353 0000000000000000000a14ef9e4e201e9eb653ad364a5a60034291de2409a0da 1,995 1.00/1.00 vMB 28
644,352 644,352 0000000000000000000af27350ea4b2a1127b114f9bb8ee976c8a8086e2b02d6 1,243 1.00/1.00 vMB 107
644,351 644,351 0000000000000000000db303ed76c96951a3c59cd99e3a16cf6df51580c1e4eb 1,857 1.00/1.00 vMB 85
644,350 644,350 000000000000000000067583a5ad8255593fa3ce97cfc6aeab9b78f7008c25f8 1,912 1.00/1.00 vMB 49
644,349 644,349 000000000000000000088b4a10d15c86f6f991c2a6db567470f3d0bc4a87bcb2 2,205 1.00/1.00 vMB 59
644,348 644,348 0000000000000000000d7d0c74d65b9fc05223a46c3118784c99aa80c18bebf2 2,580 1.00/1.00 vMB 34
644,347 644,347 0000000000000000000ae9309f4eb5e5f4baf1f57613a8eb9396df0e014ae8e7 1,409 1.00/1.00 vMB 31
644,346 644,346 0000000000000000000751e7c8c26d828b1566b8706b368c33f8f298ecf799ab 1,692 1.00/1.00 vMB 51
644,345 644,345 0000000000000000000ac1a9fc0f50270af4637b0d0e67ad7c196718cf732f61 2,197 1.00/1.00 vMB 29
644,344 644,344 00000000000000000004bc6b17a9058a0b725f82be2a4d996415f2dc525f4fef 2,714 1.00/1.00 vMB 133
644,343 644,343 0000000000000000000344b9092926bfa6cb3abc5f307c9348fb8c5315e1f7a3 1,930 1.00/1.00 vMB 62
644,342 644,342 00000000000000000004c18be49dc19c10cf7d67d2de1eb030a8333ff0880233 1,670 1.00/1.00 vMB 37
644,341 644,341 0000000000000000000ce2aaa6a260100ffe753485bbe43cf88c593572111b20 1,653 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 781.89 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: 645.16 GB
    • Received: 12.69 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.