Loading Tool

Explorer IconExplorer

Memory Pool

74,905 transactions
28.92 vMB
0.08110723 BTC
Random Selection Loading Transactions
Max Size: 171.13/200 MB

Candidate Block

Mining Attempt 1c20b494a064ace3fb6a1efaa947d95cc41190773d8d71c752fae2a784b3b396
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 61c72fd7c2163784623f8d535b30641036ee49a4d13e464b31b30fbfde87c247
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,551
Size: 1.00 vMB
Total Fees: 0.02104147 BTC
Feerates: 250.89 > 2.11 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (302,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,192 612,192 000000000000000000087dae3d6bd5c53d1bf6cd1371bb2ffcd11165cbf31d0c 877 1.00/1.00 vMB 69
612,191 612,191 00000000000000000009be2345e5130feea0c30d066eb4894442686b5e09b83b 2,890 1.00/1.00 vMB 57
612,190 612,190 000000000000000000012999dc3599f018405950a153f78724f0e7ac5f02fb8f 2,928 1.00/1.00 vMB 26
612,189 612,189 000000000000000000123040a95b281938a05b9f8fa760d8584d0f21c758b14d 1,149 0.40/1.00 vMB 21
612,188 612,188 00000000000000000012b964b18764f03c270ca56fc676d09481b05f94352f43 2,906 1.00/1.00 vMB 22
612,187 612,187 00000000000000000005ff2517847e71070d6f96aa4a7d8bb60bdbfc0c5564c4 3,013 0.94/1.00 vMB 20
612,186 612,186 00000000000000000009b4e1ff4db3ee00eb3925e99c396c6c5b95e5b3878656 2,316 1.00/1.00 vMB 26
612,185 612,185 00000000000000000006215a4ca97dcc527e83720432713141c4b08697bb1bc4 347 0.13/1.00 vMB 23
612,184 612,184 0000000000000000000f30b4b2677f212932becfb9ee78f0b55caf4b6e4fb878 2,649 0.85/1.00 vMB 21
612,183 612,183 00000000000000000005c7282e8fd3871afb57d45bc7495ae1b4502c97a4afe1 1,884 1.00/1.00 vMB 6
612,182 612,182 00000000000000000007304c130a7ab91ad234ea0ba3e662210c1a071adcfdab 3,174 1.00/1.00 vMB 37
612,181 612,181 0000000000000000000cf76ad5b77885d5c18bf4c7d05c0cce0a76d6eca550e6 1,762 1.00/1.00 vMB 3
612,180 612,180 0000000000000000000c4788de36012829565f2709938c7dbe4c74fcd4e7bac6 2,508 1.00/1.00 vMB 10
612,179 612,179 000000000000000000068357501c18f34d7401b7e8601e35be36bcdd6cdbc238 2,945 1.00/1.00 vMB 28
612,178 612,178 000000000000000000004e954ddbc1544d206b1e3d87795b69f2be8d1b3327be 2,363 1.00/1.00 vMB 7
612,177 612,177 0000000000000000000d9ea7eb82e301800edd38b59b9f1e3f5399d4fbdf129d 2,749 1.00/1.00 vMB 37
612,176 612,176 0000000000000000000f6c78dc8570b3dce226c701cef25e249a4276594cfffd 2,926 1.00/1.00 vMB 25
612,175 612,175 000000000000000000104a4d2ef6459092d6b3f8c00f530c49c0bfe2a9395cc7 2,845 1.00/1.00 vMB 23
612,174 612,174 0000000000000000000dca704f7020fa3505ff6e44a58251dc2ccc9e3cc84218 2,883 1.00/1.00 vMB 35
612,173 612,173 00000000000000000012a9077ed43a543e5d375892c1b8a497a8fea2266aabb4 2,481 1.00/1.00 vMB 38
612,172 612,172 0000000000000000000154c4aa14d2aa4cac4a7bcab89b68e43aaa3e76b903eb 2,947 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.47 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: 667.98 GB
    • Received: 15.35 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.