Loading Tool

Explorer IconExplorer

Memory Pool

80,755 transactions
29.91 vMB
0.12166079 BTC
Random Selection Loading Transactions
Max Size: 180.16/200 MB

Candidate Block

Mining Attempt 0e55fce607e162538f94ef6207fd383224e533eca531f8efc3937c4c3c9e91c7
Version 20000000
Previous Block 00000000000000000001da0a60f0698b1c5dd5ff7d15014352ab111436e992fd
Merkle Root e0d9aec741f2e686277e387e2a392629a36d1e2a90750a74009257bc5513e236
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,991
Size: 1.00 vMB
Total Fees: 0.03397119 BTC
Feerates: 149.47 > 3.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,300 (486,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
428,995 428,995 000000000000000002eb0e4e2cad088896edda47eee4a2e2167a84725d79dde3 1,830 0.99/1.00 vMB 44
428,994 428,994 000000000000000000b4d61638f69b44474ce4755bc7b4678db87786526c8cf2 2,261 1.00/1.00 vMB 57
428,993 428,993 00000000000000000487376676ef103c424e6191e961b820753c555370f68b11 3,114 1.00/1.00 vMB 80
428,992 428,992 000000000000000000d53b17486781b72c313e638d794797480bfb51c8557bd4 511 0.74/1.00 vMB 15
428,991 428,991 0000000000000000025af3311d659f29219f43f34b8a93f2a78c8dfdb40e6ca7 1,178 0.53/1.00 vMB 65
428,990 428,990 0000000000000000036775da22b67862809066c2c80c0a38ab9dd4aea15bb6ec 2,150 0.95/1.00 vMB 59
428,989 428,989 000000000000000001353eca321364811b6e9281e1db8c3998f2702863523f22 1,285 0.60/1.00 vMB 56
428,988 428,988 000000000000000004184b14a1bbccfb0320f7d7c5a102c172116f74e4ba6274 2,230 1.00/1.00 vMB 70
428,987 428,987 000000000000000000bd64c679a06a8cb2d0a768e0f6aeb43082dc4952430275 1,278 1.00/1.00 vMB 37
428,986 428,986 0000000000000000015f464a7800ca29786335075a234e6c836cdc8ec219a770 1,008 0.56/1.00 vMB 53
428,985 428,985 000000000000000000b43d643ee49e57e62b98845244363e2c2a79fa3e71d285 243 0.10/1.00 vMB 78
428,984 428,984 0000000000000000034b12e6b9b1b0607704fee41a882c915ae158bd3e45915b 380 0.58/1.00 vMB 26
428,983 428,983 0000000000000000012e9c99c9b3ced006ba7bcfbcb195b8c4bae821d6fe71ee 881 1.00/1.00 vMB 19
428,982 428,982 000000000000000000e68aef2494517aae085eb083417eedcd34814fb3b588d3 1,868 1.00/1.00 vMB 58
428,981 428,981 0000000000000000022134aceb96eda78b3cd50de17ecd037c980d058c667123 571 1.00/1.00 vMB 25
428,980 428,980 00000000000000000153912e9fb8c56946741fef383c935b697e097c6e56e12c 2,095 1.00/1.00 vMB 55
428,979 428,979 0000000000000000030a36a70cba85f67599c2077227504e30565ca5cb2e0ba0 1,723 0.75/1.00 vMB 72
428,978 428,978 0000000000000000000db2e1344c5ae2ab8b65bc49c96254f232dcd5d7c8f326 2,137 1.00/1.00 vMB 66
428,977 428,977 00000000000000000133f1556443f8962c6b0bfd35d9326d767a63120b7e42e1 1,681 1.00/1.00 vMB 63
428,976 428,976 000000000000000000793cb2750b1f9d1a44c24b5fae29db9d5e41a4813a8ebb 1,621 1.00/1.00 vMB 51
428,975 428,975 0000000000000000008e7b7ff19e56c8468b782cbaf14ed132b21a240b6d0957 2,597 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.91 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: 713.85 GB
    • Received: 17.49 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.