Loading Tool

Explorer IconExplorer

Memory Pool

39,427 transactions
26.33 vMB
0.07990354 BTC
Random Selection Loading Transactions
Max Size: 136.60/200 MB

Candidate Block

Mining Attempt d675a266b3cc7a260ed5f7a3edb0e0aebb69f34df20c08ad5088cc8f2724a6d0
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 4fcae662af315d6bf0975e525f6878dd9169367ced53df2f72c6d0af634bc284
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,177
Size: 1.00 vMB
Total Fees: 0.03164902 BTC
Feerates: 502.65 > 3.17 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (469,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,600 445,600 00000000000000000249111230c2452dadb44f66afa16846d5ce4bebe9ee4036 996 0.42/1.00 vMB 66
445,599 445,599 0000000000000000009f0ad3a2a28bf4cf7b41984dc4de7bb64aff24371280a5 1,187 0.97/1.00 vMB 41
445,598 445,598 000000000000000001cecb632e1666756cdf3d01737cdf552b7ad71b1af85516 2,497 1.00/1.00 vMB 81
445,597 445,597 0000000000000000035691ac8d4c35d4e6899d1f54faf7fa7c4752eded7fd5ec 1,706 1.00/1.00 vMB 46
445,596 445,596 0000000000000000035d91d45847671d0870796a353ac6eef0f74c73f3a3b7b1 2,067 1.00/1.00 vMB 82
445,595 445,595 0000000000000000030586722203fb81b81adf6214dc2bc778059c59f1354d78 2,320 1.00/1.00 vMB 67
445,594 445,594 00000000000000000131e9a82a5d66ed973e9f600cabdb4ee9d181e1c8ac5784 2,637 1.00/1.00 vMB 99
445,593 445,593 000000000000000002fa0819166831587f771f2f013461d06ed3de37aadc343e 2,352 1.00/1.00 vMB 88
445,592 445,592 000000000000000001ad51f81356d7a5bc653f5d6658bfccf775b4100052f8ad 2,123 1.00/1.00 vMB 69
445,591 445,591 0000000000000000014d350e167a18c5b80dd7d9c3b9ae09cf761158b8f26748 1,974 1.00/1.00 vMB 86
445,590 445,590 00000000000000000177448a9e7ef35c4a926a74f0987b82a028787f47d14fa3 2,602 1.00/1.00 vMB 86
445,589 445,589 00000000000000000128a868edd56ae287f604091bc482d3b3f1a506fa71626b 2,896 1.00/1.00 vMB 113
445,588 445,588 000000000000000001fd34fd4434cbc840b0d1a2e6d8cd2782a2cec6a659b8ce 1,861 1.00/1.00 vMB 46
445,587 445,587 000000000000000001586e9baf521672841c985f4f001b296cd70872204f2557 2,540 1.00/1.00 vMB 88
445,586 445,586 0000000000000000003617681a6d3d26221abccfe186aa50c8abcd21fea4a05f 914 1.00/1.00 vMB 60
445,585 445,585 00000000000000000308a7eedc0495082e555b1a3bad404d8b6033a95bea33dd 2,322 1.00/1.00 vMB 70
445,584 445,584 000000000000000000dcda7397705685dd0ea3d4633cfdf153d12e2dd72b1780 2,073 1.00/1.00 vMB 95
445,583 445,583 000000000000000000c65cf4add9fb15146493748c1ec3db876f3f7065ed1189 2,135 1.00/1.00 vMB 96
445,582 445,582 0000000000000000002dc75d58705b73900796e5247a80678b54446137d5cfc4 2,557 1.00/1.00 vMB 71
445,581 445,581 0000000000000000014eec5d65f012df487d5878e9dfccad7dc6f1a6b9a316cd 2,403 1.00/1.00 vMB 79
445,580 445,580 00000000000000000186210330823c2321dbb477a994b8709891f98686e921cf 1,021 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.