Loading Tool

Explorer IconExplorer

Memory Pool

41,300 transactions
26.64 vMB
0.06205739 BTC
Random Selection Loading Transactions
Max Size: 139.13/200 MB

Candidate Block

Mining Attempt d16d55fd81702ec58ba224711dd6db02849ad533c2f9964ad18c2cbb611b1b33
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root f16112ed3dbc5678dd5bb861bafb88d4abe20e3e1daed1e73fe546ac89a079fe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,026
Size: 1.00 vMB
Total Fees: 0.01286623 BTC
Feerates: 50.62 > 1.29 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (181,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
733,664 733,664 0000000000000000000204bcde13683605039b6d66d92ed85dd52d94b45b7e0b 3,226 1.00/1.00 vMB 9
733,663 733,663 00000000000000000007be73a25f31b5bd6442948d790407e3b07bc526e8517f 3,350 1.00/1.00 vMB 21
733,662 733,662 00000000000000000004cf982d17a1a58e78a8b7be0b6c7ff31205c365317b30 2,174 1.00/1.00 vMB 6
733,661 733,661 00000000000000000008710aecb2c48e1999355f72dba2b32ea6c97bb217ce46 2,808 1.00/1.00 vMB 12
733,660 733,660 00000000000000000005b9bd6b3e78e73cbec9110abf452d4f6f04650cf0898f 1,430 1.00/1.00 vMB 5
733,659 733,659 00000000000000000003f1bceca5113692e355a9ed70169ed567aebb9d86f2e2 2,477 1.00/1.00 vMB 8
733,658 733,658 000000000000000000057a0c2d4daedfd080ea7bb47d9c1b3d1d2bdf0aca0952 3,025 1.00/1.00 vMB 8
733,657 733,657 0000000000000000000384eeb7432a64cbfb0986db494e1e6892734f976c962f 2,259 1.00/1.00 vMB 4
733,656 733,656 000000000000000000081eee4e65710c28613eca10c488c059424d3b796207ce 1,317 1.00/1.00 vMB 9
733,655 733,655 00000000000000000001ea9a819bb6e1a851edd9ae0ba584b89f50b7c49a40c7 2,360 1.00/1.00 vMB 5
733,654 733,654 000000000000000000012d30bb56984ad2355cabc6b6007f733e9573a7f81625 2,057 1.00/1.00 vMB 11
733,653 733,653 00000000000000000007893dcc97d95a7701558f23b8db112bee71990f1c25a8 1,591 1.00/1.00 vMB 5
733,652 733,652 00000000000000000002c701f6621b505d4f116ae567ba6783ed1db311502667 2,899 1.00/1.00 vMB 10
733,651 733,651 000000000000000000040440b6a14c46c065608f5e45c88696c4d42d1d5071e5 2,674 1.00/1.00 vMB 15
733,650 733,650 0000000000000000000052f9a906f9f0be32885d8102c65fecd57156cebe8391 1 0.00/1.00 vMB 0
733,649 733,649 0000000000000000000069e7699c3f305c4517df6688b7d0c0d5cc42e28d361c 3,277 1.00/1.00 vMB 14
733,648 733,648 0000000000000000000639b72b30b262fef3dfe6edc1d87afdb231ae0cf1bbd3 3,610 1.00/1.00 vMB 12
733,647 733,647 000000000000000000038ea274e6a9da6ed49c30d8ae112f7959b623a1d59b47 3,311 1.00/1.00 vMB 22
733,646 733,646 00000000000000000002acac62feec2f24b1cc58413e7edd6d892a047d8277cd 2,184 0.76/1.00 vMB 4
733,645 733,645 00000000000000000004e3ff5abf63e17b9c52ba1d6fb9a10eeb780ad8142cf0 3,238 1.00/1.00 vMB 11
733,644 733,644 00000000000000000007fcaba6a22e2040493d79bde610f0c623c1860f9d0729 2,096 0.80/1.00 vMB 7
Previous 10 blocks ↓
Total Size: 782.22 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: 654.70 GB
    • Received: 14.16 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.