Loading Tool

Explorer IconExplorer

Memory Pool

39,335 transactions
26.14 vMB
0.05205041 BTC
Random Selection Loading Transactions
Max Size: 136.18/200 MB

Candidate Block

Mining Attempt caf34e4637571915e61ddfd0a9ef0ffa6bb4a909dd20734a6ba716795736c8eb
Version 20000000
Previous Block 0000000000000000000018814d3d8a0f9277bbafe575a6ea906e31298d58afa1
Merkle Root 25ab5b8a71c93134570372a105f8d93edf2785cf50055fc6fbf0b2bf7316ef75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,724
Size: 1.00 vMB
Total Fees: 0.00441929 BTC
Feerates: 100.00 > 0.44 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,799 (414,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
500,403 500,403 0000000000000000003ec906635fbbb6ce5210619521ad34a4159dd7bacb4f40 2,081 1.00/1.00 vMB 995
500,402 500,402 0000000000000000008b6ed1e29894ed058a89a62ddf24a6849f33ca45de4481 2,560 1.00/1.00 vMB 1,036
500,401 500,401 0000000000000000001ba4cb5990fd80888235e089c7f4dbf0e926cea49af29e 2,385 1.00/1.00 vMB 934
500,400 500,400 0000000000000000008d92ad38a9a39e2850ca9068c063edec6370af3e4934e4 2,841 1.00/1.00 vMB 840
500,399 500,399 000000000000000000521f92387f9f43258f62465e9f88b19ecad2c30e44d7ff 2,423 1.00/1.00 vMB 964
500,398 500,398 0000000000000000005fb1354f77b2777c3a191ebfae98d5d8366add40dd0e22 2,467 1.00/1.00 vMB 971
500,397 500,397 0000000000000000000b14b38c1519b19a4b3aa2d57fd69f5b97ef4ea232b597 2,707 1.00/1.00 vMB 835
500,396 500,396 0000000000000000004d769d0be4390055fbf1fe8993e3fe89488d2a765f19cb 2,217 1.00/1.00 vMB 996
500,395 500,395 00000000000000000088b1af67ee2d46b28482b35ac80959f94ea54c1e75c3de 2,040 1.00/1.00 vMB 496
500,394 500,394 0000000000000000005d60a0c1148cbd56d388624639a7c18f40a71ba09f8982 1 0.00/1.00 vMB 0
500,393 500,393 0000000000000000002e245ead36802d8001a14030e1a4e8de9ace2d08b15cb6 1,807 1.00/1.00 vMB 543
500,392 500,392 00000000000000000079524bf06244a086c3a624349ab1591acf5f383b9f612c 2,102 1.00/1.00 vMB 764
500,391 500,391 0000000000000000001d34d4434c1223a5b9b7298714cafa85cb1b139b3d9f1b 2,226 1.00/1.00 vMB 577
500,390 500,390 0000000000000000004bd2cd45366cacffa6720bddaa12931f9c6d62e1b11520 1,829 1.00/1.00 vMB 580
500,389 500,389 0000000000000000002862a8a9ec470788145eb1dc7fa539ad94b11e72d64bff 1,950 1.00/1.00 vMB 689
500,388 500,388 000000000000000000764f145b5f80228b76f1688d88013e1aca835827ef9afd 2,115 1.00/1.00 vMB 678
500,387 500,387 0000000000000000004cd44f4a0165c433a81daaa699a5c18f0a8d1866e592c9 2,379 1.00/1.00 vMB 807
500,386 500,386 00000000000000000063d6eba8d04dc882d4d49982ec67840a19736ee46ca208 2,464 1.00/1.00 vMB 923
500,385 500,385 000000000000000000764472c49322de92f41b5925a1468b0169b218aa298030 1,902 1.00/1.00 vMB 678
500,384 500,384 000000000000000000598bb5c9b045f5a7afd44b7129507022469a377c2f02b0 1,433 1.00/1.00 vMB 616
500,383 500,383 0000000000000000008db11d844baaac74e910f1451d50627c12afa5ce5486e1 2,697 1.00/1.00 vMB 813
Previous 10 blocks ↓
Total Size: 782.03 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: 650.29 GB
    • Received: 13.26 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.