Loading Tool

Explorer IconExplorer

Memory Pool

39,342 transactions
29.43 vMB
0.08758753 BTC
Random Selection Loading Transactions
Max Size: 148.03/200 MB

Candidate Block

Mining Attempt 9537e1d7eff9ebc676fb9b7a597ee33965761004d98eebb1a9ffd6d8b26c9c86
Version 20000000
Previous Block 00000000000000000001506b941a54764348896f53a4e1b6257bc1abba2f4e73
Merkle Root cc8dc37eae99e2a0ae06d85fa222c3c8f40dbe64eaf37705cc915fd9b6509f2c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,213
Size: 1.00 vMB
Total Fees: 0.02828705 BTC
Feerates: 301.60 > 2.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,525 (831,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,020 83,020 0000000000108d62e5dcd738df40f7f2206d0ec38f38a4b52efc86fa9c4dd5d1 3 0.00/1.00 vMB 0
83,019 83,019 000000000001fa52771953452fc0cdfbbd32edff1924aa8e9f7b8add0e8b019a 1 0.00/1.00 vMB 0
83,018 83,018 00000000002bba570c3fbc62f77f54685b7011bfa202a086d4005131cc0ceed6 225 0.06/1.00 vMB 926
83,017 83,017 00000000001a364e32f7874276ed93730b9c344b5ab59f6eb4f000f107484fb7 1 0.00/1.00 vMB 0
83,016 83,016 00000000002c67a7198b32b8cf919679847bb47957a91662e1323d5290a40007 1 0.00/1.00 vMB 0
83,015 83,015 00000000002684869335ccf43fe5c1428a02fc49d35578b3d69beab70f8e3128 2 0.00/1.00 vMB 0
83,014 83,014 00000000000e83eb538595cd126609ee64e4657af9088294ff78d7207d78039d 2 0.00/1.00 vMB 0
83,013 83,013 00000000000081f61e2279176546707fd4dd18d65ee5243822007a2b56b39ee9 1 0.00/1.00 vMB 0
83,012 83,012 000000000015d85d5cf1ab64e540ca7a8cfe31a2c1ca120cf5f914e9ca95c7df 2 0.00/1.00 vMB 0
83,011 83,011 00000000000473aaf4e8508c9f75787d281c693c9ef9c98c0537ebbf83e9fa5c 1 0.00/1.00 vMB 0
83,010 83,010 0000000000223956a90c2bc213c8e1d8e51a6dca90a6ced08141f35bf0878bf5 1 0.00/1.00 vMB 0
83,009 83,009 00000000001fd77ebadf0eebae1b6261c9c5a21f40e10ee31c728b6f381872a5 1 0.00/1.00 vMB 0
83,008 83,008 000000000030260009740d31a8bf277fec82f07b481cc16ee5b44435abaca348 1 0.00/1.00 vMB 0
83,007 83,007 0000000000138c72e51cbc016e569e1ee4f473c9962f1b86cf6e0df1029e9143 1 0.00/1.00 vMB 0
83,006 83,006 00000000000c45a74df5c39f8987d0de25a28653eda1284c763e8f24a6fdfbaa 1 0.00/1.00 vMB 0
83,005 83,005 00000000002491e8ba5e678ec63cc486a77c3a734a6906b485428dabdfca336f 1 0.00/1.00 vMB 0
83,004 83,004 000000000019dc96e2fb39e175bb142bdabf137e8e0d21f334bd1722f9c42678 1 0.00/1.00 vMB 0
83,003 83,003 00000000001e7bfbd214ef4cd938f7de1ad9b697f3edeb7c1eaaffda83ceafad 2 0.00/1.00 vMB 0
83,002 83,002 000000000026fcddd4a072dcb9a513a87043747ffeec1e24520e9f064df5d41b 1 0.00/1.00 vMB 0
83,001 83,001 00000000001725dca5a5a05c07c3cf42b8dc84b5d53a514a2ec451e3f985cc69 4 0.00/1.00 vMB 0
83,000 83,000 0000000000230ee9fb4cf0933aba6c94e9c425636fe67c28366abcd8bd48b734 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 620.80 GB
    • Received: 11.22 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.