Loading Tool

Explorer IconExplorer

Memory Pool

48,398 transactions
28.18 vMB
0.07785862 BTC
Random Selection Loading Transactions
Max Size: 150.35/200 MB

Candidate Block

Mining Attempt b1abb344dd1fbe2408e30cfdfe6fb1522cdc1d46302da8d342c1aafe4c9af1a8
Version 20000000
Previous Block 00000000000000000001591f76b8e497e92b68dc57dacd44d74c2253bafa7eaa
Merkle Root bf69336891c92fae4338723ddc564e36c4af4e6c5c611c297519f1db83fab018
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,208
Size: 1.00 vMB
Total Fees: 0.02430869 BTC
Feerates: 500.45 > 2.44 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,792 (203,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
711,016 711,016 000000000000000000076c2e17a053433e3ca180d249824d03533dc72fa57c22 2,210 0.86/1.00 vMB 6
711,015 711,015 00000000000000000009574ce9fd2d22d274cb3ca5450cb4afe006fdd8c5bf04 2,100 1.00/1.00 vMB 3
711,014 711,014 000000000000000000008e45a2838b924a0329129a33c68aa3966d53759299f8 2,389 1.00/1.00 vMB 3
711,013 711,013 000000000000000000094e7ca71491480feef9ed99bfefabd26af33b1cb1de4a 2,918 1.00/1.00 vMB 3
711,012 711,012 0000000000000000000340e3428a4cff1d53512197391e2f53b9c70db7633e26 3,016 1.00/1.00 vMB 4
711,011 711,011 00000000000000000007509c44f157571a61b2b578cad6d03ec6940e48210b88 3,662 1.00/1.00 vMB 7
711,010 711,010 00000000000000000003f254b9ec6cccf1e18c1aa1dc4fd080da4ef88597b094 2,066 1.00/1.00 vMB 10
711,009 711,009 0000000000000000000ae017fe984cc23770909eddc5d7bacf0a3b5ed60e2202 2,558 1.00/1.00 vMB 9
711,008 711,008 0000000000000000000998406e5e09590d36abc7d1b57839bfa93879d5c3dab6 3,028 1.00/1.00 vMB 19
711,007 711,007 00000000000000000001cc0ade16ad521e31987b990722f9ee9ffd64c52e6e1e 3,063 1.00/1.00 vMB 11
711,006 711,006 000000000000000000002cf3daa5804e7ad874a3e772c918876039889ab1db86 2,955 1.00/1.00 vMB 11
711,005 711,005 000000000000000000052ab243505b95c941e768be601cce9f189e98e23e3665 3,339 1.00/1.00 vMB 41
711,004 711,004 0000000000000000000934ec2d64b4d0325fb6f36d1514d3d52a4c78b412304b 3,457 1.00/1.00 vMB 6
711,003 711,003 0000000000000000000a6abb5a5fdb6248185b4be30a42e11b2c6cc2482fbff8 3,200 1.00/1.00 vMB 5
711,002 711,002 0000000000000000000bef0deb43e48a5c361110acfc0231e381bf5da28860df 3,277 1.00/1.00 vMB 19
711,001 711,001 0000000000000000000153d2d761d8f4fdaf989dc043669936564c7e6021833d 2,924 1.00/1.00 vMB 29
711,000 711,000 000000000000000000007e7cee73fd5375267134ac63bed2d61f7af8d89e7d4e 2,932 1.00/1.00 vMB 12
710,999 710,999 0000000000000000000a10823fdc2fbdcd0b743279a37be147e8510d0fb6021b 3,269 1.00/1.00 vMB 12
710,998 710,998 0000000000000000000592e2053d99df2b0786cbd52f392435a1a4b954ca6083 2,752 1.00/1.00 vMB 28
710,997 710,997 000000000000000000088976a1969cf16ff358fff86d64d7b4dfe2f648b9bf5d 1,605 0.82/1.00 vMB 3
710,996 710,996 000000000000000000040c6a1ab44c9f4872331db7e4a8527a1557274dcf8bba 2,538 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.02 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: 649.70 GB
    • Received: 13.21 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.