Loading Tool

Explorer IconExplorer

Memory Pool

44,995 transactions
26.56 vMB
0.05604881 BTC
Random Selection Loading Transactions
Max Size: 140.80/200 MB

Candidate Block

Mining Attempt 36d9a47c905c631b12f1ade41525dec596cda7d12d554f9ef5e4cb469efedb63
Version 20000000
Previous Block 000000000000000000015feb99d21f6201ae5efc11fb5fd8d1c0dcece989f4a9
Merkle Root d0cfc17868de84c33f7c7adfb6e6c7c763d48d9cc7873b51d0cb4017be7c521d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,211
Size: 1.00 vMB
Total Fees: 0.00721382 BTC
Feerates: 73.20 > 0.72 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,779 (473,894 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,885 440,885 000000000000000003c4a72b76bddd27cc3658f3141f438e1977d118d85058a1 2,687 1.00/1.00 vMB 108
440,884 440,884 000000000000000002ba580cfdffa70c5fdf970ae276be94aefcec7f34bb369d 1,931 1.00/1.00 vMB 78
440,883 440,883 0000000000000000026a916d00d6b775640fcd3888110a59f25c268e4d1d6d50 2,395 1.00/1.00 vMB 72
440,882 440,882 0000000000000000027b5d531a615238637df7039e82c4026c25ca4f650d6e3d 2,160 1.00/1.00 vMB 89
440,881 440,881 0000000000000000011caf9685ee01157ac2f5b0ab99765b3eea2e32de281e21 2,515 1.00/1.00 vMB 99
440,880 440,880 000000000000000003c7f758a7e5ad78ccfb9551b308f7c059411a414fd1758a 2,330 1.00/1.00 vMB 79
440,879 440,879 000000000000000001d3a2f999e1d77b82cf163dcb9f1426a3205e5657b52caf 2,629 1.00/1.00 vMB 99
440,878 440,878 000000000000000002d9cc87470efafc942269d82a10d0b7d16d8c75092955e2 1,508 1.00/1.00 vMB 47
440,877 440,877 0000000000000000037fd1add444d48763d4c05212f5fefdf6d9ed52da243fa8 622 1.00/1.00 vMB 14
440,876 440,876 0000000000000000034b74f02b58f833d891788d0935fa22f0f7dd444560709a 714 0.30/1.00 vMB 72
440,875 440,875 000000000000000001381d65428abdece9b3a7d910465bccb46473a866a1de75 1,017 0.71/1.00 vMB 54
440,874 440,874 0000000000000000002f35db281b9d33cf9e302b16bf9ce986b1409cb630900d 1,785 0.95/1.00 vMB 60
440,873 440,873 000000000000000002aa859fc92c8b907284f207cf0dfe26eebc4c5533a32946 2,135 1.00/1.00 vMB 80
440,872 440,872 00000000000000000063a57690e9e33e1d3b045e8d4d90453531fced3416305a 2,695 1.00/1.00 vMB 85
440,871 440,871 000000000000000002ce91022b1f95953bfdfc5bb349cc805831fd2de11f5333 2,761 1.00/1.00 vMB 93
440,870 440,870 000000000000000000a4fc91b22929af813cfbcb5cd4349aa5e0a965e0d1fbc0 175 0.07/1.00 vMB 79
440,869 440,869 000000000000000003d50f7dc5d25f009c9745e4c4287f0eb88730aedebba857 163 0.31/1.00 vMB 20
440,868 440,868 00000000000000000220df70f40a1ac5c946a7ef94eb9fb927b9350193dc28f8 1,376 0.99/1.00 vMB 42
440,867 440,867 0000000000000000001c538a9088fbfa61bd7f0793182e540bf3b5a535891014 838 0.33/1.00 vMB 78
440,866 440,866 000000000000000002e8e46d421bd2a9dd86cb5e739e396d44c29c7626463dce 346 0.20/1.00 vMB 78
440,865 440,865 000000000000000001dc744bc7fb565286ed49ebdabd399890c9659c539a1119 2,276 1.00/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 781.99 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: 648.78 GB
    • Received: 13.07 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.