Loading Tool

Explorer IconExplorer

Memory Pool

82,199 transactions
34.41 vMB
0.15036989 BTC
Random Selection Loading Transactions
Max Size: 196.13/200 MB

Candidate Block

Mining Attempt 76d1d993fe9781b2efedffa54f8f33dbac0d304e1e15606c4c115e65294cdffb
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root e5498b9c8822d936cbb6b7cfba69ef91f522e2a8e9260ea7cecb2072ee4dfedf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,478
Size: 1.00 vMB
Total Fees: 0.03572103 BTC
Feerates: 150.78 > 3.58 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (527,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
387,836 387,836 0000000000000000046c4d75348584c959789d9ec8594d2c7dc3631d6587ab54 939 0.39/1.00 vMB 53
387,835 387,835 00000000000000000534262e308752c175cb5cc1d8b557e54ce6b72259d31838 1,466 0.68/1.00 vMB 37
387,834 387,834 00000000000000000c86d559d15c4466b08eef4f53536f22234e21d812c69e25 2,008 0.75/1.00 vMB 47
387,833 387,833 000000000000000004c8fe4c120c20807bdb7b8955064bb89e0acf012cb9d971 3,174 1.00/1.00 vMB 80
387,832 387,832 000000000000000001eb11ebf0bb368c6901f83e2bbf0b6565a8cc42cd980959 1,925 1.00/1.00 vMB 42
387,831 387,831 00000000000000000935721841625ca2a2312fbc0f4c21e0d6fcbe15f2e4bb87 1,380 1.00/1.00 vMB 28
387,830 387,830 000000000000000000918aeff7e43f055505415063ea8ef2f36febffac067e51 2,750 1.00/1.00 vMB 43
387,829 387,829 000000000000000007fe78d9d2a19afd7523aec02a53498d73aa68055c1bdab2 3,301 1.00/1.00 vMB 63
387,828 387,828 00000000000000000744465aa15ef619a0adca33ead6a04a497f3986ed57ed89 1 0.00/1.00 vMB 0
387,827 387,827 000000000000000003cd120340f6e1c786984a63225bd06e6c24a54e96730a44 1,540 0.99/1.00 vMB 21
387,826 387,826 00000000000000000682a5c86fd5184f59d077d5967661346143aa6760a37be7 2,159 0.75/1.00 vMB 56
387,825 387,825 00000000000000000c5e78ee6a8369d96ff2fab521493f54fb76e249cb3b3f8b 68 0.05/1.00 vMB 22
387,824 387,824 000000000000000001ce6244f569020e2e61700f3fa1289f88ed21c5d5fae78e 67 0.95/1.00 vMB 13
387,823 387,823 000000000000000006decc38f5be0cc4edcd62b5e3f09a3992588438a4ba7889 2,464 0.75/1.00 vMB 73
387,822 387,822 0000000000000000017bfc6b05d4dc2c59d48eedd0d5541098d0ed457a9cc231 1 0.00/1.00 vMB 0
387,821 387,821 00000000000000000cf6e5ac8d7a3a93eaa22b763529c546e27a9d91d3665573 2 0.00/1.00 vMB 0
387,820 387,820 000000000000000008b4c24c62ec6e8beddcf30ec3281b30a4b255abf33470fa 1,055 1.00/1.00 vMB 19
387,819 387,819 000000000000000008628ab2829ea1f09e62bc0382fab033b46bb4ff60fd8d45 2,055 0.93/1.00 vMB 33
387,818 387,818 00000000000000000c025098aa9ee6a9ece87ed097de7b025c6cae9144ec66e6 2,749 0.94/1.00 vMB 43
387,817 387,817 00000000000000000bb51286a57bb52e0efe8a287c5f092d2f38a53ef4498e3c 1,902 0.75/1.00 vMB 34
387,816 387,816 00000000000000000daa555b24d578a82350d907bbe09bc035aa5f744b9936d0 3,230 0.93/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 783.10 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: 728.23 GB
    • Received: 18.47 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.