Loading Tool

Explorer IconExplorer

Memory Pool

85,790 transactions
33.08 vMB
0.09505359 BTC
Random Selection Loading Transactions
Max Size: 195.89/200 MB

Candidate Block

Mining Attempt 6fdcd87bc92618ec5a5a387da8195f1f5989747d28bf2fa8d370a287911ab7de
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 21e03a35352d8263ba2840b8304e87dc37235169fc85f7b0ce38bbf5a1212fdf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,184
Size: 1.00 vMB
Total Fees: 0.02924179 BTC
Feerates: 150.67 > 2.93 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (417,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,853 497,853 00000000000000000098e3dc83694458f2442ab86fd2196092b17afb083a08c9 2,772 1.00/1.00 vMB 87
497,852 497,852 00000000000000000026d075cafb805ffec1f1dbef15f94d0ad35c89942711e1 2,722 1.00/1.00 vMB 106
497,851 497,851 00000000000000000048afff556082f2f681240d58bfbe3331e6e7337b8b6981 2,307 1.00/1.00 vMB 126
497,850 497,850 0000000000000000009b8b330c0b52f244f43af9bf629e27925208c4c8c7e38c 2,216 1.00/1.00 vMB 127
497,849 497,849 00000000000000000000c81d64ddbe67cdaee546bc2304bd606b075a1d2a0c86 2,843 1.00/1.00 vMB 96
497,848 497,848 00000000000000000002f3942c5b29e0fd9d7d6684a6018cb426ae3425d6e05a 2,433 1.00/1.00 vMB 99
497,847 497,847 00000000000000000050b23fc1d75f7188f091324012a7fa98695ff94e0e3cfb 1 0.00/1.00 vMB 0
497,846 497,846 000000000000000000c0345d2c2a34beb044358e042d42348c3e0644dac80bb2 2,720 1.00/1.00 vMB 126
497,845 497,845 0000000000000000009b7565a051d33bd4e32c95ec93d537828e3446ca0cc0b9 3,051 1.00/1.00 vMB 146
497,844 497,844 00000000000000000041fba6abbf15659b1dc3a23fa8353ac3fc49ac27c0ae8c 2,350 1.00/1.00 vMB 146
497,843 497,843 00000000000000000088cd14bb3463994c6411fa36e80034c9b1a582f2f35739 1,893 1.00/1.00 vMB 148
497,842 497,842 000000000000000000053732fceaf00c4e1d0fe4c314b8405bbf947a805195ec 1,999 1.00/1.00 vMB 153
497,841 497,841 00000000000000000047e120c597209b09d794b3a5547ff7956d784fceeec2f4 2,849 1.00/1.00 vMB 173
497,840 497,840 000000000000000000a259d5fcb8fa05393cd805c72db733b66d9a923e37dd58 1,552 1.00/1.00 vMB 133
497,839 497,839 0000000000000000005ce6c38b0d2473096e9c6d5affa1c1ab945f17c37e7db5 2,497 1.00/1.00 vMB 179
497,838 497,838 000000000000000000923363cbacba861cb7524c7d6fa097d21c5b9c5ce2a2ab 2,193 1.00/1.00 vMB 136
497,837 497,837 00000000000000000023538e5e300465adf195b841f12b5fbdc997fcaee8ef81 2,692 1.00/1.00 vMB 98
497,836 497,836 00000000000000000084148900f012821fb52cafa3f6f61eadf413ca6bb0d856 2,733 1.00/1.00 vMB 109
497,835 497,835 0000000000000000005856bcef8f7337e6efb58f9534352e56c30ebb34df846c 2,442 1.00/1.00 vMB 109
497,834 497,834 000000000000000000c02fbbcdacb5dde5e085fc2741e99307123ac47cf86530 1,320 1.00/1.00 vMB 132
497,833 497,833 0000000000000000008ce932713c9e37fd3e8166bfed88336471128251b467f1 2,409 1.00/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 782.30 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: 657.40 GB
    • Received: 14.54 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.