Loading Tool

Explorer IconExplorer

Memory Pool

83,137 transactions
31.78 vMB
0.12198772 BTC
Random Selection Loading Transactions
Max Size: 191.47/200 MB

Candidate Block

Mining Attempt b124073c370a8a8e24f411669b1d6649d87a9f9492596f6aa9fb2c8a903b7c6e
Version 20000000
Previous Block 00000000000000000001861e4327f4f41c685ab513f4074f2aeb2922020b03ff
Merkle Root 7eb6f875f94be0f89c8c8ee8091a0643eebf6a534bb344393166b81bae8b4d47
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,647
Size: 1.00 vMB
Total Fees: 0.04673905 BTC
Feerates: 150.75 > 4.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,180 (553,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
362,077 362,077 00000000000000000a58e4b27940e4350a2a11e7c5a45ff2a44401d15998f0e1 820 0.93/1.00 vMB 54
362,076 362,076 00000000000000000b6808fa7f933850aa0f4fd785cfea83036ab906caa06dad 1,184 0.75/1.00 vMB 53
362,075 362,075 00000000000000000489b9cd3d75539becaa2c71a8195d69e142abc760a2909c 1,077 0.75/1.00 vMB 59
362,074 362,074 00000000000000001356b5df197d0e80b83363838f10d5c836dbc16ad8383a21 35 1.00/1.00 vMB 8
362,073 362,073 00000000000000000b953816d4c31e79b04d5b075bcacb8cf20e54ee3b61c316 1,507 0.75/1.00 vMB 43
362,072 362,072 000000000000000010d98f2559c32b89dc558c7e983646a91a0a371fc4a56296 587 0.75/1.00 vMB 15
362,071 362,071 0000000000000000116309fe12f087fed3acdcd7622d93e5cc898b6bc5040160 2,873 0.75/1.00 vMB 44
362,070 362,070 0000000000000000003e0313eb22cbd7c07e945c08c1a0b759c384eab415e1c1 1,570 1.00/1.00 vMB 34
362,069 362,069 000000000000000007f455d86a8deb3a12429b46f02ac57a2b9e92b6a178d81d 606 0.75/1.00 vMB 18
362,068 362,068 0000000000000000071f19eeca27ea41bbc97a9be3f029621f47e28fcbafdfe1 793 0.75/1.00 vMB 21
362,067 362,067 000000000000000002a9aebf60e94c1cd43d46515cd4a6ef8bb2488c3c3b2ba9 738 0.75/1.00 vMB 19
362,066 362,066 00000000000000000b418d26ef8c78397f0ba5100c72ba425f0c8c6d180bd3c1 786 0.66/1.00 vMB 17
362,065 362,065 00000000000000000e32574af5b48f6b8d80e111f206527a5355543dc01c4773 503 1.00/1.00 vMB 15
362,064 362,064 000000000000000005a11c7826013ddd6315d50e5243fdde94fd93ddde07034b 513 0.25/1.00 vMB 33
362,063 362,063 00000000000000000c45fb74ebde83bc7f00510a1dc854d34127c0764c800472 1,092 0.75/1.00 vMB 25
362,062 362,062 000000000000000005b65f3d7c486a8473b7d396f2cf49baea92a740859922ec 677 0.75/1.00 vMB 18
362,061 362,061 000000000000000012f52c03986c500d4cc5293b09db2a2f384ac0f48dadc620 677 1.00/1.00 vMB 15
362,060 362,060 00000000000000000ba5cca0b135148cf96c307cc10e476abaf2fb0b5407ea01 1,397 0.75/1.00 vMB 28
362,059 362,059 0000000000000000126c4796d827814d6fa8f875e23136800a7bc57001e9944c 1,325 0.75/1.00 vMB 28
362,058 362,058 0000000000000000037e0f13d498d13a0b08e7ecc069ed497d665b6927b4724d 1,670 0.75/1.00 vMB 33
362,057 362,057 000000000000000010a64daef6c0ed0356d0f183406bac302deb1a1bd04f3528 256 0.18/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.71 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: 700.30 GB
    • Received: 16.60 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.