Loading Tool

Explorer IconExplorer

Memory Pool

80,464 transactions
29.95 vMB
0.12059268 BTC
Random Selection Loading Transactions
Max Size: 180.23/200 MB

Candidate Block

Mining Attempt fb30a7afa3af1cb1a859bca8ebfce62d2b352c8ac8b0a6cfa9e79f036897e323
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 65b9b9b30642451bd3279006d515c21233af57aecb6945336743188064f8af54
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,631
Size: 1.00 vMB
Total Fees: 0.04995252 BTC
Feerates: 242.90 > 5.01 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (256,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
658,449 658,449 0000000000000000000adb376618fc05ddec45b9b09448e790b96778808dca7a 2,312 1.00/1.00 vMB 46
658,448 658,448 00000000000000000002ff7775622bcd1555b0533dd723cbce9ea346cef573a2 2,033 1.00/1.00 vMB 42
658,447 658,447 0000000000000000000181c8ed194fe24d3ecef1dbaa76bd85c31a35727f5f18 2,666 1.00/1.00 vMB 38
658,446 658,446 0000000000000000000e3f7cc9e409f118cc4cd870cefec1512e5bc9a586f52c 2,502 1.00/1.00 vMB 43
658,445 658,445 00000000000000000005027d5c0496373c872f286e90bebd341720c0ffc417c8 1,799 1.00/1.00 vMB 55
658,444 658,444 000000000000000000088873ea50d12cc451afc7eb02e38b26b2a77b18b4eea6 2,356 1.00/1.00 vMB 60
658,443 658,443 00000000000000000009028766ed6019ee924975f37054581f5b8744e06a5077 2,554 1.00/1.00 vMB 59
658,442 658,442 000000000000000000087ac05c8599a87b4a4c8bf121d728b66a177541910445 2,305 1.00/1.00 vMB 44
658,441 658,441 0000000000000000000a7ec91225523bf604bf257f5e2f4e10eaa45136647924 2,154 1.00/1.00 vMB 64
658,440 658,440 00000000000000000009fd12c628e3cc20021d43b85b8123e42247fc7ab1bbc8 2,371 1.00/1.00 vMB 49
658,439 658,439 0000000000000000000e01ed90b8be5d7a9ec22abf60bfd9d8e4d50bffcf064e 2,521 1.00/1.00 vMB 53
658,438 658,438 000000000000000000050f5563230db25d7d6f77b801fbac50d0e5af31f0a6e2 2,542 1.00/1.00 vMB 59
658,437 658,437 0000000000000000000c4d89b3b12d47963d9ba6f8084e0305e404040068d0c5 2,983 1.00/1.00 vMB 89
658,436 658,436 000000000000000000000776dd7b84e7905e3c18f27e8530dcae1c5773309366 2,154 1.00/1.00 vMB 56
658,435 658,435 00000000000000000009cb636226c392b139f047a06c63c0dd8112bbad792a15 2,243 1.00/1.00 vMB 58
658,434 658,434 0000000000000000000d30018833fd22ed89fe755e31a816179514f28bcc6c61 2,988 1.00/1.00 vMB 77
658,433 658,433 00000000000000000008c672b96c5fc4d4a915e89d365ad3bbed630b27d686a4 1,586 1.00/1.00 vMB 52
658,432 658,432 000000000000000000033d05abcee8adbd9897cdcf184e135191dc06b095534b 2,757 1.00/1.00 vMB 67
658,431 658,431 000000000000000000021ed9f7dd87c593401d50ba6129f663013dca1acf4199 2,175 1.00/1.00 vMB 29
658,430 658,430 0000000000000000000cfaebb0189e2bea78b78e645ebc4b1d68ffffd0d8f360 1,546 1.00/1.00 vMB 34
658,429 658,429 0000000000000000000057d9ab7ddcb665ae7d9d86dc7a078b34e11717536d33 1,476 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.