Loading Tool

Explorer IconExplorer

Memory Pool

81,906 transactions
31.47 vMB
0.07879777 BTC
Random Selection Loading Transactions
Max Size: 191.25/200 MB

Candidate Block

Mining Attempt dec9ad283def832e9a8fffc3da96386ff11fdd125c699b9572f3840fe0e0e7a4
Version 20000000
Previous Block 00000000000000000000905e2cc5dcc7aa0fa11ca619828cc970f8f84732e4ef
Merkle Root 808f68b9b6e92676f8a8c9938fcba4a129804d3744815fefa57c9682d7feb604
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,786
Size: 1.00 vMB
Total Fees: 0.01058047 BTC
Feerates: 150.61 > 1.06 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,198 (259,176 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,022 656,022 0000000000000000000d922746a471fb12a8483a29dca1f368aef7c65cd4a2d1 2,732 1.00/1.00 vMB 117
656,021 656,021 00000000000000000007a8d98a7973db8db3255b338dc825fbb460c0306b9d5f 2,525 1.00/1.00 vMB 91
656,020 656,020 0000000000000000000fb143a612f1152cf7488903328c3a5e0831a8a7f75ec7 2,124 1.00/1.00 vMB 57
656,019 656,019 000000000000000000089d06625413e0b49c52ed6cb630bd06f35366e1836562 2,082 1.00/1.00 vMB 94
656,018 656,018 0000000000000000000e52d2a738a95132f3808d0ad3356f896a52c14531e11e 2,827 1.00/1.00 vMB 138
656,017 656,017 0000000000000000000aecce5fb1c9b422524b48c89895407893295d4403f65d 1,237 1.00/1.00 vMB 75
656,016 656,016 00000000000000000000643e6f3828b2679b8feb7963b7e7eec7cb424b3f6e1b 1,976 1.00/1.00 vMB 203
656,015 656,015 0000000000000000000ccb17382d8daf5685bddcb492f9738f0fa34a81295d70 2,708 1.00/1.00 vMB 130
656,014 656,014 0000000000000000000fa391952a9a217f8155f5b1b91bc6e0e0335f365e67ca 2,712 1.00/1.00 vMB 137
656,013 656,013 0000000000000000000dcbd4413fefcac738108219a3fb5c148476a57217b317 3,097 1.00/1.00 vMB 267
656,012 656,012 0000000000000000000d86a22d2121a738ce27a1cf052b44566b6ec22f4cfbc4 2,912 1.00/1.00 vMB 129
656,011 656,011 0000000000000000000c82c8d96369d088c44cc22cee8a22c2430a6c9c682d0b 2,649 1.00/1.00 vMB 174
656,010 656,010 0000000000000000000302c408a2f146dbd0b2b5fc758cfeed796adc8d178753 2,500 1.00/1.00 vMB 265
656,009 656,009 00000000000000000005b0bbad808888ae85648a3701bd43848533002d7fa130 1,655 1.00/1.00 vMB 44
656,008 656,008 0000000000000000000bb1eef9358fa2c140383b3941b00dc926a545fce1c96c 1,748 1.00/1.00 vMB 48
656,007 656,007 0000000000000000000c60d22f31acff3b50dabf2ff5fb6642ba22ddb580aa8b 2,028 1.00/1.00 vMB 36
656,006 656,006 00000000000000000000be978b3e2dfbddfaa853c5f31c2f0e0a211a9fc3794f 2,111 1.00/1.00 vMB 134
656,005 656,005 0000000000000000000546dfb183e18734cf2e384d71d3c4b0a19dd049d34fa1 274 1.00/1.00 vMB 15
656,004 656,004 0000000000000000000c1920a17c2a9085670470db0861e9a26a9af74b23905e 165 1.00/1.00 vMB 1
656,003 656,003 000000000000000000066c6d0f46795d1e27f69f6645511ca46e43758d5a5419 1,685 1.00/1.00 vMB 4
656,002 656,002 00000000000000000001f2b7fe559c701cd51b416b1292fd78db778b413bf483 2,117 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.74 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: 707.90 GB
    • Received: 16.71 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.