Loading Tool

Explorer IconExplorer

Memory Pool

81,650 transactions
30.06 vMB
0.09424490 BTC
Random Selection Loading Transactions
Max Size: 181.46/200 MB

Candidate Block

Mining Attempt 9ed9821a812c8f5c8594191d25cb1f16db5e2c68ce97cc5e8f209d555cd7cd25
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root f904dd80b18d7d4b82e1cdfc257e5db22677a2ae690bdf50f5353c985ddc7e1f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,049
Size: 1.00 vMB
Total Fees: 0.03274711 BTC
Feerates: 526.32 > 3.28 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (325,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,934 589,934 00000000000000000004093765f1e649f8e7f86affc8f723bd24dcc926228075 2,748 1.00/1.00 vMB 88
589,933 589,933 0000000000000000000cfa9bb12d84fc5794d5df7efa8f7a093c16f4c71e8973 2,895 1.00/1.00 vMB 40
589,932 589,932 00000000000000000015855b009892c31429a8b6800a0084c4907ba4c5567dc6 1 0.00/1.00 vMB 0
589,931 589,931 00000000000000000000d8fb4fa6317c55be8164c0f079578e78a2d60cb00f75 3,131 1.00/1.00 vMB 36
589,930 589,930 000000000000000000088fd90ba37236579a679c742d57b01a9dc99a0b749e2b 3,017 1.00/1.00 vMB 63
589,929 589,929 000000000000000000113afa74f88752b17030451a8dfd21f4da6aecca2a1dbd 2,797 1.00/1.00 vMB 59
589,928 589,928 00000000000000000010046aaa981d4067a78a1c1db95e460350ae1baa008e7b 2,718 1.00/1.00 vMB 58
589,927 589,927 00000000000000000016b091f366df6b96e337a1e2d86ebaf1d787185fb2775f 3,024 1.00/1.00 vMB 47
589,926 589,926 00000000000000000001f5b0660e46aeee96d7514ecc6766b7d4e703ea29d274 2,688 1.00/1.00 vMB 79
589,925 589,925 000000000000000000065094cb6f219935a25f628f69c9e69050fb865efb2a05 2,689 1.00/1.00 vMB 54
589,924 589,924 0000000000000000000d918e3a7322df93b6f6ea1dadbf22d3443ddd838b77e0 3,284 1.00/1.00 vMB 76
589,923 589,923 0000000000000000000bf4b1bf8242bab4b3f12e463dea5cf08a7f4f6c0b42cb 2,987 1.00/1.00 vMB 83
589,922 589,922 0000000000000000000c7d4bbacb30ac3907a341e83f8054fe8af4069998fe2b 2,426 1.00/1.00 vMB 46
589,921 589,921 000000000000000000120203f8e85130e046c39d04d4017280d79e348513e1f3 2,494 1.00/1.00 vMB 62
589,920 589,920 0000000000000000001993d882ccc82c7e1806c874b9310436f53dbae4426ce4 2,807 1.00/1.00 vMB 82
589,919 589,919 000000000000000000149b18e74316248d106e42ca410f509305ae58ccda6b13 2,281 1.00/1.00 vMB 53
589,918 589,918 000000000000000000103f9da4ec19a23ec42ca7628975c31b2bc842be7b12a3 3,010 1.00/1.00 vMB 82
589,917 589,917 000000000000000000025f0c5f7d39bdb797049f39e93f25aece5bf1a93e7550 2,807 1.00/1.00 vMB 41
589,916 589,916 0000000000000000001397994acad00241946b6158b96713cafaaac9a39f2718 1,684 0.61/1.00 vMB 24
589,915 589,915 0000000000000000001330c87dc6db1070fdacec3a49f31f1cde4dcee128fd40 2,787 1.00/1.00 vMB 41
589,914 589,914 0000000000000000000b64267385b2c9992e0a3efd59c67aff9b9b4875ec9e70 1,261 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.72 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.