Loading Tool

Explorer IconExplorer

Memory Pool

78,468 transactions
28.83 vMB
0.10854195 BTC
Random Selection Loading Transactions
Max Size: 175.05/200 MB

Candidate Block

Mining Attempt ef7f59527d12186547c24b2136e556097ee3411984095e204b6064eb085aed93
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 58896030016a4030a8074e4103ef46a3f1dc1691167708e1546c208493afebab
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,095
Size: 1.00 vMB
Total Fees: 0.03842961 BTC
Feerates: 602.26 > 3.85 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (435,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,586 479,586 0000000000000000006e28fe7d7ccc7dfe10ead74b16eef9021fa38fcf62693c 1,555 1.00/1.00 vMB 78
479,585 479,585 0000000000000000011cc788f6e1c69edf0ecbe9cf975f9bfe6c1490ed5cde45 1,609 1.00/1.00 vMB 56
479,584 479,584 0000000000000000000788f7822a2e3c1451d65de8a6e62af3e77e78fdcc6ebc 1,204 1.00/1.00 vMB 93
479,583 479,583 000000000000000000f8528c5e2a4c74abf2ade20ed945f98d78b8e8777d0d0d 1,038 1.00/1.00 vMB 134
479,582 479,582 000000000000000000fac7e10da66c430c3ca48caa125e65f7a127f82db3f072 963 1.00/1.00 vMB 154
479,581 479,581 000000000000000000f2dc5314dde85d9879b5286ee0a87b5ffe4638774d77b1 2,014 1.00/1.00 vMB 56
479,580 479,580 0000000000000000005bf5f96f52fbc2930ed6aa5b30401366ceb3c3f6d46854 1,297 1.00/1.00 vMB 66
479,579 479,579 0000000000000000003d71ae51c7092573b3ec44480d508555860418c6fbcc17 1,510 1.00/1.00 vMB 89
479,578 479,578 00000000000000000146a182695a47b1fdd2e9608b986e56f5b5fead06ec7a33 1,876 1.00/1.00 vMB 80
479,577 479,577 00000000000000000121dfef3173668aa85e0d86ff8a027a87658e4f0c721ea5 1,106 1.00/1.00 vMB 71
479,576 479,576 0000000000000000000ace79ea465a6a49522da92676774e8f2c0cfa906f5737 1,755 1.00/1.00 vMB 89
479,575 479,575 0000000000000000005e4abc893ccbd3fa9ffe74ef4dbb073aabb286e021202a 1,860 1.00/1.00 vMB 105
479,574 479,574 00000000000000000087c98c412749ebad79058ba5c1b0cd18ced2dc1e1f39fe 1,899 0.99/1.00 vMB 108
479,573 479,573 000000000000000000c56152e887ffa32a1ab26c693785229153a267df86a44a 2,441 1.00/1.00 vMB 106
479,572 479,572 000000000000000000fe20a2d057e2208cb930b7182d2cb29b6998ec0af3cc49 1,470 1.00/1.00 vMB 125
479,571 479,571 000000000000000000b7ebb33e5aff8722ae494f382a2512e3c4e7a50225ca08 1,338 0.99/1.00 vMB 120
479,570 479,570 00000000000000000108505ec24d3e47461499deec34d1d09cdf4c2c6d8a66d5 1,607 0.75/1.00 vMB 159
479,569 479,569 0000000000000000007871c0667f34384d1fe484101f394d6fe3a419504d9e57 2,567 1.00/1.00 vMB 132
479,568 479,568 000000000000000000006391fc92152d1540747bd9c0d3dfe4018f846230f895 1,202 1.00/1.00 vMB 138
479,567 479,567 000000000000000000eada02c01b592d4581fac647256e1ffbe0e16c82c80dd1 2,621 1.00/1.00 vMB 170
479,566 479,566 000000000000000000e64fdb55495ae635af9c909b0d9b6461aa6f08645399ad 2,456 1.00/1.00 vMB 180
Previous 10 blocks ↓
Total Size: 782.92 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: 714.40 GB
    • Received: 17.53 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.