Loading Tool

Explorer IconExplorer

Memory Pool

79,339 transactions
29.74 vMB
0.11860779 BTC
Random Selection Loading Transactions
Max Size: 179.45/200 MB

Candidate Block

Mining Attempt cca945f622f4f84bf4908b4d6b14b7c4d51cc6ed103b5b32c1d4fde0641ea7a8
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root f7ad5221519a3350d03ca3d8069677f1da2c5d45202a916f8d5b56dad0f78f8e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,145
Size: 1.00 vMB
Total Fees: 0.05437769 BTC
Feerates: 150.75 > 5.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (468,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,987 446,987 000000000000000001f41fc5c30fe1872f4ec039982221f38b3608881b396ac4 2,587 1.00/1.00 vMB 95
446,986 446,986 0000000000000000014b863a2f1676647bc6d31765263d91ad37459af4694778 213 0.12/1.00 vMB 72
446,985 446,985 000000000000000000fa885fe47d369b0e03382093f8c9c2e787d6450f26ffbc 1,461 1.00/1.00 vMB 58
446,984 446,984 000000000000000002dfbc2834b9bf3214e787538e5648d3ed9842d1a69e3e57 2,246 1.00/1.00 vMB 99
446,983 446,983 0000000000000000013f017ad58fa4dc0486b713c308400a42d40a1f64cdaa2f 1,857 1.00/1.00 vMB 70
446,982 446,982 000000000000000001328d6cb8247b3ca8132c38ebcd65a182552c490bf67ebe 2,271 1.00/1.00 vMB 81
446,981 446,981 0000000000000000012ed2962828b6601fb6c9741bd07d384fa41fb2edcaa092 1,851 0.99/1.00 vMB 63
446,980 446,980 000000000000000001e880aef08520ed704efba50d4b13fee76f4ad0add8ef68 1,930 1.00/1.00 vMB 73
446,979 446,979 0000000000000000015785a7c161cb2547e80c15a2f6edcf430576d2338c8852 1,262 1.00/1.00 vMB 43
446,978 446,978 000000000000000001b68345b3e60fb7896be277c11702d956fd9f7f23ea3928 2,439 1.00/1.00 vMB 77
446,977 446,977 000000000000000002ba9a07e64198f581232c3906089b9c6d874aabb0680fa5 2,410 1.00/1.00 vMB 99
446,976 446,976 000000000000000001ff5274bc67b6a13196198088b9d5941d0e5070f6044612 823 1.00/1.00 vMB 21
446,975 446,975 000000000000000001858257ac8b08f5ad9e47c0b4bb44a4090344c6366885ac 1,325 1.00/1.00 vMB 36
446,974 446,974 0000000000000000024189995fb2b937784c2eaeb5c8cc4a482d2800d7e5e5b0 1,162 1.00/1.00 vMB 37
446,973 446,973 0000000000000000022e59016d6c3b65f90c265cdfa2c73c66edf56748bf3537 2,354 1.00/1.00 vMB 88
446,972 446,972 0000000000000000010ba0d4fcb7cf924690426f2eaccd8a8f4f11c6d27523e4 945 1.00/1.00 vMB 53
446,971 446,971 00000000000000000323dd8c4c4b7c0aa1c42d885911dd98fab808fc4831a3a3 1,504 1.00/1.00 vMB 62
446,970 446,970 00000000000000000002c915e46d2d7efd0aafaa216e8444e9611430702b423d 2,517 1.00/1.00 vMB 23
446,969 446,969 0000000000000000025ba6e5086fe1d2b4ff5c68d64e4976d6692ed8a316fd85 1,653 1.00/1.00 vMB 65
446,968 446,968 000000000000000002d65df0104b2f0e90577bb2cadcaa9fd6c8bd6aaf8e6300 1,672 1.00/1.00 vMB 65
446,967 446,967 000000000000000002386e4f154d087d73bcd0e581d0aa6da143abe9a797b04a 1,464 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.56 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: 670.24 GB
    • Received: 15.84 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.