Loading Tool

Explorer IconExplorer

Memory Pool

80,049 transactions
29.47 vMB
0.12456211 BTC
Random Selection Loading Transactions
Max Size: 178.38/200 MB

Candidate Block

Mining Attempt c4b14be4b3bc5cf059a031e296ce56ecd0a9b7f08910823073dd6d0146ec29c8
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 3330f28d66884a1bf22c4b0c9f4e8f941ba45fc90c4476191664289cfef49d1e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,625
Size: 1.00 vMB
Total Fees: 0.04460229 BTC
Feerates: 477.45 > 4.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (764,801 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
150,481 150,481 00000000000009a9d724ebdede7407e4496758174b879e7feb2fd13c127e5e22 86 0.03/1.00 vMB 63
150,480 150,480 0000000000000035a99b6d124602acbad6829f00528b9372bde3b048dc8bc73f 14 0.01/1.00 vMB 23
150,479 150,479 00000000000005a626b38d0dd9c00cb79708f85d5e89c9ba8f1103edc3a52bf2 56 0.03/1.00 vMB 140
150,478 150,478 00000000000003badbc96815105cdf86efeee2b5fbdb80651412231e134a20ae 15 0.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.91 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: 713.81 GB
    • Received: 17.48 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.