Loading Tool

Explorer IconExplorer

Memory Pool

45,552 transactions
20.50 vMB
0.11383053 BTC
Random Selection Loading Transactions
Max Size: 116.31/200 MB

Candidate Block

Mining Attempt ce2d94b3f8f67d99eb8eb2faabdf6ce3b0d57e1e97cacf90325febd36859ccf8
Version 20000000
Previous Block 00000000000000000001c6f1449909b43e6c3e2f259e653d98402e7ea5f43c7c
Merkle Root a40c70a287d6537db53146c88f24480d6b6e98fb6a774ffbd17949a8460d5d91
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,032
Size: 1.00 vMB
Total Fees: 0.07287086 BTC
Feerates: 502.67 > 7.30 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,059 (796,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,706 117,706 000000000000c72206e419f35bcad8d15f5d05722812ff34fff489dcf221ee1a 10 0.00/1.00 vMB 1,200
117,705 117,705 00000000000059041258bf37c184ac4bcc496a5a4b8feaf383144ec9a5378065 16 0.01/1.00 vMB 698
117,704 117,704 0000000000000b8b227987040d8795675a0c865e451ff03d34aeb054392ee52a 12 0.01/1.00 vMB 1,160
117,703 117,703 00000000000039aaa610daa825386fcdf7cc65b7aaa52767031da63f567e2a8f 3 0.01/1.00 vMB 164
117,702 117,702 00000000000004587520f36eb2efc7ec678e9410e152775c40b425e2969205c3 6 0.01/1.00 vMB 1,496
117,701 117,701 0000000000004a41a8f8dbd02e814bc43a65cc693c1c4296d71c81a3c4623381 8 0.00/1.00 vMB 0
117,700 117,700 000000000000c37245ecc27645b7b1918f9b3e8cc2a14697b7c4e8992b71342e 11 0.01/1.00 vMB 414
117,699 117,699 000000000000b19ac0845a30bb2e71e24316736d5b307547a594b182f3820579 13 0.00/1.00 vMB 306
117,698 117,698 000000000000c7c4ac618dd792fedc0d39ea0c01d949ac3086c547ef454f2c3f 18 0.00/1.00 vMB 1,921
117,697 117,697 000000000000252f2d72801d3eb29585ceb3676f1caf171f6cbcd3e23bded932 5 0.00/1.00 vMB 1,059
117,696 117,696 00000000000022a3564edf6a29340cf5094214f0a1856b201d7d028cce0fe580 9 0.00/1.00 vMB 0
117,695 117,695 0000000000001790abaf9c5cb7d86c8b78fffafc45c87f08993104ca4e563ccc 5 0.01/1.00 vMB 178
117,694 117,694 0000000000009c9d3a9130463ad69570a2764ecb8bfe293e0e28f3c02b1a2d7c 23 0.01/1.00 vMB 865
117,693 117,693 000000000000522a08b6366982176d9c6a96389b7a6b5bce4d1430a59f29c9b6 11 0.00/1.00 vMB 293
117,692 117,692 000000000000b8567dc74b07efeab7aced30f3fb560c8815ef78411a2f25fc3e 24 0.01/1.00 vMB 344
117,691 117,691 000000000000699e0a5704c05a758d95d11110aa78ebe4c74ebc3cada295726a 16 0.01/1.00 vMB 797
117,690 117,690 000000000000bef3b5df490ebdab53bc6a90b153df745008dc09aedce5568246 25 0.02/1.00 vMB 342
117,689 117,689 0000000000002a90b15b4acfe1313219555023e610e561bccef4faa8aafac266 5 0.00/1.00 vMB 4,140
117,688 117,688 0000000000007cc0e5ed72475afb16da705d2e499294311885570d168975c840 12 0.00/1.00 vMB 1,372
117,687 117,687 0000000000009bdf9c0acba98bf42e72fdb3dc5384f8cd2bc235b6193263339c 21 0.01/1.00 vMB 0
117,686 117,686 00000000000006044543a981bee3b0590afe063bc1fb670c06961944f8d4b99c 10 0.00/1.00 vMB 640
Previous 10 blocks ↓
Total Size: 780.70 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: 554.66 GB
    • Received: 6.77 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.