Loading Tool

Explorer IconExplorer

Memory Pool

81,712 transactions
30.73 vMB
0.09811635 BTC
Random Selection Loading Transactions
Max Size: 187.64/200 MB

Candidate Block

Mining Attempt 7e81b4550c85af65b43d28c902aa297e7935e14a66b394d63e0f95c5642a29df
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root df84499c76aa3e71a04297be375154f6cd16529c5b20acfd6b790f5e2287f2a8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,013
Size: 1.00 vMB
Total Fees: 0.02639658 BTC
Feerates: 301.60 > 2.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (486,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
428,974 428,974 000000000000000002e4367820e3e18bdefafed140c383c08d618ef40dcfc740 2,716 1.00/1.00 vMB 69
428,973 428,973 0000000000000000041bc977c08bbb75761b2cc9ed08bbdca2696a8fa1790d3b 2,825 1.00/1.00 vMB 90
428,972 428,972 00000000000000000097d87e74b9b993a379eb9601d8bd17144fbd6dd62091d5 2,195 1.00/1.00 vMB 64
428,971 428,971 00000000000000000027d32b3a7b54c3b0cf1445118d2843145c4646fc48df69 2,441 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 783.07 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: 720.89 GB
    • Received: 18.30 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.