Loading Tool

Explorer IconExplorer

Memory Pool

81,688 transactions
30.34 vMB
0.08220995 BTC
Random Selection Loading Transactions
Max Size: 182.87/200 MB

Candidate Block

Mining Attempt 9862c692995872627d9c26cef541eb0d6dc2805e42362e7423cc0728bf6fe4d2
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root ed82fa607bf24b788edd5c122b9185d036034b084e503f8cda7110c607ea10a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,080
Size: 1.00 vMB
Total Fees: 0.01993734 BTC
Feerates: 203.60 > 2.00 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (109,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
805,603 805,603 00000000000000000001d01c16eb06aea8dab6e462ed3a50086d18f76b78e26b 2,197 1.00/1.00 vMB 22
805,602 805,602 00000000000000000002456fa4e3f66ead8b0eb75ab12d72b7fe37c58eb57672 3,348 1.00/1.00 vMB 24
805,601 805,601 000000000000000000018ded54ca0e3cdf81ffbf296071993c21d3a0258467cf 3,213 1.00/1.00 vMB 26
805,600 805,600 000000000000000000004b78c304733a6d6021d3abc827c56d1e0a909ba7b515 2,741 1.00/1.00 vMB 19
805,599 805,599 00000000000000000000edafde833430c880face2e0e6443af28f8e95451f3ee 2,694 1.00/1.00 vMB 25
805,598 805,598 00000000000000000002dd111d5fd8bdb7e95c10ef80097a2883b4f1628f394b 2,867 1.00/1.00 vMB 30
805,597 805,597 000000000000000000037b7e5f860d764b315c56b7ed6259aae462258f0319a8 2,733 1.00/1.00 vMB 21
805,596 805,596 00000000000000000003883408b2ad796a9700c073570430b6a48e0c7f0a6282 1,441 1.00/1.00 vMB 18
805,595 805,595 000000000000000000000201437b7cf8e81fcd38f83186a2a85866aad1fe2bc3 2,018 1.00/1.00 vMB 22
805,594 805,594 0000000000000000000125321fe45829c4dc00f8523a04351ccf5653d34a8205 4,088 1.00/1.00 vMB 22
805,593 805,593 000000000000000000013b45bc2ec8215f19b0b0096d3218fd97e7bb85dc49c2 3,529 1.00/1.00 vMB 20
805,592 805,592 000000000000000000031c62f147f8a4dad57200109b3bbd1e53138d887e43a4 5,430 1.00/1.00 vMB 13
805,591 805,591 000000000000000000041d2f8756768621486457f937f97277f6abac49cf2c77 2,708 1.00/1.00 vMB 20
805,590 805,590 0000000000000000000297d15987cac99fba274c80c67907db7df653dfb91c87 4,747 1.00/1.00 vMB 10
805,589 805,589 000000000000000000032cc84bfbf50a90d7c35b4fbd2939292bfd4ce16d086d 3,778 1.00/1.00 vMB 18
805,588 805,588 0000000000000000000199bf225a342e623863eecbbcb16ec9a750e32dd8eea3 3,171 1.00/1.00 vMB 21
805,587 805,587 00000000000000000002f639e12636bc051675f3d7669ddbcb0f32839f6d470b 2,937 1.00/1.00 vMB 11
805,586 805,586 00000000000000000001c9188f0de5e88be6399ccefcfb6dcf0a80d1ff2288f3 3,838 1.00/1.00 vMB 15
805,585 805,585 00000000000000000004e60c667651570f5f9b792e2cca8d1bd7f2b425d0fb1d 3,591 1.00/1.00 vMB 15
805,584 805,584 00000000000000000004a0b9b47489cd639c8696b2ec60213370fff27abc3bc4 2,267 1.00/1.00 vMB 23
805,583 805,583 000000000000000000034041b6016a1e973b80bc70d074e638e7af076c63697a 2,483 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.34 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: 661.27 GB
    • Received: 14.80 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.