Loading Tool

Explorer IconExplorer

Memory Pool

76,216 transactions
29.72 vMB
0.07939829 BTC
Random Selection Loading Transactions
Max Size: 179.85/200 MB

Candidate Block

Mining Attempt cd0ead30ddbf6ebcd8980d8a362cf690c31c0d7ea505ad96230e15a839b3a777
Version 20000000
Previous Block 00000000000000000001dc192b0ad238907d906253e9c0e3e020d8781daa1ad4
Merkle Root 4a6dd69228ef560357b46ba1d8dccce550710e7c1cabe23cbea6e28e67baa522
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,412
Size: 1.00 vMB
Total Fees: 0.01659020 BTC
Feerates: 101.67 > 1.66 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,179 (486,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
429,088 429,088 00000000000000000331451aa7cb695f4edbb6ac9a43543c6093c418b8b8ade4 1,189 0.59/1.00 vMB 57
429,087 429,087 00000000000000000286e7cd0eb1dd780ac2d015693a827262310a4baf322d9a 139 0.06/1.00 vMB 47
429,086 429,086 000000000000000003381c8bb08fc042a91c0f32d8ac5623fa903ad563c9fe47 1,724 0.99/1.00 vMB 39
429,085 429,085 0000000000000000019626d217a09784454d8cdb57dc8a984d952b38eecd7b67 1,554 0.74/1.00 vMB 53
429,084 429,084 000000000000000004c964c4038753afc74e83cb2970bb745cd57b0bafaf0974 38 0.01/1.00 vMB 65
429,083 429,083 000000000000000002401a4ca366602a9afe2fc410ba036abce5a2938a4e86ad 874 0.43/1.00 vMB 50
429,082 429,082 000000000000000004599b62895cbf68371ba7aa3dcca69c1e454fde5e2e9d3d 202 0.07/1.00 vMB 62
429,081 429,081 0000000000000000029ed399dcf583d2a900589d0d82770a3747cded7afe31b7 979 0.44/1.00 vMB 56
429,080 429,080 000000000000000001030e1172ba762a8d6b5901d4cff0f3a0d5fa20432131d3 1,549 0.99/1.00 vMB 35
429,079 429,079 000000000000000002ba11bc64b35bf64800c10c3b61cf33df7e60cf6e0913a2 2,164 0.75/1.00 vMB 79
429,078 429,078 0000000000000000043e63a23a23249d7eb124293776fa7a440caa23c158fa69 1,738 0.84/1.00 vMB 55
429,077 429,077 0000000000000000007b026006bb0dea1d41bd24a7b29359a349d1b7ab6e1112 1,031 0.77/1.00 vMB 38
429,076 429,076 0000000000000000001f97796c5cbab89170840a2081929ce48ecd83e2299507 2,762 1.00/1.00 vMB 74
429,075 429,075 0000000000000000043a0cf470191216020313adc3ac80658da6314a2a6d1ffb 387 0.33/1.00 vMB 32
429,074 429,074 000000000000000000eafcb913917f8751a8ecaf4e3e38ee0bf5540d4f608620 979 0.98/1.00 vMB 22
429,073 429,073 0000000000000000047c3d49f9836c9887a34eefdb146b9cc96cb761ede4642b 2,159 0.85/1.00 vMB 62
429,072 429,072 00000000000000000367182a15802ea2836f2d71c834c5ffb492f65600d99bff 2,404 1.00/1.00 vMB 63
429,071 429,071 000000000000000001d0a75c6a1cfc95898b022da0fc6e19b0a05d6609ce6d1a 1,937 1.00/1.00 vMB 40
429,070 429,070 00000000000000000213c1f8b74e7722457dcac07d7013695507be15bf16cedc 2,414 1.00/1.00 vMB 74
429,069 429,069 00000000000000000029c261710e9df0c8f578730b8b7e4717f50c7b1759cb0a 2,584 1.00/1.00 vMB 70
429,068 429,068 000000000000000001aea7e7c53413a8765c7b1d1e6aefb925023d19dd992ed9 2,188 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.71 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: 697.67 GB
    • Received: 16.58 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.