Loading Tool

Explorer IconExplorer

Memory Pool

85,715 transactions
32.84 vMB
0.13118997 BTC
Random Selection Loading Transactions
Max Size: 195.41/200 MB

Candidate Block

Mining Attempt 575298317cac6663b2d36bb1abc4628c71870b4b509c53c3bbbdc3a51fbecc54
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root bc49f822f682179ad5dbdde38081fe9af50bf42044c6aa307133fb6e647d6da3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,472
Size: 1.00 vMB
Total Fees: 0.06069573 BTC
Feerates: 387.56 > 6.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (469,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,605 445,605 00000000000000000147acae8edbd954f88d2d7ee6e908ec38abb16f0a054a57 2,404 1.00/1.00 vMB 77
445,604 445,604 00000000000000000184e61838e2b7f08fbb5798a55028c7fb45238ab02909ac 2,533 1.00/1.00 vMB 99
445,603 445,603 0000000000000000030339e15c781c9aa65f22097c2a88f44a54ad39a8868cba 1,584 0.83/1.00 vMB 66
445,602 445,602 000000000000000001bc3e48cd2f99eec444d2d28f6a033b801a640d03b3341c 1,999 0.79/1.00 vMB 77
445,601 445,601 000000000000000002a9ca963750c776fed7d79ee37b5fda60824e856321e3fb 1,028 0.43/1.00 vMB 79
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
Previous 10 blocks ↓
Total Size: 782.31 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: 659.27 GB
    • Received: 14.60 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.