Loading Tool

Explorer IconExplorer

Memory Pool

83,281 transactions
31.40 vMB
0.09112820 BTC
Random Selection Loading Transactions
Max Size: 192.30/200 MB

Candidate Block

Mining Attempt 81475bbacdb54e4447c6ace276a15be2ed6c541258eb2a47607a63508c835b73
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root 3ea3c764a94934cda7ef180d72178111fe141b5560d99155d114db56facd7d05
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,482
Size: 1.00 vMB
Total Fees: 0.01954220 BTC
Feerates: 40.68 > 1.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (92,255 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,971 822,971 000000000000000000039a9030d0648b3942b4c8fd4d1454b168cf6dea43f5d2 3,912 1.00/1.00 vMB 100
822,970 822,970 000000000000000000003dc309813c0a1049bfb8d6be0cf02d41f57e99b1f031 4,043 1.00/1.00 vMB 80
822,969 822,969 00000000000000000000dc8d345c4f708839dbc9419c24833ea87fa19a35612b 3,995 1.00/1.00 vMB 74
822,968 822,968 00000000000000000001afcef9eaae6dbc3a50edbc1a3569e857830de2cce302 4,195 1.00/1.00 vMB 99
822,967 822,967 0000000000000000000238c1a830ababe1c5a0e6be1b7c1a01d3b082d589924c 3,777 1.00/1.00 vMB 77
822,966 822,966 000000000000000000031aa60ba1d97f0223ef1242ffd36959a924b389f1ea31 3,911 1.00/1.00 vMB 97
822,965 822,965 00000000000000000002033cbfd3fb65d55abbd4835c5d256b2508e8c0d0e86b 3,819 1.00/1.00 vMB 111
822,964 822,964 00000000000000000002d8d2719fb29a3b6fd97bbb8978e83f64adec6b804653 3,941 1.00/1.00 vMB 69
822,963 822,963 000000000000000000033d7acd8ab7e0b0fab3b8a79340bfce21593cd310e0f3 4,109 1.00/1.00 vMB 64
822,962 822,962 0000000000000000000071293e6610aa1c50e61f08da036164302f6ef76df914 4,154 1.00/1.00 vMB 77
822,961 822,961 00000000000000000000310c7248fc22ca98f80fd4073cc41758a650e9083a50 3,955 1.00/1.00 vMB 97
822,960 822,960 000000000000000000034abcf7d31fe94a2f6cd637a8493b39c64f2f758717e2 4,000 1.00/1.00 vMB 107
822,959 822,959 00000000000000000000beb79ccd5651836423ef6c30476130ec224a9712365f 3,740 1.00/1.00 vMB 90
822,958 822,958 00000000000000000001928996af21beaf6dcfa3ee01aae66611e1d4196dd1cc 3,830 1.00/1.00 vMB 67
822,957 822,957 000000000000000000009504e74a6541875a99fb53712bf596e91418d25f3f33 3,494 1.00/1.00 vMB 82
822,956 822,956 00000000000000000000b396fc3e0c5d6d08d6fbd22467ebcd7b3f384965824a 3,407 1.00/1.00 vMB 77
822,955 822,955 00000000000000000000a6e56246639fe989478734876369863834e74d1384a7 4,390 1.00/1.00 vMB 71
822,954 822,954 0000000000000000000191c77b54ae62b9ce67365d640a5546e3b8cb6fb3a4d6 4,454 1.00/1.00 vMB 75
822,953 822,953 0000000000000000000015bed0e9e368661811d749efef93247278ac168f1c2a 3,286 1.00/1.00 vMB 68
822,952 822,952 0000000000000000000028e9adf24f5682c45fcbcc3b34bc7cb88e12704b8f5d 3,311 1.00/1.00 vMB 78
822,951 822,951 0000000000000000000258b7c1344a8d479cc5a8c5f9fdad1a3a91e5ae4b7c62 3,449 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.78 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: 709.66 GB
    • Received: 16.95 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.