Loading Tool

Explorer IconExplorer

Memory Pool

86,229 transactions
22.73 vMB
0.05739213 BTC
Random Selection Loading Transactions
Max Size: 154.86/200 MB

Candidate Block

Mining Attempt fdf98e965b35a56442cdf86f4ebb6bb30d1c136636691e816f43a3a951e9ab6a
Version 20000000
Previous Block 00000000000000000001bb41ff454d1850d4d76a624073608fd65d2b9040211a
Merkle Root c2f8e7435ad69197acbaf9bb0462e0714367fb6c0aa91da7a4b252bfa5bbf7f6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,596
Size: 1.00 vMB
Total Fees: 0.00664749 BTC
Feerates: 60.41 > 0.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,859 (802,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,405 113,405 000000000000da9a8e2762b2835173b5f3cbd4f7cb0ed466c9d60346e22e8b1c 14 0.00/1.00 vMB 0
113,404 113,404 000000000000450ebb88a21fad0d53d4d99ae1736ba9cdc86f7d046f429fe7de 121 0.03/1.00 vMB 0
113,403 113,403 00000000000019b2ad82c3025783bcf677bf376a6874230d807221e41bbfb934 114 0.03/1.00 vMB 38
113,402 113,402 0000000000004623c82783d78520c32e8099d48f4eb4033a268335514b6b0b70 11 0.00/1.00 vMB 0
113,401 113,401 000000000000d00b85f5bf8480006012a6ec6705bc5a34a8038fba8897499083 10 0.00/1.00 vMB 715
113,400 113,400 000000000000d67bf18376b5afc0a5039d6ef28ce169dc173db27a7e88666f5b 8 0.00/1.00 vMB 359
113,399 113,399 0000000000004c7770f9f505a10aeb708c0cc87d8226f408d14e20e6647e293a 13 0.00/1.00 vMB 0
113,398 113,398 00000000000042c6d2dc36e1cb40c95184bd5a0a1a94f6417e028e21cd7af9ea 1 0.00/1.00 vMB 0
113,397 113,397 000000000000d3a2b6f2738e6167e974e87b7f6ab8f043518cf58f5028c05d40 14 0.00/1.00 vMB 336
113,396 113,396 00000000000046b6f494abbaf4099ba71d76679700e58d681a12d9386a038c80 12 0.00/1.00 vMB 0
113,395 113,395 000000000000b434eb146c99c8818c6f6e0c9ff66f9a385dfec191633a3332eb 8 0.00/1.00 vMB 0
113,394 113,394 000000000000aa1308a16386deefa8fb265f2511997c5b886eeed892b254a75a 11 0.00/1.00 vMB 320
113,393 113,393 000000000000bb456bf99c12a15082706140469bba48e757cce291bed3f0c3a2 25 0.01/1.00 vMB 788
113,392 113,392 0000000000005346ba475fe666ef8259ec58610a41821ace33fe5cc022f3c713 12 0.00/1.00 vMB 6
113,391 113,391 0000000000001beb5650550431b2a646395f57fdf944264b48ebe6e6ece5bf47 156 0.04/1.00 vMB 0
113,390 113,390 0000000000003690009a74a41655a575ecbb6ff673d882b6556a3594c36bac52 9 0.00/1.00 vMB 0
113,389 113,389 00000000000040b1809a34b1d21a3a39256ff7e9d07abf6c61577395f4f7ccb7 21 0.01/1.00 vMB 153
113,388 113,388 0000000000006a2078133564d31326077f6ffd17ea284e072cc56deaf5a7abfd 7 0.00/1.00 vMB 0
113,387 113,387 0000000000007ee89418c7da2b12400a12d55f27003bf30c8568e298ce29c8af 9 0.00/1.00 vMB 0
113,386 113,386 0000000000001a41451a9aba72756b1ae2f0038eabca47d5e2d2c8c8fe73c24d 15 0.00/1.00 vMB 628
113,385 113,385 000000000000b3a5da4411be8f8b9bb430b602c4d013c2b598a3f86c002b17bb 21 0.01/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 783.86 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: 794.15 GB
    • Received: 22.02 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.