Loading Tool

Explorer IconExplorer

Memory Pool

45,165 transactions
26.63 vMB
0.05899430 BTC
Random Selection Loading Transactions
Max Size: 140.96/200 MB

Candidate Block

Mining Attempt 894d89d061f45d845711126e3d31276f109bcb12b2caf2cb6ff1fb33d0ca68ca
Version 20000000
Previous Block 000000000000000000010a691d8711905b74c8ca1255100e4f4641696d5db79a
Merkle Root 096bb48ff4ab257c4f1c20323ef1ce0319fb43afaa19fae49a916d97857c4a99
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,387
Size: 1.00 vMB
Total Fees: 0.01006196 BTC
Feerates: 49.26 > 1.01 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,736 (198,677 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
716,059 716,059 00000000000000000005f431b2cdb408753630a04b874221ad03ba70d0c68737 1,846 1.00/1.00 vMB 6
716,058 716,058 0000000000000000000730fdbf1be86746f3fa9bf47d99c4cbba8ab65f496a80 2,582 1.00/1.00 vMB 7
716,057 716,057 00000000000000000008eca8af193df577fd9b0d6fba238b3fd1246ad5b74a41 2,409 1.00/1.00 vMB 15
716,056 716,056 0000000000000000000b801c9f65835fa084356802c14ffd06b60f5a4c1d4561 2,219 1.00/1.00 vMB 13
716,055 716,055 000000000000000000007b71a7f42fcd96034147b999065bc5bf8f7d78c0e90d 1,379 1.00/1.00 vMB 9
716,054 716,054 0000000000000000000ac990a0b3b5ca2023628f3fb4eb807d0f601f3f8f664f 771 1.00/1.00 vMB 7
716,053 716,053 0000000000000000000352b5fbbf08ab80ce93885f74c7de21d39ad86aea3e95 848 1.00/1.00 vMB 12
716,052 716,052 00000000000000000001764b6d5287930414d8a7c4f277403b5099e5126bb693 1,454 1.00/1.00 vMB 17
716,051 716,051 00000000000000000003a0516165d7252d8ff10b4f06aecffe7d4ad5424505b4 1,136 1.00/1.00 vMB 8
716,050 716,050 000000000000000000059b0d6d8381d3ef4c45d69f85b575ad7abb87dc9d4c12 1,946 1.00/1.00 vMB 12
716,049 716,049 00000000000000000000731690b195e99ca8f252a464308cf534ea2c1527d3db 1,593 1.00/1.00 vMB 5
716,048 716,048 00000000000000000004762e42aa08325b0b1957713a3443a672bd45b3025d6f 1,389 1.00/1.00 vMB 5
716,047 716,047 00000000000000000002106d8442bd5c60c1cae0263f8190d53277a8f06c76f5 1,440 1.00/1.00 vMB 6
716,046 716,046 0000000000000000000206c04d1527ccc368ca21e9ba324ad8e5c988ce80ab52 642 1.00/1.00 vMB 6
716,045 716,045 000000000000000000013a64c47b045e13b8e9fab1f4793ded6638e72b1038d3 317 1.00/1.00 vMB 8
716,044 716,044 00000000000000000006594a731f05e3f200320b176ce2fc68d5de062bfb8808 738 1.00/1.00 vMB 7
716,043 716,043 0000000000000000000358ac5ae62bcb24526fb301e7c1840b4558feadbf1a61 1,319 1.00/1.00 vMB 9
716,042 716,042 00000000000000000008627f16293ea6ad3f5af3e517cabf0e0c1d524adc4098 653 1.00/1.00 vMB 7
716,041 716,041 0000000000000000000776a0157339812cf8d78b9fd8edde5cfa4a4bd7370b59 1,935 1.00/1.00 vMB 13
716,040 716,040 00000000000000000002bed6150d16aebe16842a3a0bfd550ee54ecbf980ffb8 1,502 1.00/1.00 vMB 9
716,039 716,039 0000000000000000000574a03936b0be35452f9f700f39503c2591988fd6f249 3,143 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 646.12 GB
    • Received: 12.81 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.