Loading Tool

Explorer IconExplorer

Memory Pool

82,275 transactions
31.06 vMB
0.11732890 BTC
Random Selection Loading Transactions
Max Size: 182.72/200 MB

Candidate Block

Mining Attempt 8cd4221dff6fb63be1ea6308d590d65c2a2563f166f7c7013687548506c056d3
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root ffe0a9c35c422f446559552b5d683c83a24b7e3b273500498b8b56dccd514468
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,728
Size: 1.00 vMB
Total Fees: 0.03974947 BTC
Feerates: 150.77 > 3.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (687,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,581 227,581 0000000000000194c788a4d34aded8c2a7f73b56774a1bde5ed6b17abb47707d 357 0.13/1.00 vMB 261
227,580 227,580 0000000000000252e671e4d56c6fabf1c0f8b19051c1e216754365815d6c9f9a 108 0.15/1.00 vMB 61
227,579 227,579 0000000000000301379e3f0f765ccba7aaa3b7dbbf16f5d9a33ebe16102152a4 77 0.15/1.00 vMB 71
227,578 227,578 00000000000001362086660ec47b124b20f4c2f880afce071e1b147e24a47581 80 0.06/1.00 vMB 94
227,577 227,577 00000000000001117e9e24a76a058c32f93509e1736f9cf42f93acb55122849f 68 0.14/1.00 vMB 50
227,576 227,576 00000000000001ea01eec67673b6b5c1845597732de194394b259017d13eb933 997 0.49/1.00 vMB 245
227,575 227,575 000000000000000714dba71ffabba123ffab0190cf971d373b3ec719f32d62a9 178 0.06/1.00 vMB 387
227,574 227,574 00000000000001717bf56ccf364c280b60aa3ee3bb1cfb30d296fda7e1acdcff 64 0.06/1.00 vMB 80
227,573 227,573 00000000000001c21f90f20b9fd74b5e117fbc158b6edf594f635fbd76f4f784 155 0.06/1.00 vMB 125
227,572 227,572 000000000000004aeaf60ca8bfdb7ebbe6adb47bf539d96043079d663a7e4ddb 88 0.04/1.00 vMB 220
227,571 227,571 000000000000032f0e57b13dd64bfd9e01f72149fb2f7c9426cacc71a8b90205 184 0.11/1.00 vMB 330
227,570 227,570 00000000000000787c0203bf5c6f359548a4c6a48962a6680561bea2c593f226 113 0.15/1.00 vMB 149
227,569 227,569 00000000000000513697023b2349a65fd60ec2d824a4590fbfcb9513f1e7fbd3 462 0.25/1.00 vMB 629
227,568 227,568 000000000000007df8aa9b504b2d000cc35221abce57fc9b90ccfd8f7d6413da 654 0.25/1.00 vMB 701
227,567 227,567 000000000000005e90d8ceacf484933ae4437a23d84442c30443a45afc9fc3b6 103 0.04/1.00 vMB 200
227,566 227,566 0000000000000290f92f099fd4d07b46fcf6425a99bc76d0fe80642d9943e49a 464 0.25/1.00 vMB 523
227,565 227,565 000000000000000b190d7741280d57067ecd8788c71f4195da8a016c476648aa 790 0.25/1.00 vMB 1,565
227,564 227,564 000000000000004b37e5a0db6cc38e4e1c3deca13baeaec24c2f393ab8cc5e22 10 0.00/1.00 vMB 682
227,563 227,563 000000000000033e3c07b209b22b54237bc6ed16470ab10d1f407d039bc423f9 207 0.09/1.00 vMB 892
227,562 227,562 00000000000000b83732466b4fa8b046da91d78224bed343bbcbdcc9c99a059a 253 0.12/1.00 vMB 334
227,561 227,561 00000000000002cdb77c6762f72ad3c6b299563f1965e2110a9390dae209b303 84 0.04/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.52 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: 668.77 GB
    • Received: 15.57 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.