Loading Tool

Explorer IconExplorer

Memory Pool

78,252 transactions
29.08 vMB
0.08082450 BTC
Random Selection Loading Transactions
Max Size: 176.03/200 MB

Candidate Block

Mining Attempt d00a2fa78302babe5dac4d75a2acdd366935cdda078766b0291c4c77be480c66
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 2cdeb4ea289d601cad0eb37301c715bbb87a1c9fd64e0c36fa6e79cc7777e69c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,839
Size: 1.00 vMB
Total Fees: 0.01999127 BTC
Feerates: 178.73 > 2.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (232,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
682,275 682,275 00000000000000000005226c9f75f48a5717fd5300007d83a17abe8511e69151 2,518 1.00/1.00 vMB 86
682,274 682,274 000000000000000000038e4342bab438ad277824e17d39cf39a44fc5aa419ff4 1,114 1.00/1.00 vMB 48
682,273 682,273 0000000000000000000aac611486a25190c9ef200b357898bd0b9fb3066488ef 2,047 1.00/1.00 vMB 63
682,272 682,272 00000000000000000002538239dadfc3e95726d1d06361d7bac2f32e5767d6f7 2,162 1.00/1.00 vMB 101
682,271 682,271 00000000000000000000209064a86a9286c35d8e87b46941df9992b8c30b4916 2,135 1.00/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 782.68 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: 677.75 GB
    • Received: 16.44 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.