Loading Tool

Explorer IconExplorer

Memory Pool

75,963 transactions
29.81 vMB
0.09670690 BTC
Random Selection Loading Transactions
Max Size: 178.98/200 MB

Candidate Block

Mining Attempt 483c4ee9b9d90eef216c30c70c77ccaa66c7dbd47a8be25855c3eb252f4caed1
Version 20000000
Previous Block 00000000000000000001dbb1d0c355245f3cf816e492d22c6348fbd464c36b26
Merkle Root 248d9477a2a6c9f4082cf86e2076ac7252917b42f64f7fdf404d4d8643828882
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,427
Size: 1.00 vMB
Total Fees: 0.02605733 BTC
Feerates: 150.62 > 2.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,445 (634,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
281,400 281,400 00000000000000022dda9b1242fc8c33eebc17d79df4c955e689c7f7a4f32240 376 0.21/1.00 vMB 49
281,399 281,399 0000000000000001f41b2fbfde99b7c3bf48e89b5db3399d40c6cae19acc247d 508 0.25/1.00 vMB 29
281,398 281,398 00000000000000023120c650ac2916cd5fc0e3fde85e9831da99bfc1965e1abb 134 0.05/1.00 vMB 161
281,397 281,397 000000000000000025d3ea93d695e83f2b02dac7fa0505d6039ef46e65b0535e 406 0.25/1.00 vMB 35
281,396 281,396 00000000000000000fcc8e60674a506b4a14b2a6213aa1d1b8845578aec1cb60 155 0.05/1.00 vMB 70
281,395 281,395 0000000000000001e52ed6135514b710f328d47d57bec089ac47bb98ce295594 335 0.19/1.00 vMB 35
281,394 281,394 00000000000000013a7aa54e739b70871adaea277cc5fb6ea4a1fc78788bdec3 238 0.15/1.00 vMB 38
281,393 281,393 0000000000000001e1ab0b321f11c6d7680c836c758baea5aefa8a977623c1bf 499 0.26/1.00 vMB 42
281,392 281,392 00000000000000023539ee333ce53932d5dd604daf4e4f1cd98561d3865283c4 308 0.22/1.00 vMB 25
281,391 281,391 000000000000000107d6040bf4ccb1223470a9a5d765329e0b14052eff48928e 532 0.25/1.00 vMB 27
281,390 281,390 0000000000000001fca2dbdfc08e785a2cb0f8f24865f23a0aaf9d2e947d0692 767 0.25/1.00 vMB 86
281,389 281,389 0000000000000001f5c99901c57112ba3dc3a62a2b6bfbe4180bcc3e70db6ca2 725 0.35/1.00 vMB 54
281,388 281,388 0000000000000001637596503a5e8bab75fda0f0022108c4e3d8e48b098516c6 179 0.11/1.00 vMB 38
281,387 281,387 0000000000000000f118fabe34702ab4e4e42b7908a54f6541e1607249a981de 286 0.12/1.00 vMB 40
281,386 281,386 00000000000000009c4174bc621fb832435d7bbb02c8947f26c2b3b9afc728ed 135 0.08/1.00 vMB 33
281,385 281,385 000000000000000123aecb2e9c246575eaec49d90f8b058c06422ab323a0d45d 233 0.10/1.00 vMB 45
281,384 281,384 00000000000000025d1292251fcceee8d326d7a81b6d1ddb0bc9eafea8c04223 411 0.22/1.00 vMB 44
281,383 281,383 0000000000000001c84248016305e35e729e41a270a2e285ea0e5e2d168125fe 477 0.23/1.00 vMB 45
281,382 281,382 00000000000000000e24e37094e383370c6d2034fc2024d8e6cf0185d190ad7d 506 0.28/1.00 vMB 32
281,381 281,381 000000000000000078b9d8e3f04c28a6c44972f8c5707bb915798c36173adadc 414 0.35/1.00 vMB 27
281,380 281,380 00000000000000002ab02e939c8aea937889fb8feef71f6946590e98cc11ac50 488 0.22/1.00 vMB 55
Previous 10 blocks ↓
Total Size: 783.17 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: 748.63 GB
    • Received: 18.80 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.