Loading Tool

Explorer IconExplorer

Memory Pool

47,180 transactions
28.39 vMB
0.11136950 BTC
Random Selection Loading Transactions
Max Size: 148.57/200 MB

Candidate Block

Mining Attempt dca89da2b1f5bd0bbd58aca162b1722986df5751e82df433491538b4712ca3c3
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 5a369b73b94f64ca271a2e07d440b11cd3bc26088f61fb0074eb74e02322f2d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,950
Size: 1.00 vMB
Total Fees: 0.04510333 BTC
Feerates: 150.77 > 4.52 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (332,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,033 582,033 00000000000000000021a04ef9e5856735fa054424cb6b9fd87c6c7929ad7211 2,829 1.00/1.00 vMB 21
582,032 582,032 000000000000000000131f3cbd1ec7339e3cfabdf54369dc65e266cd857fa2a4 2,606 1.00/1.00 vMB 88
582,031 582,031 0000000000000000000e54504c053e7a5aae815d36b1ee574cecddd259ffc107 2,583 1.00/1.00 vMB 50
582,030 582,030 00000000000000000025912b6e5e753751fc1d92de189a05c126cd36dc3e9192 2,314 1.00/1.00 vMB 74
582,029 582,029 00000000000000000000ce9f15e4054c3d108259a48aa480d9ba710ada202043 913 1.00/1.00 vMB 28
582,028 582,028 00000000000000000017868da4f3a9537aaa6a7cbacc6ce30adf6ea851cf3afb 828 1.00/1.00 vMB 1
582,027 582,027 0000000000000000000f975c3e66b2eb1ef68e329b42293949967a777f4d92ca 1,757 1.00/1.00 vMB 25
582,026 582,026 0000000000000000000af03c04a0b6127a13c8328d5922b27f06b5cceae2296f 1,844 1.00/1.00 vMB 35
582,025 582,025 0000000000000000002292c42dce9e183cb06750800d0b6593f8e7b87d04bc2c 1,808 1.00/1.00 vMB 38
582,024 582,024 0000000000000000000d05d7825e154a92054f979152dc8912ee3a01b85b1f44 1,789 1.00/1.00 vMB 26
582,023 582,023 00000000000000000008fa73897a6e245f4da53a4cbe543aefaedd34047eca09 2,572 1.00/1.00 vMB 19
582,022 582,022 0000000000000000000360e9e14fe3d05f864a4b638bd23374b7cb12e8f2b08c 2,971 1.00/1.00 vMB 47
582,021 582,021 0000000000000000001554d00076973c1c4ed250b8f27098d7b3060fce7d2677 2,655 1.00/1.00 vMB 81
582,020 582,020 0000000000000000001c1633d2b100bcfb32ff759f1f05a6818d7df321a87d0e 2,431 1.00/1.00 vMB 48
582,019 582,019 0000000000000000000284cad03114a664c7b66d9723bdf93052ad767b5fb8ac 2,635 1.00/1.00 vMB 27
582,018 582,018 0000000000000000000ef8bfed1ecc9a12258fc8337ed549c76bbf6bfb25006d 2,206 1.00/1.00 vMB 58
582,017 582,017 000000000000000000238d5e904df121e3db15ad9cd4e22ecf7bfbf7e2619333 2,958 1.00/1.00 vMB 110
582,016 582,016 00000000000000000000fa813b1894a9bd7745e3f4ee0ab7ecb393ac2f35dbea 1,870 1.00/1.00 vMB 15
582,015 582,015 000000000000000000243976a7ab7d7816db5692badeabda994515f3c904d48c 2,553 1.00/1.00 vMB 46
582,014 582,014 00000000000000000010a15619a1d9f428029b0c211176fb1852ba4aa45a559c 2,386 1.00/1.00 vMB 98
582,013 582,013 000000000000000000022bec2e2340bd5c74ccc6b42ebab35c9fbb0dd3e35406 946 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.18 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: 653.68 GB
    • Received: 14.01 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.