Loading Tool

Explorer IconExplorer

Memory Pool

77,257 transactions
29.27 vMB
0.07406556 BTC
Random Selection Loading Transactions
Max Size: 176.07/200 MB

Candidate Block

Mining Attempt 91369fb7f077803514c7f74334711310019fe07651adf25c3562fdf06e660574
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root aee9335ae77d31cb29e2204f4305434c411f4199c380ed67bb33b56854f8f5f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,792
Size: 1.00 vMB
Total Fees: 0.01204146 BTC
Feerates: 17.09 > 1.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (232,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,296 682,296 000000000000000000049ab04221f386c6db6fef4e3f7d74ef76e9e0a128f79d 1,515 1.00/1.00 vMB 31
682,295 682,295 00000000000000000006244790307bdb8dfc6529d67d4b4e8747f3e870e78eab 2,443 1.00/1.00 vMB 117
682,294 682,294 000000000000000000036b8abd67462d09fdab469f97de034d08d9928eb7d099 1,341 1.00/1.00 vMB 42
682,293 682,293 0000000000000000000c5a499c41557b36ac087eb9f0d637dcb4081e999e8d8b 1,131 1.00/1.00 vMB 46
682,292 682,292 0000000000000000000603bbd899e9a1b98933569f5c22f68f95e49dabedcb23 898 1.00/1.00 vMB 12
682,291 682,291 00000000000000000001241d4a51cc5aec74528aa8f72575ed5189b358491901 1,959 1.00/1.00 vMB 50
682,290 682,290 0000000000000000000241dfda400e06f68db48ce5582e2fd5c2624d28775b77 2,764 1.00/1.00 vMB 95
682,289 682,289 00000000000000000002fb20b1528b0790cb937078415dc62215a2bbe0a4673d 1,070 1.00/1.00 vMB 11
682,288 682,288 0000000000000000000986b8a8c6fd60bf9a6c6b53535c93d04b11f75d27a6ed 1,908 1.00/1.00 vMB 49
682,287 682,287 00000000000000000000d78713eb57a8fe1330683a49110db136e890726ad450 1,822 1.00/1.00 vMB 45
682,286 682,286 0000000000000000000ca1e5c7d8111364b09a4561eff8284870b04d0af093b8 1,172 1.00/1.00 vMB 37
682,285 682,285 000000000000000000098ac9246ca013eacb5fe3b1d7c81f617070cece893d7d 1,011 1.00/1.00 vMB 100
682,284 682,284 000000000000000000082808562859f8cc6d30100e778f2ad47b56288d7c96ab 996 1.00/1.00 vMB 95
682,283 682,283 00000000000000000000f2b1dbc1cdf5b563fd839de09efe54c9f939e2485b4d 1,789 1.00/1.00 vMB 23
682,282 682,282 0000000000000000000a0553ff88089035f5db5b27171216e39facc5bfc65e01 1,754 1.00/1.00 vMB 41
682,281 682,281 0000000000000000000c5f66a71ede940b8316785e01676ead9f55c1b0c887f7 1,849 1.00/1.00 vMB 50
682,280 682,280 0000000000000000000569b619a637c8a348485477a8c53a19d630946a7e71b7 2,496 1.00/1.00 vMB 55
682,279 682,279 0000000000000000000a21882cf3405299b96d2245562dc86ef2e846d137dac9 1,865 1.00/1.00 vMB 58
682,278 682,278 00000000000000000008c4ff56ed39181c668d5d9dcef31c3d9a7faadfed8238 2,032 1.00/1.00 vMB 37
682,277 682,277 00000000000000000006a2f9592e1b70adf80f59b2ece2dfc95f20878fb6e827 1,473 1.00/1.00 vMB 57
682,276 682,276 0000000000000000000c0d703f76d48d40e168462d887dc4b9a382ad6d8ad1ac 2,600 1.00/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 782.65 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: 672.47 GB
    • Received: 16.25 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.