Loading Tool

Explorer IconExplorer

Memory Pool

42,829 transactions
29.12 vMB
0.07663013 BTC
Random Selection Loading Transactions
Max Size: 149.77/200 MB

Candidate Block

Mining Attempt beb4f896a08e6b1ce490aa702a1a0da303b908bf9a18d443da67618298e39809
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root f1888a874e6f44bd4a3d8c621242c3b647bb018ac6e4c62d6aadc10c79ee94e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,780
Size: 1.00 vMB
Total Fees: 0.01966058 BTC
Feerates: 150.75 > 1.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (162,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
751,754 751,754 00000000000000000005a5b57b98eae29da6bc20e247ee75c34d72a7e745c5f4 690 0.63/1.00 vMB 1
751,753 751,753 0000000000000000000603e23173002ad5989282e4a8e0604f94ddcc3d0e6643 1,129 1.00/1.00 vMB 3
751,752 751,752 000000000000000000062a351fa538152b80fdbe3e46c14ea4f0e1c2b1ca1155 3,221 1.00/1.00 vMB 16
751,751 751,751 00000000000000000001bb4774879e9495eb5fff173301572d4b972d311a8742 1,345 1.00/1.00 vMB 5
751,750 751,750 00000000000000000007d4f12c14f24c3ff024ba3f5010bfcdb9cae630be9bd7 2,895 1.00/1.00 vMB 12
751,749 751,749 00000000000000000001af65aedcc778db11d61feea41b4b3852cd0900c76ba3 317 1.00/1.00 vMB 1
751,748 751,748 00000000000000000001ae972b1666a7a32c4d0a9d5d26c44ddb8d40afc3b529 1,695 1.00/1.00 vMB 2
751,747 751,747 00000000000000000005b2ed4d4a8a842658834554c89f55cb67cc05d02bef89 2,297 1.00/1.00 vMB 4
751,746 751,746 000000000000000000003e381acba8ddf4462b3575e509609cbbd8ddeaad42ca 1,912 1.00/1.00 vMB 8
751,745 751,745 00000000000000000005ccf22a2505d5a98e49187fb4da4d2bfb8eab88e2df1d 2,612 1.00/1.00 vMB 6
751,744 751,744 00000000000000000007125a37655250b6ed17b08609dfb39fc93f7b49d26ad0 3,586 1.00/1.00 vMB 13
751,743 751,743 00000000000000000008794a17db1b7eef44d72e7b4be96da50042d29d8ca07e 2,241 1.00/1.00 vMB 14
751,742 751,742 00000000000000000004a823681f503342c60960f64f76eabd699cb3b9066fed 3,489 1.00/1.00 vMB 21
751,741 751,741 000000000000000000079b7da5cea599464404dbe339759919e00b48f15f8290 1,530 1.00/1.00 vMB 16
751,740 751,740 00000000000000000009a2d2e546864606ec308fb651cbb82aaf67a801f43a61 2,856 1.00/1.00 vMB 8
751,739 751,739 0000000000000000000362125f7556cac7987b4cd795272f9048284a3ecdbb33 3,270 1.00/1.00 vMB 5
751,738 751,738 000000000000000000018e1d5f2cc90d51ebedc50f156cb68a41c367730cbf40 1,538 1.00/1.00 vMB 12
751,737 751,737 000000000000000000050a0e1554b677a7d6e0a2892d5ac15897dd410cabefcf 1,607 1.00/1.00 vMB 15
751,736 751,736 00000000000000000000087e8c8b31b9301b265e20892b9d09f7f68469b9554f 2,500 1.00/1.00 vMB 9
751,735 751,735 0000000000000000000346ba94f24ec17e0790968b47552710f5def5db9ea3ad 3,491 1.00/1.00 vMB 10
751,734 751,734 000000000000000000046af1036e94cf62716b36497e458ebf51c67645817441 2,280 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 781.70 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: 629.18 GB
    • Received: 11.88 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.