Loading Tool

Explorer IconExplorer

Memory Pool

80,027 transactions
29.56 vMB
0.06494974 BTC
Random Selection Loading Transactions
Max Size: 178.50/200 MB

Candidate Block

Mining Attempt 18be2863d73d1c62794d0f7e414e8a6558ab9e5d88033a22c69dc4cbdd4a1036
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 7e69e8fe72ca059f137ffca290a9605b70961b68f45ccbf4a3951db3adc2ee07
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,631
Size: 1.00 vMB
Total Fees: 0.00475224 BTC
Feerates: 90.30 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (375,702 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
539,276 539,276 0000000000000000000b3bc8971de57b2b1872531f5999122ac3f8bb0ef24fb0 1,650 0.98/1.00 vMB 15
539,275 539,275 0000000000000000001fd3e8ffe4f1814bb6212ab6d493b7e230a5dc5edf7dc7 2,015 1.00/1.00 vMB 25
539,274 539,274 000000000000000000028e24642124a5b08de93f04af223b4991b2fcd58ea733 1,952 0.86/1.00 vMB 17
539,273 539,273 00000000000000000008f3f7d904fd7a08aa09cfeaab68c8bd70df1f891a4c46 2,632 1.00/1.00 vMB 24
539,272 539,272 000000000000000000087b272beb774a3b682c0fc49f91f151c0ec8f350faa74 1,879 1.00/1.00 vMB 22
539,271 539,271 0000000000000000001fae8b5b23fd17b9ae953052a9480c44427b05633b3739 1,355 0.54/1.00 vMB 11
539,270 539,270 0000000000000000000f731456033d85578872dbec4664dedc4fbb0f07a71d6f 2,690 1.00/1.00 vMB 25
539,269 539,269 00000000000000000001b8231d45821878495ff5a9c1b2fe1690463e9b891301 1,090 0.38/1.00 vMB 25
539,268 539,268 0000000000000000000db4b73629a1144738387b566f7f7a6cda9fed65e62385 702 0.24/1.00 vMB 25
539,267 539,267 00000000000000000021dd5adb8d775893fcaa6cb0b9bf93303410ac41e8b878 1,577 0.70/1.00 vMB 21
539,266 539,266 00000000000000000007111c4ca1b3685800627996aac5ad88dc26abb27d079c 717 0.26/1.00 vMB 25
539,265 539,265 00000000000000000025db3ee6c30b4ec2643c570b7f00587d62453b45b156e0 1,235 0.46/1.00 vMB 24
539,264 539,264 0000000000000000001f6b8b2b0cd3372333870600b0fa50d348aa1bfdffff83 844 0.31/1.00 vMB 21
539,263 539,263 00000000000000000020909fb0ec6961d065f5c0abdf6e361c77b5eb4bb8d234 1,300 0.50/1.00 vMB 23
539,262 539,262 000000000000000000032aa198d0398ec6f62379701868bcde4dfa59988b49cc 118 0.03/1.00 vMB 34
539,261 539,261 0000000000000000000974ef5570426746ca253f9377244ea315d4b622ba64cf 2,586 0.86/1.00 vMB 26
539,260 539,260 0000000000000000000e8d322fbe906a7bf4020e13fc9b9bb5cd5269c572f201 241 0.07/1.00 vMB 31
539,259 539,259 0000000000000000000e3b3cad6c294de6a6df2fcdadde8ea0c47b672cdd5b6d 2,230 0.72/1.00 vMB 22
539,258 539,258 00000000000000000004d060d1a9923f56d56f5be158a5022d837ec51c5a6c68 25 0.00/1.00 vMB 15
539,257 539,257 00000000000000000025167e72268caa2f4e88fd7226a593ab5a48626d4c1517 1,544 0.56/1.00 vMB 30
539,256 539,256 0000000000000000001d5f6d4bab8666c90fb27c6c9d420ed5e5258345c06d54 291 0.10/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.