Loading Tool

Explorer IconExplorer

Memory Pool

41,748 transactions
27.58 vMB
0.06994785 BTC
Random Selection Loading Transactions
Max Size: 142.67/200 MB

Candidate Block

Mining Attempt 1640b9805d1d9a66f6da96f7fdf2b542083dc94ecf7260f706124f3fb0a76f2d
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 8f7e8e206e88554698c06c2ef2d2bed58c13db5f6cf108720f699cf8352a14f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,627
Size: 1.00 vMB
Total Fees: 0.01563591 BTC
Feerates: 100.53 > 1.57 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (329,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
584,829 584,829 00000000000000000002a57ac126fecad826208fe32ec138b29056fddb22d1f0 2,180 1.00/1.00 vMB 34
584,828 584,828 00000000000000000004c7a4d6eb0047841d2d52cf585157b5af1c245fa6cf56 2,395 1.00/1.00 vMB 58
584,827 584,827 0000000000000000000fb183a24f7691b0b7088824ca7bf18f0c53ee0963d6f8 2,563 1.00/1.00 vMB 79
584,826 584,826 0000000000000000000058e096ed3a658208a42ae4a1c7bd4dcbace03546528d 2,121 1.00/1.00 vMB 45
584,825 584,825 000000000000000000152865aee5cf5b0115e9bc93f70119496d970a85c6446e 2,541 1.00/1.00 vMB 74
584,824 584,824 0000000000000000000ccfa71a7538d2cb5b9c38d70efe805598eba92b5610bd 1,944 1.00/1.00 vMB 73
584,823 584,823 0000000000000000000bcaab6fc0a1b461c32adf84789bec6671905f828a475c 2,109 1.00/1.00 vMB 54
584,822 584,822 00000000000000000017ee400fb59648ced24c99e55a6d7047bba8298ab24ab6 2,349 1.00/1.00 vMB 69
584,821 584,821 0000000000000000001a3f168bcde99231ea7656ccd17de715bb5af310c4a13a 1,939 1.00/1.00 vMB 65
584,820 584,820 0000000000000000001dea7ae36014923736a26029fca5214c809275a5abe3bc 2,924 1.00/1.00 vMB 69
584,819 584,819 0000000000000000001767272f1b57a5ab1e2a146d67e1489f7dc80c48a4853a 2,537 1.00/1.00 vMB 96
584,818 584,818 0000000000000000001e78f858f267a489682b826d24bfe5ab83d2baeae158bf 2,159 1.00/1.00 vMB 63
584,817 584,817 0000000000000000000912f4a713fdc7e0a9ed8c2048a71a0062cfe460b87bb8 2,746 1.00/1.00 vMB 75
584,816 584,816 00000000000000000001b227a687b39c794064903cce92dc5c6d92a0166a5aaa 1,809 1.00/1.00 vMB 91
584,815 584,815 00000000000000000019a9ffd838727f64c79cb7c5237ca119d4e128b2977002 2,812 1.00/1.00 vMB 86
584,814 584,814 000000000000000000056a2eba85c6d7efe5e2ceb58000c6d3a9450301b0b07e 2,973 1.00/1.00 vMB 83
584,813 584,813 0000000000000000000d33df4a5f4932ce0bf97852543068e13d6696239dee2b 2,868 1.00/1.00 vMB 99
584,812 584,812 00000000000000000003d533feb6f5e7b9985cd86e221442f566927fd5a9bef2 2,667 1.00/1.00 vMB 64
584,811 584,811 000000000000000000164f4befcf6a5346815178a9644b10a9e3d8564e98f22a 2,736 1.00/1.00 vMB 89
584,810 584,810 0000000000000000000f8313df164f22f5836332bbf4e083753b7df83aa4f380 2,710 1.00/1.00 vMB 60
584,809 584,809 0000000000000000000e00222d9722a0c4debaedec02242a146ce0ed719dc4f6 2,650 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 633.88 GB
    • Received: 12.23 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.