Loading Tool

Explorer IconExplorer

Memory Pool

77,081 transactions
28.72 vMB
0.06552449 BTC
Random Selection Loading Transactions
Max Size: 173.88/200 MB

Candidate Block

Mining Attempt 1d1b78c252f401350625a70ebda05ad8baff33138986ffcf649485ae7e35ffc8
Version 20000000
Previous Block 000000000000000000006cdac57e8b0231ae997822a2b3b6ef460a8873cd8b31
Merkle Root 6643bd06b0d6f04194d7924d23d358c10a00e44822846e2d9609482603193bf9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,110
Size: 1.00 vMB
Total Fees: 0.00589211 BTC
Feerates: 40.21 > 0.59 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,100 (468,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
446,966 446,966 00000000000000000041213565d8e47003722039f0a3c82658fbe5eb30ac23ee 2,246 1.00/1.00 vMB 81
446,965 446,965 000000000000000000c2570abed8a7e4db85f5aacba9b69cc67e4a84592138bd 1,580 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 782.57 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.27 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.