Loading Tool

Explorer IconExplorer

Memory Pool

79,586 transactions
29.25 vMB
0.07562202 BTC
Random Selection Loading Transactions
Max Size: 177.76/200 MB

Candidate Block

Mining Attempt 74e13cd60c6b170d3f5da433918568fabc408137ddd0a0ce968f138921cd6f99
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 0a468d40020d6cbf71ee807c99b7fa5b67574a90eae2227c6894b946ce2f679f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,122
Size: 1.00 vMB
Total Fees: 0.01436184 BTC
Feerates: 74.86 > 1.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (339,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,893 575,893 0000000000000000001afad0f4cb00457c40f5655ff18a5d5eb82ec4963ff3a0 1,898 1.00/1.00 vMB 43
575,892 575,892 0000000000000000001989d638dff1d038e8e2b26983fba98aa5509d1a5ffe02 2,507 1.00/1.00 vMB 50
575,891 575,891 00000000000000000010b6dcea977e366bf8cab67ecb02b318d7ea65810d72d6 2,642 1.00/1.00 vMB 69
575,890 575,890 0000000000000000001a818629e3085ac60fda828edbe0151d6d8cd6fd0ca412 2,418 1.00/1.00 vMB 43
575,889 575,889 0000000000000000001ee0b218478fa713f34c8c31d4fb4760753a24fd3d51b1 1,900 1.00/1.00 vMB 65
575,888 575,888 00000000000000000014fa6a15fd698cf5be8619763fd8873a0da4ab3fa57123 2,646 1.00/1.00 vMB 65
575,887 575,887 0000000000000000001c5bfe4d6f6a754b88f39712a418a9b26cf0903be6aadd 2,651 1.00/1.00 vMB 104
575,886 575,886 0000000000000000002939b87d0307a27066e78a1ed8b6313a614c92eae29cc7 2,100 1.00/1.00 vMB 65
575,885 575,885 00000000000000000027292beb0f39676f1ba27d856f3841127aac3a52bbbe9d 3,013 1.00/1.00 vMB 99
575,884 575,884 00000000000000000022c6e24101cf37a729ffffac22b23d29520e194e4c6bb0 2,912 1.00/1.00 vMB 124
575,883 575,883 0000000000000000000c22f0ba05531fa4773f640d32b748d630a738ab47b28b 2,023 1.00/1.00 vMB 44
575,882 575,882 00000000000000000009aba02c16d038c8d5db90a49b1c5170157182b51929f4 2,524 1.00/1.00 vMB 57
575,881 575,881 000000000000000000227c152db4aa9379ef5351e015895df91ed8b2210fa585 2,513 1.00/1.00 vMB 73
575,880 575,880 000000000000000000265e662c4dd2f1d461bb106a05a22e321289fcabaa4562 2,301 1.00/1.00 vMB 97
575,879 575,879 00000000000000000014e7ea1c81b0daf0a9cbaadf10e8e7d1255a153d526467 2,452 1.00/1.00 vMB 98
575,878 575,878 000000000000000000075ce19f1b4e9020f0fe4bb8b3c781fa10528e47b2717b 2,395 1.00/1.00 vMB 77
575,877 575,877 0000000000000000000f647a505add601797d7a9c3718ebf02bd55cd2f2e4601 2,984 1.00/1.00 vMB 100
575,876 575,876 00000000000000000006d3af06b198413ad370d563131f540b56b22f9ca519b1 2,668 1.00/1.00 vMB 83
575,875 575,875 0000000000000000000ae46436c32f39b3a6bef02e1c7075cb0b6a76fb80ac8f 2,698 1.00/1.00 vMB 101
575,874 575,874 0000000000000000000d0ea5766a89d1de164750d58f114577fcad7c3f5ff05e 2,682 1.00/1.00 vMB 99
575,873 575,873 0000000000000000000a68b8a997f7d4e9d941f2d3ae175913feec3b953c2606 2,636 1.00/1.00 vMB 79
Previous 10 blocks ↓
Total Size: 782.54 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: 669.11 GB
    • Received: 15.73 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.