Loading Tool

Explorer IconExplorer

Memory Pool

74,907 transactions
27.71 vMB
0.07684453 BTC
Random Selection Loading Transactions
Max Size: 168.66/200 MB

Candidate Block

Mining Attempt f7063c6fe54ddb4d958b89202fe0ca8164dfbf58fe5d1336f9e95c45f6a54c1f
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root cc33302dcd906d509244930fd31fea927ba2941d17ff35133dcbe148a5fed984
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,166
Size: 1.00 vMB
Total Fees: 0.01763235 BTC
Feerates: 472.31 > 1.77 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (475,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,150 440,150 000000000000000002835ce5c4f064137407894a4f99e9c7f4f4b06d445dd100 523 1.00/1.00 vMB 51
440,149 440,149 000000000000000000ff7c3b51951a4794bfdcf086639991edbc4fd253830044 1,822 1.00/1.00 vMB 62
440,148 440,148 000000000000000002623ea3b9599e8664fdee71f87d5d8c889942ad162f2a90 2,138 1.00/1.00 vMB 59
440,147 440,147 0000000000000000003cdf457ec73d6d5d82c8de1260642489aa661cfe2c6843 2,154 1.00/1.00 vMB 77
440,146 440,146 000000000000000000ac2663d759e9c22c21fb8e481cdc62ac8c809e723e72e8 1,813 1.00/1.00 vMB 72
440,145 440,145 00000000000000000302ca9e7271ebeaefeff41da06011b7b07b885bf7cb1605 2,513 1.00/1.00 vMB 61
440,144 440,144 000000000000000002a7c721f7fd050b6a9940f70528edec6e0b2ee3b3afa4cc 1,366 1.00/1.00 vMB 65
440,143 440,143 000000000000000001d6022242d35f5c8d888309db83fbac63c8014ae669af50 728 1.00/1.00 vMB 75
440,142 440,142 000000000000000003b8e0294fbe6926b88599b4616a167ae093dbd83000dad0 1,965 1.00/1.00 vMB 74
440,141 440,141 0000000000000000008a49497c435369df6045b7757c0a9aa664cc1ddcd59f7f 2,470 1.00/1.00 vMB 106
440,140 440,140 0000000000000000001c50e5b79b5e4eb5c37fa74b2c3d04cc87a90a508a3bf3 1,853 0.99/1.00 vMB 96
440,139 440,139 00000000000000000150c7d90aa0827ec33ec441b2bff2c37e212f8269584831 1,360 1.00/1.00 vMB 56
440,138 440,138 000000000000000003d282ccf48dde69a0713e333ee3221de480da1109f6f4b6 1,684 1.00/1.00 vMB 69
440,137 440,137 000000000000000000832f89aac8b1f7de29ed0d50544b3118e0939050de66ea 2,048 1.00/1.00 vMB 66
440,136 440,136 0000000000000000011ed1aef89824a72f937923c3c8be135c972a6910d82b51 3,297 1.00/1.00 vMB 57
440,135 440,135 000000000000000002e7c0e52a0b151ad10b789583d5f3ab1d2fbc758b8ef198 2,534 1.00/1.00 vMB 74
440,134 440,134 0000000000000000030461202321f38aa16dba78871c228dd549034d63a42bbb 2,014 1.00/1.00 vMB 62
440,133 440,133 000000000000000000ed44c1e4ed29907407fd39d5a880d469bafc48689a0f34 1,455 0.75/1.00 vMB 54
440,132 440,132 000000000000000001b62626d10415818e3774bd82de126adfd6b5ee9bd14f93 2,335 0.99/1.00 vMB 89
440,131 440,131 000000000000000003c62ed3489cd70bfd1507799da54fbfdc7a4cd1d10f99e7 2,106 1.00/1.00 vMB 82
440,130 440,130 0000000000000000032077bb4c9c7c8d04f46873b42c2f7be4d3e9d14c2c10f8 1,715 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 782.90 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: 713.55 GB
    • Received: 17.39 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.