Loading Tool

Explorer IconExplorer

Memory Pool

74,886 transactions
27.79 vMB
0.07564347 BTC
Random Selection Loading Transactions
Max Size: 169.08/200 MB

Candidate Block

Mining Attempt 8ee1b8caf672d6c07f731a78d84d81154bcae8dcd6c403485678f9dca38e1f65
Version 20000000
Previous Block 00000000000000000000333bb349bd4a528f0e80d3cc81bd16791bcab0dd2b8e
Merkle Root e65b0971ed96ba49d29aed1375aeacc3ae80f6bdb541a86904a75e186cf052a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,111
Size: 1.00 vMB
Total Fees: 0.01615431 BTC
Feerates: 71.37 > 1.62 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,254 (560,975 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
354,279 354,279 0000000000000000050148f29f7c9eb6f3b24ae971b49fdc63c2830189b09af6 1,142 0.61/1.00 vMB 26
354,278 354,278 00000000000000000cb369e8062e1ab1eefa7b53e0577aac247ed2e9f466e38f 132 0.08/1.00 vMB 23
354,277 354,277 000000000000000015d5ecf26af1e9507fe9eef9062d9da43911acaa38d35a40 509 0.27/1.00 vMB 20
354,276 354,276 000000000000000014cfcee3937d2a25ade718c37330d8d1b5e6f4260695239f 152 0.28/1.00 vMB 11
354,275 354,275 000000000000000012f7fec1ba6b7b14789962e682f4311481d906b2612f7188 1,459 0.90/1.00 vMB 23
354,274 354,274 00000000000000000326b4cc2073cbedbac25c476a92630be5fc458932e9dbb4 2,559 1.00/1.00 vMB 34
354,273 354,273 0000000000000000082a438f0aed4c40fd294203c192da3b16de56bfa0df2468 258 0.11/1.00 vMB 20
354,272 354,272 00000000000000001168891884c9bd9def19841e098cce6f059780e35a82ce6e 1,479 0.66/1.00 vMB 29
354,271 354,271 00000000000000000db9fe06f1717677e05ddbdb23ee936ac07158cdb22340f6 120 0.10/1.00 vMB 6
354,270 354,270 0000000000000000118e4619a4ddbe4036a897c5a8ef4c0087d45ecf7e3ecd32 911 0.56/1.00 vMB 22
354,269 354,269 00000000000000000dc89b55d6f32f0db4d44197aa5b1155eb748825640ca983 1,344 0.70/1.00 vMB 26
354,268 354,268 000000000000000001ed9756fda665d3c22ae6288e40c09d4bcf82ca4ee46cc3 1,135 0.49/1.00 vMB 30
354,267 354,267 000000000000000000c4a6570d47f39dd7ce11d65a2a194d0fdcd8ce4f9b0aa9 470 0.26/1.00 vMB 10
354,266 354,266 000000000000000008222bbae29342db27cb915630c9cdf34e2ce5076feaf2ad 2,256 1.00/1.00 vMB 31
354,265 354,265 000000000000000009ede98271879c169fd6fbadffcb92d98022e83f364078a0 1,672 1.00/1.00 vMB 24
354,264 354,264 000000000000000001a784dfa7e1f7dae0bebb582d59f179a35e6251ba5b305c 2,170 0.75/1.00 vMB 38
354,263 354,263 000000000000000012da4f0b22ae6eeeb2c454081ffe3d47e2920c06181a6f0c 535 0.28/1.00 vMB 21
354,262 354,262 000000000000000004d9678eee3359657e127a55dbd7eab9b94f54c41a199960 303 0.16/1.00 vMB 22
354,261 354,261 000000000000000009f8023771f4ae9edebd74ec4d0782aeffb33f5e8f50787f 1,206 0.75/1.00 vMB 25
354,260 354,260 00000000000000000c531caf38e99c5467759ad7e8394cb9e86a32147720a8b8 1,734 0.75/1.00 vMB 33
354,259 354,259 00000000000000000abe626b3c3b47043615e09778f483b7dcbb601fb2738fcd 250 0.18/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.83 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: 711.78 GB
    • Received: 17.12 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.