Loading Tool

Explorer IconExplorer

Memory Pool

81,823 transactions
30.46 vMB
0.07906238 BTC
Random Selection Loading Transactions
Max Size: 186.75/200 MB

Candidate Block

Mining Attempt 7a3527b06f1821856d1a19f99857f62cc768fa6d0a4416b3207f20cb28e01dc2
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 9b7da4cbddf3b036d9e82d66904f04aeb63b99a9caac4692ddc8599b5b1e6f3c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,311
Size: 1.00 vMB
Total Fees: 0.01120959 BTC
Feerates: 150.77 > 1.12 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (203,492 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
711,837 711,837 00000000000000000007c517793b406ad875eb374ede035c93747a0677b13280 2,921 1.00/1.00 vMB 11
711,836 711,836 00000000000000000006d65ea1b93c3c0d0f40716bda1bd8640ef89249c7c39f 2,979 1.00/1.00 vMB 8
711,835 711,835 00000000000000000009fe74ada4d08cddeff6fd8ac9ae9635d16faab368c698 3,773 1.00/1.00 vMB 3
711,834 711,834 000000000000000000015b247336cdf39d2f39315e5be245d15a5e6904589873 3,644 1.00/1.00 vMB 9
711,833 711,833 0000000000000000000063f411f41f1f027d171ca8e8ab5211126474ecd4fe5d 3,054 1.00/1.00 vMB 6
711,832 711,832 00000000000000000003a866264c45840f6c8226758d2989f4497eae516149b0 3,435 1.00/1.00 vMB 17
711,831 711,831 000000000000000000038ff8d484e366993ffe313df74ea3bd4117a614a6d43b 3,357 1.00/1.00 vMB 4
711,830 711,830 000000000000000000098076b42f5333051673c05e863234caab200f7855d79b 2,894 1.00/1.00 vMB 7
711,829 711,829 00000000000000000005e26d3f518c78568b11baa0afb8379c274f93f5f8107c 3,000 1.00/1.00 vMB 22
711,828 711,828 00000000000000000002a161225210254044d8ba7e8040f17aefdab9bff153d9 2,671 1.00/1.00 vMB 20
711,827 711,827 0000000000000000000bbff349b7dbaec327d2a7250b042be7eded98d6a6b1f2 3,257 1.00/1.00 vMB 16
711,826 711,826 00000000000000000001ac8bbcd7cdcec3e3391f76fba95bfcfea1691590b4c4 3,417 1.00/1.00 vMB 10
711,825 711,825 0000000000000000000942b6b36c2478936ac29a24e2d6101dd9394187ffc9e4 3,005 1.00/1.00 vMB 33
711,824 711,824 00000000000000000003254a0ba85e3f61cf005ac22dbd16bdbc4778c8ac6be0 2,778 1.00/1.00 vMB 9
711,823 711,823 00000000000000000008f4ff0840cc7306c362e334b8defdf7ba746f8a45f473 3,262 1.00/1.00 vMB 19
711,822 711,822 00000000000000000001a95006e359de762b780b918a76dd0ab772dfcbdb371b 2,448 1.00/1.00 vMB 15
711,821 711,821 00000000000000000005d6319f73729dff89bcb08a756d6dfcb4f667abd3159e 3,101 1.00/1.00 vMB 31
711,820 711,820 0000000000000000000060114583c7300703f8d0b580a4f99bbf058ad92d1ac6 2,522 0.99/1.00 vMB 3
711,819 711,819 0000000000000000000255b638b0d33ff637353f561fcb7ea63d3dd5fa174cd7 3,500 1.00/1.00 vMB 15
711,818 711,818 0000000000000000000ae0bfe68b77f62c91275c037393ba7ea5b6d8365ec39d 2,368 1.00/1.00 vMB 9
711,817 711,817 000000000000000000017964380f6fc6ef467edc0bff72858b4afd68e0f2293f 1,965 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 715.35 GB
    • Received: 17.72 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.