Loading Tool

Explorer IconExplorer

Memory Pool

39,065 transactions
28.75 vMB
0.06909656 BTC
Random Selection Loading Transactions
Max Size: 145.69/200 MB

Candidate Block

Mining Attempt 8eb91ce0b34ebd965c8ad11371d6e606d0e058b20f09451619ed29a22d26d50e
Version 20000000
Previous Block 00000000000000000001da679658719cfccc2653ecbf8d9a60db7cdf4fd801ac
Merkle Root 1fa0847e1e81da67ff237d7ca34e41d11906a2b793566ad427ef3ca4cc6bb6b4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,810
Size: 1.00 vMB
Total Fees: 0.01325223 BTC
Feerates: 451.74 > 1.33 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,538 (292,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,076 622,076 0000000000000000000a7d6dcde5ebc731d70e2c9a4333579f488941e819e015 2,344 1.00/1.00 vMB 80
622,075 622,075 0000000000000000000e765dae1746f62123569af07345f504648c60e4c5a7fb 3,111 1.00/1.00 vMB 57
622,074 622,074 0000000000000000000f999b30b63e08cdc4ffe7a6305957b1785bf3a0e3c2b9 2,400 1.00/1.00 vMB 59
622,073 622,073 00000000000000000004f1162c6f27ade3403ff0210a8f91d15603f6e0e4c0b9 1,479 1.00/1.00 vMB 69
622,072 622,072 00000000000000000008a81d65f4cc1bc894bfdb29de28b4cf88eedae8c218a8 1,517 1.00/1.00 vMB 78
622,071 622,071 0000000000000000001006fd50b65e52cbbc26e7ffa561abb1c7516b14577aaa 2,967 1.00/1.00 vMB 89
622,070 622,070 00000000000000000006e1f81d6bbb872ed561bfa98f4e161937a7e11a08ee91 2,190 1.00/1.00 vMB 65
622,069 622,069 0000000000000000000321ec6cdffbd01ffed27d10000d5258c5c0b347546968 2,360 1.00/1.00 vMB 68
622,068 622,068 00000000000000000007d6513794c8daeff69e3354b2a6990c1ba84d6f3beb96 2,686 1.00/1.00 vMB 79
622,067 622,067 0000000000000000000f5487a6fba8b079a16d5676097cfb509b44c207075be2 2,993 1.00/1.00 vMB 88
622,066 622,066 00000000000000000002778195ad095909208294bc72eef5867ac03a83f2cff1 2,729 0.99/1.00 vMB 90
622,065 622,065 0000000000000000000e168bb12ce25c1080f9628b5a4233fce20c4c88ea9108 2,982 1.00/1.00 vMB 54
622,064 622,064 0000000000000000000fe96a6a7f0ef6815d8a51c577edf4c339fe8d982362e2 2,430 1.00/1.00 vMB 74
622,063 622,063 000000000000000000020f1cb77848dd280118af7c2395a58ce12911fb952e32 3,240 1.00/1.00 vMB 96
622,062 622,062 000000000000000000068bd30b5d629f3a89f8da1db4230e7ae1b8c2a696ce4d 3,288 1.00/1.00 vMB 80
622,061 622,061 0000000000000000000a85a3f804144d420bba02ffe6ea6f769f2d5a95ecfea7 2,497 0.85/1.00 vMB 25
622,060 622,060 0000000000000000000212e2f4fd1fb0d36435a994e2731a1439205367b44f92 2,576 1.00/1.00 vMB 58
622,059 622,059 00000000000000000005a5f8c2abf846fee751626e4630730f145c75d5d30c5e 1,218 0.67/1.00 vMB 46
622,058 622,058 000000000000000000088a83013b895e27f1d6ced872066429763db1365db7fe 167 0.06/1.00 vMB 42
622,057 622,057 00000000000000000010f8d04bcb51449d3f15f405801be33ba41c7e15be121d 261 0.12/1.00 vMB 52
622,056 622,056 00000000000000000000d5e61f21ffd54d5e383c676a5880ab6a04983773fcef 185 0.05/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 781.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.42 GB
    • Received: 11.32 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.