Loading Tool

Explorer IconExplorer

Memory Pool

80,339 transactions
29.88 vMB
0.09108837 BTC
Random Selection Loading Transactions
Max Size: 182.43/200 MB

Candidate Block

Mining Attempt 2e8c990604e286537f7e2135c0578a78099a0dca6ef1f9a1ebc82f4eee03c74e
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 42bfdbd67b92093d6b788249b5c6e639ff2488f0be4ba254e3f29c000957b18c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,406
Size: 1.00 vMB
Total Fees: 0.02471187 BTC
Feerates: 402.60 > 2.48 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (89,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
825,987 825,987 000000000000000000037fd731ef0c49c7c9fa676ad719ed6b481f470dc2d912 5,257 1.00/1.00 vMB 93
825,986 825,986 000000000000000000013f601fbf519c641f03a101b191cf49683b45a5d9174f 4,120 1.00/1.00 vMB 98
825,985 825,985 00000000000000000003081dae1b3e1c3434705516f5399eac35b186fe814e15 5,684 1.00/1.00 vMB 85
825,984 825,984 00000000000000000000e6d1370b3b1ad83cc14c40ef69647c10ba730ce21721 4,422 1.00/1.00 vMB 76
825,983 825,983 000000000000000000019a0a6325ebaf63e57a276f4dabbfda6cdca8487cd468 3,775 1.00/1.00 vMB 113
825,982 825,982 000000000000000000032c287cc13e08aefa924b530530d88b38b659f130c24b 4,885 1.00/1.00 vMB 75
825,981 825,981 0000000000000000000297aff4d66e13f1247df6fad16ba043b770b304620577 5,390 1.00/1.00 vMB 86
825,980 825,980 00000000000000000003adbfce2930407ba85aecbb2db3ce305b373364ce9da1 3,791 1.00/1.00 vMB 102
825,979 825,979 000000000000000000028ef7062d57b33aa55988f32139c735ceed6a2ae10ff5 4,745 1.00/1.00 vMB 95
825,978 825,978 00000000000000000001fda0ea8a7e8e09191a803d254fe876b11b95dc3dd71b 3,697 1.00/1.00 vMB 90
825,977 825,977 00000000000000000000b91d6538ce2ed417c08299e7820e15d7deae80ec72b9 4,096 1.00/1.00 vMB 117
825,976 825,976 00000000000000000000e5592b2a3145fe20ee51775199643bd5a3729742046b 4,446 1.00/1.00 vMB 94
825,975 825,975 0000000000000000000052b0361251346ec8187eabffc3df0da62453b6cdf82a 4,012 1.00/1.00 vMB 119
825,974 825,974 0000000000000000000308b0c242f8be62e43e118ee878d6c4789386a1298f09 3,697 1.00/1.00 vMB 97
825,973 825,973 0000000000000000000102b7f1e1c3c2d350c51869f64b011cebb665ff0ee987 6,079 1.00/1.00 vMB 95
825,972 825,972 0000000000000000000213953be4a7c67343f0c76cfc79be9fec37d7821ac1be 4,892 1.00/1.00 vMB 117
825,971 825,971 00000000000000000003c5a2383813931c50ec5105c2efa6ad8aea9559239676 3,738 1.00/1.00 vMB 97
825,970 825,970 0000000000000000000062b22ffaa7fb61f679d564e510ad0135c97bac2c2829 4,651 1.00/1.00 vMB 119
825,969 825,969 0000000000000000000290d8d6cfeb271b9a9e8d9f0a3b8daf4fbb88b9470364 2,630 1.00/1.00 vMB 106
825,968 825,968 00000000000000000001061d11f703c6225b071d3cbee3224ab556e713d6f233 5,373 1.00/1.00 vMB 107
825,967 825,967 000000000000000000015d3897cd3b01d2b9448cea4b9537c33f97c5c9007ddb 3,874 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.95 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: 715.20 GB
    • Received: 17.67 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.