Loading Tool

Explorer IconExplorer

Memory Pool

73,334 transactions
27.09 vMB
0.06261642 BTC
Random Selection Loading Transactions
Max Size: 165.21/200 MB

Candidate Block

Mining Attempt 5298a6d8f621c7c34504b07cc64484bf40ffa68d9d6035e50bbcc6035f2c5a58
Version 20000000
Previous Block 000000000000000000004ed27dd3f7a6a8aa11f24ae6e90960d02ebf523baf7f
Merkle Root 8aba2f8edaa960034bc1179ef72c1d541b4937a230cc99835f3f690375f101bf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,704
Size: 1.00 vMB
Total Fees: 0.00503085 BTC
Feerates: 60.13 > 0.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,319 (764,817 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
150,502 150,502 000000000000052f7e5f3ed77203a5eda92b68f60f7f52e8c193bfe57d5a036e 49 0.03/1.00 vMB 646
150,501 150,501 00000000000006862cdca4523deef46bf7e850898d113f11b8abc937fa8f02fb 17 0.00/1.00 vMB 133
150,500 150,500 0000000000000112f644be7e7ee3bb716017d729327bd196139a92446fb71f21 101 0.05/1.00 vMB 197
150,499 150,499 00000000000002b55635e6ec2414aaa3ae05332f93eabd73015f834ab5177222 44 0.02/1.00 vMB 128
150,498 150,498 000000000000099fc1bad72c14c3203717e2ec6c4e54f701a2b6a2d977035876 61 0.03/1.00 vMB 139
150,497 150,497 000000000000046a2cb54a7f6a3c1e0b0ef9591601a44b5f6a94f99db25f052f 44 0.02/1.00 vMB 93
150,496 150,496 0000000000000a6eef4eeee3ded5ccfd59ee27edc84be14e562351bb60aafff0 73 0.03/1.00 vMB 152
150,495 150,495 0000000000000055cad47de76ea5fb97a28692fec8047c187b7c5e7514a36091 23 0.01/1.00 vMB 37
150,494 150,494 000000000000033b74ffe9224fdcb0a1bebcf1cbf64db08788d38d3d007d9e5f 58 0.02/1.00 vMB 141
150,493 150,493 000000000000007705399badc856a7fbf2d2439ebfd92b14c004ce7c9549f023 72 0.02/1.00 vMB 49
150,492 150,492 00000000000000bdb44e095ab36e7e1ad732d55f24918e65f81e7193ca7acc13 21 0.01/1.00 vMB 194
150,491 150,491 00000000000001688e1a80a3f1174fe8184d9c47a4b5d8abc14e5f721fd9f12d 49 0.02/1.00 vMB 162
150,490 150,490 00000000000003cf7941d38f978451da10cc6c2d97f487847df31db8a29112e3 111 0.05/1.00 vMB 309
150,489 150,489 00000000000005559947db5149af13e6c03008347aeb0ac50e2576f1bb1efd8c 8 0.00/1.00 vMB 39
150,488 150,488 0000000000000a38ada7d8f16691c10e1a2767a2fb09cfb2268a4f3fac4a972c 50 0.02/1.00 vMB 90
150,487 150,487 000000000000079db9e6de4f95586f0567971b782a78c1a1fd29ad4d230abe24 79 0.03/1.00 vMB 189
150,486 150,486 00000000000000fdaef99eb2bf29a2eee3bb3b51f545e9f4a82bf989709d9804 25 0.01/1.00 vMB 121
150,485 150,485 000000000000016451cd90785814ff888b3afb435ea21f883f986d79abab23b6 57 0.03/1.00 vMB 83
150,484 150,484 00000000000005d57fa1252eef0efe55ae8f137388e3099db6bdd0a11fbb7a4c 38 0.02/1.00 vMB 39
150,483 150,483 000000000000008cbded2a754419da92f736476a465c74eb848d485ca7dc2741 53 0.04/1.00 vMB 196
150,482 150,482 000000000000082301d5a06dde630430f5989d4db447d217f1986da6ed8b12a5 9 0.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.94 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: 714.95 GB
    • Received: 17.63 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.