Loading Tool

Explorer IconExplorer

Memory Pool

37,871 transactions
27.46 vMB
0.08799288 BTC
Random Selection Loading Transactions
Max Size: 140.38/200 MB

Candidate Block

Mining Attempt 1b24e51262cdf8b98b01c6276a7d2c5eae143196ad01aba5cb879f3da069ad56
Version 20000000
Previous Block 000000000000000000001000aee6e3ae509c48b95212852c4d57a21fc9813ebd
Merkle Root aa3299b09f84504b53ba57fce5079a8bc01bbf7d2bbce827914aaaaaa93fef50
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,660
Size: 1.00 vMB
Total Fees: 0.03548375 BTC
Feerates: 101.65 > 3.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,270 (791,467 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,803 122,803 000000000000484daf777d9f4715e09c24511c1d3ae3d92ddc24f2de103fd500 8 0.00/1.00 vMB 0
122,802 122,802 0000000000007787385a1a8e076e0a6192a1af786845ab21ad1ab675290c2b24 1 0.00/1.00 vMB 0
122,801 122,801 00000000000081243d9e57fb6477fee6487d12a21165b7dd3f48ec39e77c768e 50 0.01/1.00 vMB 2,543
122,800 122,800 0000000000002528224df41ed781655eb376744d481a65d0c92874ec332b84e1 11 0.00/1.00 vMB 0
122,799 122,799 00000000000021fb82f00fb57dfc180bc9b7bc33d33f40bb8d48cb98903fc46f 22 0.01/1.00 vMB 444
122,798 122,798 000000000000582a7987b8fd5b143c5e29816975301cc80b2548ca1c8ec870ad 1 0.00/1.00 vMB 0
122,797 122,797 0000000000003fc6df2c5990168274f4d5d7e61e2f21a558deef7003b6a040ea 36 0.01/1.00 vMB 2,414
122,796 122,796 00000000000063951e0af8d20376f0880ee29e7f25d567296125c9069d72fed5 13 0.00/1.00 vMB 0
122,795 122,795 000000000000607ffa1b80e1af4297211d38ff026fac0c7f3702deb87766311b 15 0.01/1.00 vMB 99
122,794 122,794 0000000000004d9ade8a451d7dbe1b28b1bfdbde12b870de0d0bf028375cc507 1 0.00/1.00 vMB 0
122,793 122,793 000000000000518ee3632d54312bef9838d6f29de2337cdb16041ad192768bad 10 0.01/1.00 vMB 515
122,792 122,792 000000000000669f1020ba3f46ae0a54c549585723ca7c25e84523d0a67a0a90 1 0.00/1.00 vMB 0
122,791 122,791 0000000000001d4766cca45f3c47deea401c5f0095974e7ae9a7732511c8f342 8 0.01/1.00 vMB 161
122,790 122,790 0000000000008350a8a799324c95e321d3b2d1dd8705adc09d448de2b0249734 8 0.00/1.00 vMB 358
122,789 122,789 0000000000006c89559711e200e222d7ca5d576ddc2cdd6d5d096967dfc0b7e3 8 0.00/1.00 vMB 28
122,788 122,788 000000000000672c688c38042ab093b7854c7072096ec153d30051f225e0f935 8 0.00/1.00 vMB 0
122,787 122,787 0000000000006bbe76f70a1e0c591d285e3652f9399c7228c9874415db715c03 12 0.01/1.00 vMB 1,093
122,786 122,786 00000000000070f8f1f1e26553fef5ab7299af11915a12fea45e62d8eae2596c 35 0.01/1.00 vMB 277
122,785 122,785 0000000000003b0c16081e3d64fd38f93bf60575ee439cd2a4de3a23a829b2a5 2 0.00/1.00 vMB 2,531
122,784 122,784 0000000000001f403869abcdc422848ac3e558d452ecdb4f306d6bdcd86440c8 11 0.01/1.00 vMB 0
122,783 122,783 00000000000030085456b03fd2fa89d0d346310d42d87ec62b2597f91acdb8f2 3 0.00/1.00 vMB 3,883
Previous 10 blocks ↓
Total Size: 781.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 578.33 GB
    • Received: 8.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.