Loading Tool

Explorer IconExplorer

Memory Pool

81,743 transactions
30.54 vMB
0.08022545 BTC
Random Selection Loading Transactions
Max Size: 187.13/200 MB

Candidate Block

Mining Attempt d679a5f501cd42bc1df839855b4f92212e9a95d303fdc1e5d1cd9afa93f990da
Version 20000000
Previous Block 00000000000000000001bfe8515d732b65f9547b0b4d60ed4387c4bfdc0108bd
Merkle Root 1901e324d616cfe6cba2a1c1623ea19f379e0c8e3316aba170658b4954660291
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,944
Size: 1.00 vMB
Total Fees: 0.01195931 BTC
Feerates: 151.12 > 1.20 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,338 (45,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
870,242 870,242 0000000000000000000152063e6bd2ee918d4202d702d05f3fc3bfe34d5f5458 2,607 1.00/1.00 vMB 15
870,241 870,241 000000000000000000016797024fe61fabae4baa2e31fcbb5acdbe8e3b849800 3,800 1.00/1.00 vMB 19
870,240 870,240 0000000000000000000168347e6d3c701b64896d57caaaa128be68fc5f691ab1 3,288 1.00/1.00 vMB 21
870,239 870,239 000000000000000000017a163260fa838d94714af42b95169435011f48a9fa9e 835 1.00/1.00 vMB 8
870,238 870,238 0000000000000000000008c32d6cf7a2aa3e51e359b5d77e50bc8b8f6d6f1033 3,443 1.00/1.00 vMB 16
870,237 870,237 000000000000000000000cdc9e92f1c35451e10149d7f2cb59e33036d90213b1 2,787 1.00/1.00 vMB 12
870,236 870,236 000000000000000000013997604a2ede58c0804b2f49bed33294eba86f047be6 3,311 1.00/1.00 vMB 15
870,235 870,235 0000000000000000000051f9bcbda61fbb4aaa74161075a4cd4a0975ea5742ae 4,240 1.00/1.00 vMB 18
870,234 870,234 000000000000000000016889581332c741431475ac0c1dff7d130db61b0478ec 4,659 1.00/1.00 vMB 28
870,233 870,233 000000000000000000016afaf57ec22f75fec1068b8102dec389ff5904dbc84b 6,219 1.00/1.00 vMB 22
870,232 870,232 00000000000000000001f67da3ee2c3e03d46f0287e6ea82747291034e82e705 6,045 1.00/1.00 vMB 19
870,231 870,231 000000000000000000006250f90843209e81fa3dfefc19e7381d123c6d6f31d9 5,576 1.00/1.00 vMB 23
870,230 870,230 00000000000000000001cef93cad60767c013c0529879c6517728993b9cbdcf1 6,852 1.00/1.00 vMB 26
870,229 870,229 00000000000000000001fff9eaf2d4d3877bd094de99cc9c1d354580fdd9389a 6,599 1.00/1.00 vMB 31
870,228 870,228 000000000000000000016418f1ab83b5f2c50fbeff6ae3a1ca64db1b2b65f50e 4,439 1.00/1.00 vMB 25
870,227 870,227 0000000000000000000104e8213fd235d7e499c9c2c82c826c0b1c8ebba3760a 6,289 1.00/1.00 vMB 31
870,226 870,226 00000000000000000000abca5356ecb8203a439c51e4252942fa15a2cf665359 6,068 1.00/1.00 vMB 20
870,225 870,225 00000000000000000001b67d71be1ba3682ae289d80b89df51197467797c8378 4,413 1.00/1.00 vMB 21
870,224 870,224 000000000000000000001537496746857d4d7dc5c149a00f969817de727de98e 5,571 1.00/1.00 vMB 12
870,223 870,223 00000000000000000001a6879f2c6ff5240bcab0fca68f4b10d7fad1d75d2b88 6,001 1.00/1.00 vMB 15
870,222 870,222 000000000000000000026fff408019e244fcfd5e423b4d7ad5f3d92b4280e5da 5,201 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.98 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: 716.22 GB
    • Received: 17.79 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.