Loading Tool

Explorer IconExplorer

Memory Pool

37,310 transactions
26.88 vMB
0.06089097 BTC
Random Selection Loading Transactions
Max Size: 136.60/200 MB

Candidate Block

Mining Attempt bbc7de597b9c49f52b22382bce757369e5864d886971f63990b3b453bd35c743
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root aa1f236ae71454a4d964d580cb0edc0bfaf5410fa77886d18fab9787fe511ba4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,847
Size: 1.00 vMB
Total Fees: 0.01044581 BTC
Feerates: 74.79 > 1.05 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (420,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,669 493,669 0000000000000000003bc5cc61ffa5181fa2cb45332a156b1f17b46d7a91e552 2,796 1.00/1.00 vMB 247
493,668 493,668 0000000000000000003e71811016751ea6b6d828734b22d65fcefff43cafa0a0 2,349 1.00/1.00 vMB 251
493,667 493,667 00000000000000000063f770ed434d1d3855658bb514e692ef92e13d5f820cda 2,012 1.00/1.00 vMB 240
493,666 493,666 00000000000000000000f52acbfc19613985e650afbb17f27ab3d524eb25468b 2,457 0.94/1.00 vMB 304
493,665 493,665 0000000000000000003186f6089b4b5b890c11df1f7fce64ec5f26ad43592f16 2,455 1.00/1.00 vMB 309
493,664 493,664 00000000000000000077b6d24c51c9f19139abc1b80d31626598f67c7631f7b9 2,635 1.00/1.00 vMB 277
493,663 493,663 00000000000000000015abd52b6de6aa8f32f1e15b53f7e99d535b74989dc98f 2,896 1.00/1.00 vMB 287
493,662 493,662 000000000000000000012dd8879d2006c07bdabbafbb1c00ee8405eadafcb666 2,406 1.00/1.00 vMB 259
493,661 493,661 0000000000000000009a0eebf67aeae3ddaed04cb10308497d0ccd3cda8b9df8 2,668 1.00/1.00 vMB 299
493,660 493,660 0000000000000000001196f5816e1c07d6ff84dec30b13af394fb0307d128a8f 2,596 1.00/1.00 vMB 297
493,659 493,659 000000000000000000b7a68731bf3cd4635b6db27abc0aae3b92e2c6a15f05e3 2,614 1.00/1.00 vMB 278
493,658 493,658 000000000000000000ae7177961596f9a991aee0d959f5455b0796d2d9686dd4 2,673 1.00/1.00 vMB 283
493,657 493,657 000000000000000000c0a2fe1505f9da405d62e289aa2b49d1ae82233905f5ff 2,169 1.00/1.00 vMB 297
493,656 493,656 0000000000000000008795b13e8b0f36c17e4067fad756e3768cbd9574f15d2e 2,578 1.00/1.00 vMB 329
493,655 493,655 0000000000000000009a5890a17e62d5960436ac70b9b92e6af6b79831a804ba 2,325 1.00/1.00 vMB 133
493,654 493,654 000000000000000000858e4a521e60cabb0213c7ef5c00e27334edb1fc63ac29 2,087 1.00/1.00 vMB 225
493,653 493,653 00000000000000000054595b774f120ee34d7c7e96285755202bc8a1f8f308f4 3,027 1.00/1.00 vMB 302
493,652 493,652 000000000000000000641922ee7e14be60f504ffb6ffe438f0b82f4d9522f022 2,435 1.00/1.00 vMB 275
493,651 493,651 00000000000000000057875b9190d9c8c6d192eb18265c8072922e292343db09 2,631 1.00/1.00 vMB 263
493,650 493,650 0000000000000000005d0c1fcdfeb6e24a8f60a5bd2c4814669102cdfefb0127 2,082 1.00/1.00 vMB 186
493,649 493,649 00000000000000000005ddaf50992b71a8a71e458ab83dd18634b57b62b4bb32 1,719 1.00/1.00 vMB 146
Previous 10 blocks ↓
Total Size: 781.77 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: 632.77 GB
    • Received: 12.15 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.