Loading Tool

Explorer IconExplorer

Memory Pool

80,661 transactions
30.00 vMB
0.07896497 BTC
Random Selection Loading Transactions
Max Size: 180.55/200 MB

Candidate Block

Mining Attempt b6f5e06588729d9dde78f8288c4dd336390d827dda2c656b5ce98419ab5b95c5
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root 3537b58469449be6810bc8a0c08f4e18b14fc4db7f439b20b3efb197e1ff194e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,527
Size: 1.00 vMB
Total Fees: 0.01757929 BTC
Feerates: 197.70 > 1.76 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (490,550 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,438 424,438 00000000000000000419fc48b0a23f4b8c8226da997f7ab2c469017d87cd0ec7 2,783 1.00/1.00 vMB 57
424,437 424,437 000000000000000001933caef8990918399c46aa9f790d46b9048e5c041c32ce 2,414 1.00/1.00 vMB 76
424,436 424,436 000000000000000000b4081e3e6ce60ed7df0955134b4a7634014c7479646bd7 2,634 1.00/1.00 vMB 91
424,435 424,435 00000000000000000178e262a8aca2bd9c84e0aee18f06d8a246a03840ac5672 2,631 1.00/1.00 vMB 65
424,434 424,434 00000000000000000472c5ecf118615a0d4608ec0c0ab1884e8b595b68621f6f 2,930 1.00/1.00 vMB 78
424,433 424,433 000000000000000004ae028f60fb29ac9a92e047623d12a2b80f3dba443b2573 2,738 1.00/1.00 vMB 107
424,432 424,432 00000000000000000200984de8eba14dfe8b67e881728a492efd5d42867d62a1 3,136 1.00/1.00 vMB 70
424,431 424,431 00000000000000000388ef4693ad4732602c426bce3386b22a59a305c2d4e0a6 2,136 1.00/1.00 vMB 102
424,430 424,430 000000000000000000877bed4ff95dedf913c449d4d478b7699acdf57311514c 2,563 1.00/1.00 vMB 103
424,429 424,429 000000000000000003bf59281ee5630c4952b7e67e0cd60abbd8e53d1d59f13b 2,396 1.00/1.00 vMB 87
424,428 424,428 000000000000000000e5bf1a9735a3ab446f85d2dc08a60ab9a4ce90ebf64e13 2,161 1.00/1.00 vMB 74
424,427 424,427 0000000000000000020306c26e94a1bd3ef448e0b34fb1eef02646988acd6eee 2,517 1.00/1.00 vMB 92
424,426 424,426 000000000000000002659fe314649ab9ff430b50e7e8727cffcf578793b157b8 1,663 1.00/1.00 vMB 85
424,425 424,425 0000000000000000015765bc70cb622ee2da218d4270ec395a4c55168208b53d 23 0.01/1.00 vMB 150
424,424 424,424 0000000000000000013d3d814c24624aa516ce57b54f610d3aa3a1ce8ec902aa 2,934 1.00/1.00 vMB 147
424,423 424,423 000000000000000000611807477760cec0f428b2c5c8dcaabe8b12ea8189bc1e 2,984 1.00/1.00 vMB 77
424,422 424,422 000000000000000000b204d8c3bdad32a09d58350bbfcc146088a4d51e0419fc 2,815 1.00/1.00 vMB 125
424,421 424,421 000000000000000003f082fae3fdac5fb7d09266fe0db7e78bd9c0bba7272c62 1,096 1.00/1.00 vMB 26
424,420 424,420 000000000000000002c4b5e5bf05b1ebf48fdb43a18da8b92ad65b682b64b223 259 0.07/1.00 vMB 36
424,419 424,419 0000000000000000021ecb7e6e756d3369890b9df5d44ed3e346fc77998ece58 2,125 1.00/1.00 vMB 39
424,418 424,418 000000000000000002da38675f6ef79232e299ef9dbe40acd5da69e10393d997 2,564 0.99/1.00 vMB 87
Previous 10 blocks ↓
Total Size: 782.37 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: 663.77 GB
    • Received: 14.93 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.