Loading Tool

Explorer IconExplorer

Memory Pool

78,156 transactions
28.99 vMB
0.08834209 BTC
Random Selection Loading Transactions
Max Size: 175.33/200 MB

Candidate Block

Mining Attempt 30d49cccf9ac9de1a03546e445dda4f02a64c937f9a30d3a539b56c59d9c9d38
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 163935134879b1769ca2e7f6e6049afa122bfe433dc4e2b90ae94bb0a26abeb1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,326
Size: 1.00 vMB
Total Fees: 0.02783270 BTC
Feerates: 477.45 > 2.79 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (503,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,269 411,269 000000000000000004af6b3acfd991b58b59df523e65f221a3924ff7680d2c9b 3,085 1.00/1.00 vMB 54
411,268 411,268 0000000000000000005e045526015c770a05832fc4d1caadeb32cda514daf20a 1,655 0.69/1.00 vMB 39
411,267 411,267 00000000000000000023987012340152ae62cf60dd3aef2461472de29955a48d 1,788 0.82/1.00 vMB 42
411,266 411,266 00000000000000000368b2abcbd0b4436a78472d4a6c265efab3cd46f2aaf573 529 0.40/1.00 vMB 27
411,265 411,265 00000000000000000216cde2eeaf4ff5d55f2711656b056071c1f69923d45990 1,341 0.97/1.00 vMB 20
411,264 411,264 000000000000000002619c83c8084b8cfa737f5bf8936ea7a44270d9aa7adb98 2,412 1.00/1.00 vMB 35
411,263 411,263 0000000000000000012100ddbb2102e65fb1ebbf104ead754a4110abffc4b8bc 3,108 1.00/1.00 vMB 71
411,262 411,262 000000000000000004d5ee8c3c9d08f156cc7f6454d699732cf7499f5cbb8587 1,176 1.00/1.00 vMB 19
411,261 411,261 000000000000000004868b50459357a72ba24e073d94392f0f2fcbd1a576ab5c 1,997 1.00/1.00 vMB 39
411,260 411,260 000000000000000001d0da825058e02fb6ed2941dfa892202931e6ef59861d9c 2,088 0.75/1.00 vMB 49
411,259 411,259 00000000000000000140500023d43dc6f5fce5cb6ae67902d0e7fe67bc06ad18 2,790 1.00/1.00 vMB 42
411,258 411,258 000000000000000003d1e60b8df15034bc20f5da25c0af736510ffc8b79e4db4 3,271 1.00/1.00 vMB 83
411,257 411,257 000000000000000001f5d922cca9323741abee9db9f365291f52f4c2757b661c 1,263 0.68/1.00 vMB 26
411,256 411,256 0000000000000000016db615311ca754b5113d5f8dcace9da8d482c2ccdbaa28 3,035 0.99/1.00 vMB 52
411,255 411,255 000000000000000002b3866091a6f89068cc4870ab2959640cceb574ced690aa 378 0.24/1.00 vMB 35
411,254 411,254 0000000000000000024e0f7d8b413eef718a238f4577e8fea1a1ca1dde35ee72 991 0.47/1.00 vMB 39
411,253 411,253 00000000000000000286a92e568f8e98dd7458eb27995d6dd512a153ac2047f8 1,434 0.75/1.00 vMB 29
411,252 411,252 000000000000000003e87f9985a10b7e2335150db38d1d3ae7ca6af4789982bd 2,592 1.00/1.00 vMB 43
411,251 411,251 000000000000000005e79e1652d51d1dd648d9711cbd8a4982b8f55015a0d686 1,193 0.99/1.00 vMB 18
411,250 411,250 0000000000000000055039b47cc0b70a0d8fa8eb49be7690f32a899f91d4552f 1,764 1.00/1.00 vMB 33
411,249 411,249 00000000000000000548332d61fe6cc54a863b9a2da68e2620a222461ef5998e 2,512 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.63 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.17 GB
    • Received: 16.17 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.