Loading Tool

Explorer IconExplorer

Memory Pool

42,336 transactions
33.25 vMB
0.10735933 BTC
Random Selection Loading Transactions
Max Size: 165.70/200 MB

Candidate Block

Mining Attempt 17de60b55ef7bb4370ed061455eba67c480b199eb487974282a311f492a79726
Version 20000000
Previous Block 00000000000000000001b171574728f9b8bb47c58e2e3bc35b40a738258291cf
Merkle Root c7583b4d86821f3a466cea3be2b7e6d400a98520ce45b105543485b5206d88ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,923
Size: 1.00 vMB
Total Fees: 0.03446893 BTC
Feerates: 501.64 > 3.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,561 (153,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
761,044 761,044 000000000000000000008abbb4cb9b7f3f2b245027dbeb3acf25129fcac36bb1 2,105 0.92/1.00 vMB 11
761,043 761,043 00000000000000000000bb2d9058ddf40ab9499ff77de8b8d2460254ad8258d5 288 0.18/1.00 vMB 3
761,042 761,042 00000000000000000005979a976f96b01ea2902f70d32c1ae143a8e193d258c3 2,097 1.00/1.00 vMB 12
761,041 761,041 0000000000000000000171443eb16b9aa4c3d8188385dce1ff2400809830c436 690 0.42/1.00 vMB 6
761,040 761,040 00000000000000000006266bff03782dd86eaec9698d8bf9fd8cb57822334401 114 0.09/1.00 vMB 5
761,039 761,039 0000000000000000000418b69359c35f64789699203cb626897663229b1d62ee 1,132 0.59/1.00 vMB 12
761,038 761,038 000000000000000000056b9494134f4c5b24c3819788b72bc39558018abd9438 1,372 0.49/1.00 vMB 11
761,037 761,037 0000000000000000000168f3027c7710cb92c76e570b09445c658e6ff6b8f5fe 265 0.11/1.00 vMB 9
761,036 761,036 00000000000000000004772718c2256c3528e8f18991cab50310d7de2adb3873 328 0.23/1.00 vMB 7
761,035 761,035 0000000000000000000354e57ce17e715cd791100345cd0e18eb96f3fc169275 1,518 1.00/1.00 vMB 6
761,034 761,034 000000000000000000022ca98587efb09a252c77c06c824976de64700661ea22 1,460 1.00/1.00 vMB 21
761,033 761,033 00000000000000000000ff8f6b62c9b55adc61f77c9035057708a889e835e2ab 867 0.34/1.00 vMB 12
761,032 761,032 000000000000000000071eed5908ab43d6d87e94ff129c99f15b4a3a2929ecbb 1,630 0.87/1.00 vMB 9
761,031 761,031 00000000000000000001cfb7940ba7c30c21ea6d224c7afbd2451a1f25f8c5b9 956 1.00/1.00 vMB 12
761,030 761,030 00000000000000000000e56a5311bb252c08975fb99c2c445a0d44ca56ed10c2 1,599 0.94/1.00 vMB 7
761,029 761,029 0000000000000000000021c1783e6727e8e4e442193054462dab39efbf1be968 67 0.05/1.00 vMB 6
761,028 761,028 00000000000000000006d0c627d93bd9bef464d934c10500af483852e4582584 677 0.22/1.00 vMB 13
761,027 761,027 00000000000000000006fe065a64038ab008ebcfc27644e42bc41a9fdb7c01dd 145 0.04/1.00 vMB 13
761,026 761,026 00000000000000000001d714d5edded886b11bb5d655a7558b5d3fb1096f36e1 230 0.05/1.00 vMB 15
761,025 761,025 0000000000000000000457889012f5e370cf8586237bfee82962b2c59fe643e8 1,361 0.63/1.00 vMB 10
761,024 761,024 000000000000000000029fb8529a3d2c092802178312a989b4b548aaa2d18a55 571 0.20/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 781.61 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: 624.09 GB
    • Received: 11.54 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.