Loading Tool

Explorer IconExplorer

Memory Pool

67,127 transactions
36.62 vMB
0.20364160 BTC
Random Selection Loading Transactions
Max Size: 196.14/200 MB

Candidate Block

Mining Attempt 5b80831323766a00016f2f7cb0ff9344d0f9202b16daba3d06b0146d2ba3b11c
Version 20000000
Previous Block 000000000000000000001174509a669f8c3afed786e1918a5d9c82a348da961f
Merkle Root ba340b21d1b4c9137626973056ec1824026cd83bc60b0347ebfab156e30f176f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,573
Size: 1.00 vMB
Total Fees: 0.11222393 BTC
Feerates: 203.17 > 11.25 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,404 (835,481 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,923 78,923 000000000024142b199b2b6a4d52a6002f33ece9c2be565cede0850f65cf644f 5 0.00/1.00 vMB 0
78,922 78,922 0000000000567fe74d1500ad9d88af0a40ae62867e3f103b71b30338b3f76bfd 4 0.00/1.00 vMB 0
78,921 78,921 000000000054294fbb0fb8491cb1f46eca5040acd1941c3476d141cd24ae465f 2 0.00/1.00 vMB 0
78,920 78,920 000000000044d7b32bb0b9eb6a64b0719b394a0a9d1246aec1022d16b86ad5f8 5 0.00/1.00 vMB 0
78,919 78,919 00000000001fec2911162a98d1d37fd5444ad2b5148de874c93cdb6960373aee 3 0.00/1.00 vMB 0
78,918 78,918 000000000046be1247c68e720d2338d6c22cde38bda926e1bf56457a943f5a87 3 0.00/1.00 vMB 0
78,917 78,917 000000000044e21cfaa8ca383c6835c1348abb5e9dd9202742a6ac47fba6bc49 2 0.00/1.00 vMB 0
78,916 78,916 000000000055e7de28657a01cfe2eda224f4b5e8eabef5037f84575c08c4a6a2 1 0.00/1.00 vMB 0
78,915 78,915 000000000038a9cec9fa8d87fd02adb70f0333519f00ad03e4f9a6176f0265ec 1 0.00/1.00 vMB 0
78,914 78,914 00000000002e57c8f8a6a4bfaeca883bf543f23f88aa003dbebd0cae1214c14d 1 0.00/1.00 vMB 0
78,913 78,913 00000000005207ccc785186581bb59206177449aaeced076beabeac2bd8de25a 1 0.00/1.00 vMB 0
78,912 78,912 00000000004c5ba74c7a44ea75d7a679b501ee050ae976dd1ce4b790d0ceddf6 10 0.00/1.00 vMB 0
78,911 78,911 000000000048b40831efbd4d67636202bc56c0266f6271b3f9a84f52fe5cdb91 2 0.00/1.00 vMB 0
78,910 78,910 000000000053a036c48273c9b2c0e4ebf66d6469e5953d725b3d462d3f49509d 1 0.00/1.00 vMB 0
78,909 78,909 0000000000410aec14cb488acfa68fcdc8b8b3d0b8c2fa7a3aad0720941591a0 14 0.01/1.00 vMB 0
78,908 78,908 000000000007797e3cc2cbed6da4d291a2abd20240b3c1e96d94f45b4078ff25 7 0.00/1.00 vMB 0
78,907 78,907 000000000049d47d7e1be3883b8ef7a09e5e5a76fdf18a1c0871c19f15091613 1 0.00/1.00 vMB 0
78,906 78,906 00000000003aed3a05bb82ac088bf26f90edd8a4b9744b727e5921d2faaa56f5 5 0.00/1.00 vMB 0
78,905 78,905 000000000051b39ac63ae5d678e68e697b23003849c6effe1533afaaafc38c90 2 0.00/1.00 vMB 0
78,904 78,904 0000000000188574eac0cc969af284bb18a1272c2121d2a761c2fa6552ea892b 1 0.00/1.00 vMB 0
78,903 78,903 0000000000597e3e2dc31f8369b7f530d96f7d039596ff5aaae50365629cea5e 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.32 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: 600.86 GB
    • Received: 10.09 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.