Loading Tool

Explorer IconExplorer

Memory Pool

77,618 transactions
28.83 vMB
0.07388666 BTC
Random Selection Loading Transactions
Max Size: 174.87/200 MB

Candidate Block

Mining Attempt 64c9d0275a5a6a85ac30aca31efab3ee8f6e1ad753d0b4fa03f787707b2771e3
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root c2dfc215feaf05c55ed77c823b07e9d95565ee5a3475ef72272179e06f408298
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,812
Size: 1.00 vMB
Total Fees: 0.01387404 BTC
Feerates: 82.75 > 1.39 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (584,243 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
330,914 330,914 000000000000000009cf576f1255af3c3b35bf8e50f4d20f31eac289fc3e117c 93 0.06/1.00 vMB 23
330,913 330,913 00000000000000001a1f05fd28572ea9f73177fbd39d4c2cb0a391a1cf2f136c 659 0.35/1.00 vMB 23
330,912 330,912 0000000000000000004c897c6195f9c275dc4950df1a1fac7c6dbd1b372c9e9e 191 0.13/1.00 vMB 36
330,911 330,911 000000000000000017bf21ed1800adc81d3dfe831c7711f0ae0717cbfc06d314 400 0.15/1.00 vMB 36
330,910 330,910 0000000000000000019a4f699daa4b4f0d3b6444120e83f37ba7bd6586fbc5e0 1,143 0.60/1.00 vMB 26
330,909 330,909 0000000000000000128e82fca8d958f72f27b2976b2d00ac26f6e09b54738f61 545 0.31/1.00 vMB 24
330,908 330,908 00000000000000000def86d93b4a9979b25141aaf3689e581d7d63c27d8e9b71 45 0.02/1.00 vMB 24
330,907 330,907 000000000000000009d4139a2a62624b319f7fd8fb0a53f75d6042dcde247332 1,231 0.77/1.00 vMB 25
330,906 330,906 00000000000000001a88792089fa62d15ac3bf9abccb8ef8b3898bf9257cb9fc 1,009 0.56/1.00 vMB 27
330,905 330,905 00000000000000001afa42f605627a2a3536c60223f90650f91241d1cc145554 1,075 0.60/1.00 vMB 23
330,904 330,904 000000000000000009a6c14e247794ed5db7ff8024117c476c433e051681736c 125 0.05/1.00 vMB 11
330,903 330,903 00000000000000000bb514d8ea1f9225ee1ac25f01c218a128b703c558a35497 1,990 1.00/1.00 vMB 30
330,902 330,902 00000000000000000f3f0cfd60fc41cab6f04a17af00a3a9e6d420bfe7238c10 1,365 0.68/1.00 vMB 27
330,901 330,901 0000000000000000102d16edc7a4dd2969798f9d063cc39b47ce95b7fdfc340f 761 0.39/1.00 vMB 25
330,900 330,900 000000000000000004b1fc128a5c762ff3c9fef17eea1cfba6d1d088ca570940 639 0.35/1.00 vMB 28
330,899 330,899 00000000000000000e038b25e5cd51d2470c9197521092bff3ca78b1b7a4e376 1,082 0.56/1.00 vMB 27
330,898 330,898 000000000000000005f699b27a73dc69f386f08c1911e64d5fe77aca2ecfaf2c 347 0.23/1.00 vMB 22
330,897 330,897 000000000000000009a77e83a07d308ad36ee62d67e097efcf02d743889730dc 87 0.06/1.00 vMB 19
330,896 330,896 000000000000000001a52dc4d1eaf616e6ff9534b4390872cdfb797ffff69733 197 0.10/1.00 vMB 20
330,895 330,895 00000000000000001549d535bd69cfd195100065bfecf6c2736db859305bb1c1 808 0.35/1.00 vMB 32
330,894 330,894 00000000000000000e780bd171c6d9aa7d4af57886394b589a577d3954cd2b83 729 0.53/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.38 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.