Loading Tool

Explorer IconExplorer

Memory Pool

47,087 transactions
27.63 vMB
0.09009112 BTC
Random Selection Loading Transactions
Max Size: 146.09/200 MB

Candidate Block

Mining Attempt 20bfbeb01ae8a0af3722a46dfbaa8e06334f87f0c14249a40be125e398e7b511
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root 350ebcfe96bddbdb086c18857e25cdadf2694d738bc49da9e728e7369f69ebef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,424
Size: 1.00 vMB
Total Fees: 0.03532306 BTC
Feerates: 159.25 > 3.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (79 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,814 914,814 0000000000000000000062eca90b6c850441ed7ba51b4482cf00fbe216ef2a8c 3,763 1.00/1.00 vMB 9
914,813 914,813 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937 3,500 1.00/1.00 vMB 6
914,812 914,812 00000000000000000000154b99d082c2a1caf602ae8026f3e816d10728a7c653 1,812 1.00/1.00 vMB 10
914,811 914,811 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12 3,322 1.00/1.00 vMB 2
914,810 914,810 00000000000000000001439d85f4c9865dbd63fa2c12f0157e9689daa4e781f6 2,572 1.00/1.00 vMB 8
914,809 914,809 00000000000000000001b7fed1570278bf53c34ddd10975046ef0611921f9718 3,595 1.00/1.00 vMB 5
914,808 914,808 00000000000000000001df441194999cee64e33a9cb681f5d079c783db8bbb61 2,962 1.00/1.00 vMB 1
914,807 914,807 000000000000000000002cda40907564e46bc0c7de547112e5b0304070620d30 2,662 1.00/1.00 vMB 8
914,806 914,806 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b 1,549 0.55/1.00 vMB 5
914,805 914,805 00000000000000000000f29f8bc6623c876b1c28cb328a71a306f0d15ee3bb07 2,789 1.00/1.00 vMB 0
914,804 914,804 00000000000000000001b17ec5908732df8bb2052d9271bfe630f130dd54d102 4,586 1.00/1.00 vMB 1
914,803 914,803 00000000000000000000bb73cc242ea49403f8113ddd3e1d1b86a46da9e74d69 2,853 0.74/1.00 vMB 3
914,802 914,802 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba 3,802 1.00/1.00 vMB 2
914,801 914,801 00000000000000000001f5a331a027bc0be29c9295c200059def10bd81bfe125 3,580 1.00/1.00 vMB 1
914,800 914,800 0000000000000000000146f24292e58a040c8fb0bab514600d5efa3c643c3b59 689 0.31/1.00 vMB 2
914,799 914,799 0000000000000000000018814d3d8a0f9277bbafe575a6ea906e31298d58afa1 5,731 1.00/1.00 vMB 0
914,798 914,798 00000000000000000001e207b85481c514ee58b8f5cc662a27ea9fe543726df7 4,745 1.00/1.00 vMB 1
914,797 914,797 00000000000000000000b1648aa9693b1c50c2a9de0f496938733c4d39ed7b7b 3,601 1.00/1.00 vMB 1
914,796 914,796 000000000000000000012894a01faeb294ca7f0d6983c80496d746bf6871bb16 2,142 0.79/1.00 vMB 3
914,795 914,795 00000000000000000000720fbc0aca6b07103f1eaf0847585182cffdd8f6b53b 3,616 1.00/1.00 vMB 1
914,794 914,794 0000000000000000000197e3bd931f4f31822b12c15d7fb295a4a4a0aeabebf9 2,707 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.20 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: 654.02 GB
    • Received: 14.08 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.