Loading Tool

Explorer IconExplorer

Memory Pool

82,441 transactions
30.21 vMB
0.10999547 BTC
Random Selection Loading Transactions
Max Size: 182.76/200 MB

Candidate Block

Mining Attempt b841fbfe3e5c563fdefd202f325d9f44c19cf08a9511dcab4e4581e3bc32b7e2
Version 20000000
Previous Block 00000000000000000001988ac308b422066efcf6e9b3cd8e9afb4f26462c1591
Merkle Root 1777b1d4a0cc951047bd8121923fae71b8c9ad8e9fba67461bea5924885b21f5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,203
Size: 1.00 vMB
Total Fees: 0.02998056 BTC
Feerates: 150.68 > 3.00 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,626 (890,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
25,556 25,556 00000000e23456c1c2b3d87f8249c708b325fe7f9ca4184293c1c5b40634edda 1 0.00/1.00 vMB 0
25,555 25,555 0000000071cd979722a64da745cb2437896908e706d5e9d0cfe34d55ba8c5742 1 0.00/1.00 vMB 0
25,554 25,554 0000000027c46b3fa62461bc16f8c901ee6214000984ff30ce441508a45cfa06 1 0.00/1.00 vMB 0
25,553 25,553 00000000501ad4d86ca47a1a7c683e4958cd072c967d60b94f9ee970fceb3b2d 1 0.00/1.00 vMB 0
25,552 25,552 0000000088417f75e8a4e88b5b211ce416bb55189fa2ea87bb263abba1e01a30 2 0.00/1.00 vMB 0
25,551 25,551 00000000eda9acd6b693f0e534a16d017721fbf4e8e3f5ece3d2326d9732a9c9 1 0.00/1.00 vMB 0
25,550 25,550 00000000b314dcef8e1526971449e479c2be6bd5c6018e953ff33b8290bbec91 1 0.00/1.00 vMB 0
25,549 25,549 000000000fb00a0c1a2e9da2bf70be204dfd3217741bc90f27c51d32c832335b 1 0.00/1.00 vMB 0
25,548 25,548 00000000467649957b92dc7c27b6ae7dd20423cb5c70e71854c57ebfd10c1368 1 0.00/1.00 vMB 0
25,547 25,547 000000008449f5bc8434505c5e864954c3da9cfad64c7b68e4842f5587c5292a 1 0.00/1.00 vMB 0
25,546 25,546 0000000089062bbb41dc79af47cdb3c41ec4214d50f59684a48d966011fb0e94 1 0.00/1.00 vMB 0
25,545 25,545 00000000a6b49bf286cfdf840ad5c0139ec22b3910c29375d31cd672b3adb7fc 1 0.00/1.00 vMB 0
25,544 25,544 00000000c4bfd42cc07b66ad3e684e65fc670753d5b8d08a1aaaef02ef80b7cb 1 0.00/1.00 vMB 0
25,543 25,543 00000000b6184b028c2006ce5a3d9ffb91779e64d7d569bcd0417c189cd294dd 1 0.00/1.00 vMB 0
25,542 25,542 00000000419051e94c3867c3eab4ded9c6ba214c58db6ff368a61aa2047db9b7 1 0.00/1.00 vMB 0
25,541 25,541 00000000f6d6ca4de1269b430fab3ec30a09643954946a19b8d1a264d944848d 1 0.00/1.00 vMB 0
25,540 25,540 000000000565978d51689d3cde23c4feaf467451132232b9d7dd090a70e53c69 1 0.00/1.00 vMB 0
25,539 25,539 00000000989ff0e86ee72052acc6c07395cc58c64779fee8d14383ad15d88c97 1 0.00/1.00 vMB 0
25,538 25,538 00000000ec90133ca78255cb2dab93af2456c5b8525c0f311798b4af988fe6b2 1 0.00/1.00 vMB 0
25,537 25,537 00000000359ec43b2fa94d0f421c49c234eb01840457617ce27312a95ce8846f 1 0.00/1.00 vMB 0
25,536 25,536 00000000d15165e0d5aa62d50fd918bdee4f1a9b1b8429dd5c9d6174c646e6da 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.47 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: 772.20 GB
    • Received: 20.15 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.