Loading Tool

Explorer IconExplorer

Memory Pool

81,722 transactions
34.30 vMB
0.14540727 BTC
Random Selection Loading Transactions
Max Size: 195.32/200 MB

Candidate Block

Mining Attempt 43d2eea0422977751f1a3b3a2263580fcf9df7ba03633b4a97d0f6c3da7c64b7
Version 20000000
Previous Block 00000000000000000001ecd196519e0756837ef0e5c6c2c68b968100617d4f76
Merkle Root 94db15b5f373df18bea34d4fc5cd469b4c6714d04b83aa37913dc556f38f83aa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,603
Size: 1.00 vMB
Total Fees: 0.03291888 BTC
Feerates: 150.78 > 3.30 > 0.69 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,409 (32,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
882,945 882,945 0000000000000000000093d8253934dd706b7015e60ffb02fc0b2abf385c7348 3,947 1.00/1.00 vMB 3
882,944 882,944 00000000000000000002363bb9a5b4a83f5ac0411438b8ec75f0f29365f0df50 3,526 1.00/1.00 vMB 7
882,943 882,943 000000000000000000008e8cf57cb0fc17f9b008ff95fd58d11dd6cb71f52906 500 1.00/1.00 vMB 1
882,942 882,942 000000000000000000003a1aa0a4ba966b627234d33445633f11e470f4765e09 2,088 1.00/1.00 vMB 2
882,941 882,941 0000000000000000000164b83ae586fba2b32e5430521e266ea3f2c5e0f9a592 2,283 1.00/1.00 vMB 1
882,940 882,940 00000000000000000000874067f5615c1c38b644512f9790782d0302b5f3fd9c 2,811 1.00/1.00 vMB 4
882,939 882,939 00000000000000000000ce6e9f894a07b7bcb5e8e3e7e02dd462d49c5c838876 2,183 1.00/1.00 vMB 2
882,938 882,938 00000000000000000000e2d10dba0bc00238c6999b57de4425162d478bb299c2 1,912 1.00/1.00 vMB 2
882,937 882,937 0000000000000000000177a014b43f8f0faa2236d5fac4d2780917ccd1114321 902 1.00/1.00 vMB 1
882,936 882,936 000000000000000000012db41ce40b24d9b2efd70c031a2fa00a8bd0df21a0d1 2,234 1.00/1.00 vMB 2
882,935 882,935 00000000000000000000c486c9239c9ab72ce7eabd5d40b08f50a40a5c376a04 1,365 1.00/1.00 vMB 1
882,934 882,934 000000000000000000022bd885fc5a7200063d8f4b230ed3c42c12611e4d4bbf 2,984 1.00/1.00 vMB 2
882,933 882,933 00000000000000000002279064197b0c3188fc6302b77bf7f14f91b30a3adcf4 1,131 1.00/1.00 vMB 1
882,932 882,932 00000000000000000002521cbaa1c7e666e1d59e1207723592d5581ebb0d6cb4 1,507 1.00/1.00 vMB 1
882,931 882,931 00000000000000000000440d2328f33ac75c07df9a3796e3837bebfa8e74e782 1,642 1.00/1.00 vMB 2
882,930 882,930 000000000000000000009cc73ab90d53ae82fc2cbef3b04d015f243880e990a9 1,650 1.00/1.00 vMB 2
882,929 882,929 000000000000000000007dca4665e6176e7907cd98dff58e0e0eeeac5436f93e 1,573 1.00/1.00 vMB 2
882,928 882,928 00000000000000000000eb485885a0ed05596d74ef87342ffa6f6339db1c2211 2,267 1.00/1.00 vMB 2
882,927 882,927 000000000000000000028ad31009250846b3c61b65abe1ea16d664e4e318290d 398 1.00/1.00 vMB 1
882,926 882,926 00000000000000000001c36062e199943c60bc54a89a40c9aab7c982881cf2db 2,152 1.00/1.00 vMB 2
882,925 882,925 00000000000000000000da8165d13adcaaa99a6548f04c711bfbe8e069d2b679 3,772 1.00/1.00 vMB 2
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.11 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.