Loading Tool

Explorer IconExplorer

Memory Pool

53,366 transactions
31.13 vMB
0.12123017 BTC
Random Selection Loading Transactions
Max Size: 167.65/200 MB

Candidate Block

Mining Attempt e4025b4ba9962d6022c5c7827ff02ed792a1e543ff6b9508601c21c611682e2b
Version 20000000
Previous Block 0000000000000000000062eca90b6c850441ed7ba51b4482cf00fbe216ef2a8c
Merkle Root 3863afb976f961f2cb1daa4d1cbb44f48e6f64a76bd6bc7414aeda208ad061f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,340
Size: 1.00 vMB
Total Fees: 0.03451088 BTC
Feerates: 73.23 > 3.46 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,814 (414,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
500,382 500,382 0000000000000000004788047771fa75163721afddc1c2ccc7fff285d73fcd2a 2,250 1.00/1.00 vMB 745
500,381 500,381 00000000000000000089f8fdbcab1540d9c663b2af7d21f3073c64e2b106fbc6 2,390 1.00/1.00 vMB 898
500,380 500,380 00000000000000000070970d81f3fb5167780f39ced646e5665c6c48ce62b666 1,856 1.00/1.00 vMB 526
500,379 500,379 000000000000000000447cd77e6fd022c9b4e79c6e9c00d952e1937abb7d8241 2,547 1.00/1.00 vMB 699
500,378 500,378 0000000000000000004548ac8084726093264dbbd3b34452772c24e17b162d7f 2,300 1.00/1.00 vMB 911
Previous 10 blocks ↓
Total Size: 782.06 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: 651.13 GB
    • Received: 13.43 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.