Loading Tool

Explorer IconExplorer

Memory Pool

81,783 transactions
30.45 vMB
0.07886891 BTC
Random Selection Loading Transactions
Max Size: 186.69/200 MB

Candidate Block

Mining Attempt 2334138257b95fc39a69cb52571abdb7b9eff19917f62bb4c584b18d3c4f18de
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 0b1f9f6218dbd676baa4a78c1cf1a4b839b6063409480e7db4d1fa78bdbf5d29
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,305
Size: 1.00 vMB
Total Fees: 0.01099102 BTC
Feerates: 150.77 > 1.10 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (481,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,985 433,985 0000000000000000028cbc27907a907df7177032406f80787a071e417316b4d9 1,697 0.75/1.00 vMB 70
433,984 433,984 0000000000000000032b8183b33933be2f2c22ea0ef488bb6386c16b0854e438 3,099 1.00/1.00 vMB 105
433,983 433,983 000000000000000000bdea75b0af7182d655ab83b27215bc4eac6bd71232bb10 2,576 1.00/1.00 vMB 84
433,982 433,982 00000000000000000367e01bd9de0e8971baf78bd3720b89112fb3df05245c80 1,395 0.73/1.00 vMB 62
433,981 433,981 00000000000000000420295486bb8b66a35c8096aad27aacbcc99bc970274c10 956 0.91/1.00 vMB 18
433,980 433,980 0000000000000000041a114e68736ddd23f95c3c841bc9b979470e46c37d9f9b 934 1.00/1.00 vMB 21
433,979 433,979 000000000000000002dd57d85eca04a25127dd7a8f4728fd0c7d74ebaa8a30f4 2,175 1.00/1.00 vMB 63
433,978 433,978 0000000000000000042a66e8a9b48b2d1d7ad11e06cf280bb9ac9c41684061f9 1,139 1.00/1.00 vMB 127
433,977 433,977 0000000000000000018d562768a2c0e678a09eb434c54a16056223a55c80141d 1,421 1.00/1.00 vMB 32
433,976 433,976 0000000000000000003d271a14dfc0cb711efb03f07098ee202e4b1f8646ac6d 1,884 1.00/1.00 vMB 85
433,975 433,975 000000000000000002ecbba123191dbafb2eef9238c0d09f950d67fdcc2252ea 2,171 1.00/1.00 vMB 65
433,974 433,974 000000000000000001ff9338c7b1e32b83aaaedb343d80e11d18ebc768f8d608 2,690 1.00/1.00 vMB 88
433,973 433,973 000000000000000003e3824fb0c6139cac44be7204294c74c7f1b04595ed5bf3 1,057 1.00/1.00 vMB 19
433,972 433,972 000000000000000003ee2077b94dfa2875083e9c4addd19348b9bbb3c85271cc 826 1.00/1.00 vMB 27
433,971 433,971 000000000000000000dea6932cb7ba22cc05598fa0f02894a2bd8e72277d5ebf 1,691 1.00/1.00 vMB 30
433,970 433,970 000000000000000001066f86082e2d2636dd88ab17cc2c059c482e5e25bae55f 1,213 1.00/1.00 vMB 28
433,969 433,969 0000000000000000017d4788cc05d8a8b73c8e814956f8d9981ab7e520f35764 2,743 1.00/1.00 vMB 73
433,968 433,968 0000000000000000020f6af6a1818787da1aa10da4546cb3de0aefb6bd6f6180 1,350 0.75/1.00 vMB 38
433,967 433,967 000000000000000000725bd437867513861391fe449b4899a58335d207f0ba0b 1,707 0.93/1.00 vMB 62
433,966 433,966 0000000000000000022b101c3ed23c285e0fd4c8f7c688b72cff4c0bcba0d450 2,764 1.00/1.00 vMB 80
433,965 433,965 000000000000000002f426d1ea6db6ed8d8c3bd58f194557bbad207b68c8a44c 972 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 715.35 GB
    • Received: 17.71 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.