Loading Tool

Explorer IconExplorer

Memory Pool

79,706 transactions
30.23 vMB
0.08407825 BTC
Random Selection Loading Transactions
Max Size: 184.05/200 MB

Candidate Block

Mining Attempt 5b8d4c4fa9e9221275eb8583ec19eb580254f2269f5116290421c9c304ef807b
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root 3c269748399031ae37fb2055f53b26171caa06317e6f238e1ef876c5a01f239b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,694
Size: 1.00 vMB
Total Fees: 0.01662765 BTC
Feerates: 203.60 > 1.67 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (469,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,731 445,731 000000000000000001ba4f5d7bc28c3ff5532c987dd1bb63438838bb9c349042 2,609 1.00/1.00 vMB 72
445,730 445,730 0000000000000000023826edd64b06f5c744857ea33d9450f261eb330bbee526 2,092 1.00/1.00 vMB 84
445,729 445,729 00000000000000000020869d48440457b15d7c2f02a88282ede21fff6498cb7e 2,642 1.00/1.00 vMB 84
445,728 445,728 000000000000000003639f093adeb7ae404138200526e106549ff538c7077aca 2,147 1.00/1.00 vMB 70
445,727 445,727 0000000000000000011f092a3c9aea9cb47a295510efa9f65932dc4808c267e6 1,421 1.00/1.00 vMB 54
445,726 445,726 00000000000000000206f7266bc6ee22e773c5565dfb21da78084d2e239b1a8b 2,195 1.00/1.00 vMB 78
445,725 445,725 000000000000000002eebfe647c3932c60955a6cc5fba5abe715c505c9c2017c 1,724 1.00/1.00 vMB 68
445,724 445,724 0000000000000000019e9fd7cbae11db147846858b18189dfea91f4d68be1a0d 2,525 1.00/1.00 vMB 62
445,723 445,723 000000000000000001a51a26b5b3d8d30e6e88e7c391bbe474a3caa72b470af4 2,186 1.00/1.00 vMB 82
445,722 445,722 000000000000000001c084a202e6e42a5a9fcaee4469792ac27483a47e38d5d5 2,572 1.00/1.00 vMB 70
445,721 445,721 000000000000000003185cd5274d2482ab8574ce4e8b91ba344ca92fb7d2ede7 2,563 1.00/1.00 vMB 91
445,720 445,720 00000000000000000188b3f01a02a9ae0d3b381c80220f2209b0d59b482aee2a 2,488 1.00/1.00 vMB 86
445,719 445,719 00000000000000000155acdaa3a2d9b6b4cf9d80da6ad8a4856112c4f5c8ebb6 2,317 1.00/1.00 vMB 84
445,718 445,718 000000000000000000fddf4bbd75cdd99eefccff6e93998622c7f283bf2a3661 2,583 1.00/1.00 vMB 106
445,717 445,717 000000000000000001f01c389707927353eb278ac35381878303f3ce2f343926 771 1.00/1.00 vMB 21
445,716 445,716 000000000000000000dce3d644e3fa73ee1a8bdf6e5d8bab4b7a55fdab8e8ab3 1,177 0.61/1.00 vMB 53
445,715 445,715 000000000000000001af486907e2dcd8a570ddb21d2d9f5a9979e631d43b1fc7 720 0.47/1.00 vMB 52
445,714 445,714 00000000000000000343e19743459743be33c1e0f6190871d8b5b82395634931 2,538 1.00/1.00 vMB 77
445,713 445,713 000000000000000001c8f24ed03f5c232ebface60ea9e666f596f0c3a149cb5f 2,660 1.00/1.00 vMB 82
445,712 445,712 000000000000000000de7fdf001b7e775a587de89827fde906dba40e5def13ea 2,084 0.87/1.00 vMB 68
445,711 445,711 000000000000000000442bb48694ea1c8e4aeb1ea594bdab74953cb0cc0c1333 2,334 0.99/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 783.07 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: 720.94 GB
    • Received: 18.32 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.