Loading Tool

Explorer IconExplorer

Memory Pool

36,390 transactions
25.84 vMB
0.08526338 BTC
Random Selection Loading Transactions
Max Size: 132.33/200 MB

Candidate Block

Mining Attempt e263b9037dde565dd5a6d4c1b1e621e2460988e687a49e930008236f334a7b19
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root 1d28ecf0d93c7e1ce53faa32062a52f384f363d752abbdcc8e27e5bab81ddb1d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,965
Size: 1.00 vMB
Total Fees: 0.03796228 BTC
Feerates: 171.09 > 3.80 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (242,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,170 672,170 000000000000000000042940860ac057c09cc4bba4e3914f78af6ae82687ccd1 2,684 1.00/1.00 vMB 152
672,169 672,169 0000000000000000000549450579f0fe8926974e6aa118a983496256007cd8e4 1,638 1.00/1.00 vMB 149
672,168 672,168 0000000000000000000c5c1cee3a22b1898ca24d3fbba5d92ed3d78efca779e2 2,516 1.00/1.00 vMB 161
672,167 672,167 00000000000000000008c4ff3ad94e142310c10e65b9f2864908c7ea7453e1ef 2,145 1.00/1.00 vMB 156
672,166 672,166 00000000000000000009f67e26808c863ad84d03d12add247bef02032400b3cb 1,692 1.00/1.00 vMB 150
672,165 672,165 00000000000000000004f147257df89fedb85b94fe25d739a18cf5bfbe95ef96 3,021 1.00/1.00 vMB 164
672,164 672,164 00000000000000000007af1fdc5bbb08585e4fd9dea8d340f95956dccc7a6e04 2,785 1.00/1.00 vMB 165
672,163 672,163 00000000000000000009f220452d440469eaad677892c9060c666c6d96c83985 2,174 1.00/1.00 vMB 155
672,162 672,162 0000000000000000000c6f4c64f15891f2ae1552dab3aeeae48e4df1ab1a2d7b 1,857 1.00/1.00 vMB 151
672,161 672,161 000000000000000000084b4dd8b1bb2bd25db8b968ce44d5a1f86e0c4bb309e7 3,090 1.00/1.00 vMB 181
672,160 672,160 000000000000000000088331c703bb231c18e9d641c3f218213e3f22c3af54e8 2,301 1.00/1.00 vMB 81
672,159 672,159 00000000000000000002390416ddce4ea2398ebef26c1250d71d83943cdfaf77 2,049 1.00/1.00 vMB 93
672,158 672,158 00000000000000000002018c57c4b82f1069d2c34d5cb4a51a6ee3936800ec59 1,972 1.00/1.00 vMB 106
672,157 672,157 00000000000000000000bbe7df1d4ed69f2b404176b1881b1c7b69d1fcbdcf7e 2,465 1.00/1.00 vMB 132
672,156 672,156 000000000000000000042ed4a35d20abaf9ec5f06ea2521bc1f128f3724b0aa9 2,587 1.00/1.00 vMB 132
672,155 672,155 00000000000000000009f3da4a8f86e310df813fd4f50bbd8ae52a720ef48847 2,160 1.00/1.00 vMB 150
672,154 672,154 00000000000000000002e160751c02a07b48c89374883ec214c6d1d399c193a9 2,301 1.00/1.00 vMB 167
672,153 672,153 00000000000000000006ae51b397603933c4d1076c026d00051f163c68b79900 2,238 1.00/1.00 vMB 143
672,152 672,152 0000000000000000000418b360da602ea1665c24a07da292ff1c505dedbd7ff5 3,150 1.00/1.00 vMB 172
672,151 672,151 00000000000000000008559e1672a64d118dbdcdf02cc1ff2c034d055766617b 3,089 1.00/1.00 vMB 123
672,150 672,150 000000000000000000057244c1c0fcb169b76c62c72501a4d4d8d0cf1fe93f2d 2,680 1.00/1.00 vMB 101
Previous 10 blocks ↓
Total Size: 781.82 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: 635.74 GB
    • Received: 12.33 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.