Loading Tool

Explorer IconExplorer

Memory Pool

80,506 transactions
30.12 vMB
0.14007520 BTC
Random Selection Loading Transactions
Max Size: 181.88/200 MB

Candidate Block

Mining Attempt 818e0f42512cc02306287001b0747100e4d73c59ba025fc47a65ebd2b369f5f1
Version 20000000
Previous Block 00000000000000000000997246e0ea341cc7494c99602e9246f1c08e494865a8
Merkle Root 07bad75e03f047465a6d171154cabc7225c1e18b1811194bfdd5eacaba3a894a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,854
Size: 1.00 vMB
Total Fees: 0.06875897 BTC
Feerates: 101.64 > 6.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,140 (906,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
8,599 8,599 0000000049819c3168a4ef325de04fe528114a5ecca846549a643d8a8a74c383 1 0.00/1.00 vMB 0
8,598 8,598 0000000063711ec944b72f90125bed39f840752b394b42d95ccba0cf0a61dcd7 1 0.00/1.00 vMB 0
8,597 8,597 000000005aa8a9d638da96e3718740efd14361e73beba28e0d44ba9b4757d5cc 1 0.00/1.00 vMB 0
8,596 8,596 000000004876452a113e591ba291529948560abf6c7b780bd3d539d4dc3e512a 1 0.00/1.00 vMB 0
8,595 8,595 0000000023b5d3df1c7cc06794b0a5a1389559d720112a26cc41b792ef024006 1 0.00/1.00 vMB 0
8,594 8,594 00000000384cc6240e3c6c25d4fe1a8fda50e17d40aacd54c921de954fc0b9db 1 0.00/1.00 vMB 0
8,593 8,593 00000000a1d2b05f887259a17753eea6915bcd20c83dbb1ade3d757c89fd7ac0 1 0.00/1.00 vMB 0
8,592 8,592 0000000091a5658316c76291966d496f1ac3ace20ac937ccf02459f896806031 1 0.00/1.00 vMB 0
8,591 8,591 0000000091d29877d6403e3aa31282cbd39952661ad99ecbbb484f937b387b97 1 0.00/1.00 vMB 0
8,590 8,590 000000007be7f961cd64a241a97063a57c4c5ff89a8684433c3fb581d942c604 1 0.00/1.00 vMB 0
8,589 8,589 00000000cfa69a3561611f7c31a791e8afcdb5bf965c5d4fc9b5caa8ba7bf092 1 0.00/1.00 vMB 0
8,588 8,588 00000000b319d460c761009308495de2387fedc0ad57cd9f98987ecf920bbc4f 1 0.00/1.00 vMB 0
8,587 8,587 00000000d268586c9dfc0b5777610d3cb5cbf7b62c7b6049d7744871eae645be 1 0.00/1.00 vMB 0
8,586 8,586 00000000c70c3b752e4ed753bee79e8426a3a7873b5d540538cf64fd55d60151 1 0.00/1.00 vMB 0
8,585 8,585 000000005f5b22b1c1b20e29574119e78688a9df93a9bd6c6a0b245beedec829 1 0.00/1.00 vMB 0
8,584 8,584 000000009a8465e149a54f6157f1ccfe8cc00a30adbb4ce071b8527d24e4bd9a 1 0.00/1.00 vMB 0
8,583 8,583 000000000bfbae4d9002a93fe457ba2308c4dd2c79966d0e6abe0969dee6f9ac 1 0.00/1.00 vMB 0
8,582 8,582 0000000038485cf43edc17983f88e21db0a1c0230c4295e584bcb8610f2af8c2 1 0.00/1.00 vMB 0
8,581 8,581 00000000ed64dfd40acbbe9393ead18d82c16d82894304e4c36bedec3c1c90f5 1 0.00/1.00 vMB 0
8,580 8,580 000000004b3ee920cf26d98a05f9fdb481437746313dbb71ebc82a8d2befd92b 1 0.00/1.00 vMB 0
8,579 8,579 00000000a89935b4d97faa551d7857e2be7dedce240778a90a992a4add30a7bc 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.64 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: 672.38 GB
    • Received: 16.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.