Loading Tool

Explorer IconExplorer

Memory Pool

81,905 transactions
31.46 vMB
0.08250548 BTC
Random Selection Loading Transactions
Max Size: 187.29/200 MB

Candidate Block

Mining Attempt b8ca2342cab9b7f8c1aa94317afbacbd9c83444985fbc254d0a110166415b740
Version 20000000
Previous Block 000000000000000000006967e51e05e86af929479363a0a1c6b74722992c0c25
Merkle Root e771fe2be2c1d7d9788226e491f6ade5ca14b243ee303a436eabe7b54e135d12
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,190
Size: 1.00 vMB
Total Fees: 0.01561588 BTC
Feerates: 157.11 > 1.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,071 (247,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,330 667,330 00000000000000000002d237b7a8c9abf577b249959e74b0303242a2f2e244dd 2,169 1.00/1.00 vMB 13
667,329 667,329 00000000000000000006e2fcd37b825dd295631df586f9d652700e27d7c9e86b 1,779 1.00/1.00 vMB 30
667,328 667,328 00000000000000000007628e376ac49d8d3080605697fd7631278de5001c67e1 1,176 1.00/1.00 vMB 13
667,327 667,327 0000000000000000000182130374be574bdda5aef9aa23574a4643e42ad68633 1,826 1.00/1.00 vMB 39
667,326 667,326 000000000000000000067d8bc9172086ea6405c527b7716a8b680a82e37dcbeb 1,970 1.00/1.00 vMB 40
667,325 667,325 0000000000000000000506e54daf79f46ff2920a9d6b7c6f3f4f86c7485bb4d4 2,302 1.00/1.00 vMB 51
667,324 667,324 00000000000000000009013b7ec026da970c8b38a4f40170e6a26720f3fc2d2c 2,504 1.00/1.00 vMB 26
667,323 667,323 0000000000000000000d07a5558fb82f4a1127ec722090bc3cd8437a00bd1b0d 2,208 1.00/1.00 vMB 55
667,322 667,322 0000000000000000000d19214767e3214132daa90331a95055e82a0d3399a421 1,263 1.00/1.00 vMB 66
667,321 667,321 000000000000000000086a2b1aaff280697e6368a2d544473821b0835d9a443c 1,192 1.00/1.00 vMB 78
667,320 667,320 00000000000000000006bae7a22694e80c19995d4bca50d8cf64022a402f0d92 2,068 1.00/1.00 vMB 26
667,319 667,319 00000000000000000004b80f04601649b583b6abfc6cce157f93b84a5cc788fe 1,591 1.00/1.00 vMB 92
667,318 667,318 00000000000000000003c7e2149d1940fca15164396be78c1a35196b0424eead 2,646 1.00/1.00 vMB 75
667,317 667,317 00000000000000000007301c9768750d51427e41bbda2b85bcbb49965dee94c4 2,485 1.00/1.00 vMB 21
667,316 667,316 00000000000000000004a412e87dd8695e116342e78b84e1cd223f084b49b4e3 2,684 1.00/1.00 vMB 61
667,315 667,315 0000000000000000000afe2d353740e112e12287a1a5a43be9ed178d5fc81a2b 2,250 1.00/1.00 vMB 63
667,314 667,314 0000000000000000000c32034f4906f299218b7248a4b965248b884d288367bc 2,469 1.00/1.00 vMB 67
667,313 667,313 000000000000000000078685a2485ae4564071fec3372ecc63a9e31fb9ffb16f 2,341 1.00/1.00 vMB 22
667,312 667,312 0000000000000000000b66460d07f910d10136704ba123c20fdb367e884048d5 2,609 1.00/1.00 vMB 29
667,311 667,311 00000000000000000004febe4ebc7a5f43419da0f4a30f50de3a8dc22cc8d933 3,020 1.00/1.00 vMB 25
667,310 667,310 0000000000000000000338f5c9c4b8a52801a0868d8650222c2c5bd865b2c00e 2,335 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.52 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 668.84 GB
    • Received: 15.59 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.