Loading Tool

Explorer IconExplorer

Memory Pool

37,262 transactions
26.87 vMB
0.06072887 BTC
Random Selection Loading Transactions
Max Size: 136.54/200 MB

Candidate Block

Mining Attempt 23833da7d37adb5d9eacdc294f81c94df4186618e0db0cb2c656e4df59c23fae
Version 20000000
Previous Block 00000000000000000001e4b1a4e8cb31091c99e95f3a4b20f061a795889f3d3c
Merkle Root 89732c5d367b49bb7edc167194c6ccb6832a2c9340f3b16c1375bb47de76ff45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,855
Size: 1.00 vMB
Total Fees: 0.01035301 BTC
Feerates: 74.79 > 1.04 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,650 (309,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,798 604,798 00000000000000000014393665d084e8046387c0be22a26eb9e258afbda53e19 3,080 1.00/1.00 vMB 40
604,797 604,797 0000000000000000001052c9943a4e33c599a31c678380c1303b552b92517d16 1,735 1.00/1.00 vMB 19
604,796 604,796 00000000000000000011641c2b174b735787663d199382b58ba4848eb93e1b19 2,365 1.00/1.00 vMB 20
604,795 604,795 00000000000000000014a5ab2038f8fceca438e898d79759e7c59b5779b26fa3 2,990 1.00/1.00 vMB 27
604,794 604,794 0000000000000000000e0ae6d7719280c3e1ccdbd5b20011b8eb76a1db15ec7a 2,864 1.00/1.00 vMB 25
604,793 604,793 0000000000000000000946a1f9353550c8de465f60b6c5ea8fc09bdd89e736e8 2,137 1.00/1.00 vMB 28
604,792 604,792 000000000000000000074f64864dd34aa4de9ac1de8e76d3c6c18b7cf8e87862 2,590 1.00/1.00 vMB 34
604,791 604,791 00000000000000000006b14c5674460622e30e24692f45eeeb870685c90e5262 2,576 1.00/1.00 vMB 29
604,790 604,790 000000000000000000058d4d7866102c60965f00bbe39ad309a019a86b0cc754 2,793 1.00/1.00 vMB 58
604,789 604,789 0000000000000000000845128c5c9bc3189089d36a84a9a7ec18452041d107a5 2,436 1.00/1.00 vMB 31
604,788 604,788 000000000000000000036f29d04f5a322527535b2ac00be7d3e12c66c528eddf 2,215 1.00/1.00 vMB 25
604,787 604,787 000000000000000000020e0cbddd1f9daa6b0f5d403936f965b1322e11a17c00 1,920 1.00/1.00 vMB 21
604,786 604,786 000000000000000000090d52f2afd313ba44618ff230310f16ba1f20569643b4 2,566 1.00/1.00 vMB 32
604,785 604,785 00000000000000000015b3cd13003e62f9dfa90a0d2d8f15dfa73aff16aced1c 3,059 1.00/1.00 vMB 47
604,784 604,784 0000000000000000000209e98ce27681463540706c265d3d52000f8e3e03ce82 2,796 1.00/1.00 vMB 42
604,783 604,783 0000000000000000000c3e820977110ce13c804f22f2c694d8b012782782f72b 2,506 1.00/1.00 vMB 39
604,782 604,782 0000000000000000001409a4136f4977e88e43276cc536adbf61b355b9c29f6e 1,860 1.00/1.00 vMB 21
604,781 604,781 00000000000000000003dce7e75e69ce59bbaeab620b9dd4f433ec2c67015920 2,736 1.00/1.00 vMB 22
604,780 604,780 00000000000000000000ef5eeed5752067bf7c70f46c768b1c15a3faec78bc2c 1,996 1.00/1.00 vMB 45
604,779 604,779 00000000000000000015b198d6ee1037c88e3bfb59c5c646b7a2df5824b21b0d 1,929 1.00/1.00 vMB 31
604,778 604,778 00000000000000000001efcbef29cb23678ad2dd0d1bf1ea4ad78e5995c485b2 2,876 1.00/1.00 vMB 33
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.