Loading Tool

Explorer IconExplorer

Memory Pool

75,398 transactions
27.79 vMB
0.07969117 BTC
Random Selection Loading Transactions
Max Size: 169.00/200 MB

Candidate Block

Mining Attempt 28432b709e3bc256b50b421ed4c800d8b4331cfaefd41abf6f7d1d003299b0ea
Version 20000000
Previous Block 0000000000000000000182374245ac314e092cf6ce79478886fbb9658f45ab9f
Merkle Root 4c6fcdced4d1f76dc0ed6841d92c1583b4a07bc4a024f707667645b5180aebf3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,645
Size: 1.00 vMB
Total Fees: 0.02015719 BTC
Feerates: 151.01 > 2.02 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,317 (338,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,613 576,613 0000000000000000002820f6a731ddbf9fb84983b52441f9fbed0b7190e69057 2,768 1.00/1.00 vMB 122
576,612 576,612 0000000000000000001b5d2c7b6562c9b16adfe68020786b167f2129da645dd4 2,673 1.00/1.00 vMB 130
576,611 576,611 00000000000000000000f1ccb6d84ecab1687b882e7ae6e3709f9f25cfbaba79 2,878 1.00/1.00 vMB 152
576,610 576,610 00000000000000000008cd4b2c510f2049806827fd61f87e31de75f829995b89 2,972 1.00/1.00 vMB 188
576,609 576,609 0000000000000000001436c17f03228ce6b6d7384caef929109632ef68d6646a 2,501 1.00/1.00 vMB 86
576,608 576,608 000000000000000000286480a5b0feaa915649b4f6796a18a3def0ecb51dc21e 2,723 1.00/1.00 vMB 72
576,607 576,607 00000000000000000017ae6c779f67efa93e78a6fbffa090268f98ebf0b16774 2,694 1.00/1.00 vMB 130
576,606 576,606 000000000000000000034c930b5bbd5f75c8c2b887ca8a3ed9279e14b449664b 2,145 1.00/1.00 vMB 145
576,605 576,605 0000000000000000001dc1b230cbb4552b97b5a955362b7b02d8f5599f692fc9 1,396 1.00/1.00 vMB 175
576,604 576,604 0000000000000000000ea38fa06d98120073e13863a042e24c3614ca9e0f61ca 1,740 1.00/1.00 vMB 198
576,603 576,603 00000000000000000002a7c69731c11af3dfea8353c0a09324eba05cbef624f6 3,008 1.00/1.00 vMB 131
576,602 576,602 00000000000000000028e03b3aa7dd07c3bb5de250e96859b8c426afcd3817c7 2,748 1.00/1.00 vMB 107
576,601 576,601 0000000000000000000dce4c76ddcfb16db51433c6a717ccbe42173d019d03a8 2,379 1.00/1.00 vMB 73
576,600 576,600 00000000000000000028d6c76e925448a08d6759c6621848c7274b8d43a3eda9 1,569 1.00/1.00 vMB 47
576,599 576,599 000000000000000000244f63567ff85ffda45a7c130a9cad3e36f1c828e22d19 2,096 1.00/1.00 vMB 31
576,598 576,598 00000000000000000027a5b2df118fea4e73441cf23db521651fe7641e5a5f76 2,510 1.00/1.00 vMB 82
576,597 576,597 00000000000000000016387b82db091012ee5174065fa70bb1592ba5ce88e8aa 2,744 1.00/1.00 vMB 31
576,596 576,596 0000000000000000001a1e1ebd1ee76494fa862631eab33679f257280f26eae7 2,751 1.00/1.00 vMB 92
576,595 576,595 000000000000000000221362174a3b23b21d48d188bbf4692014720146f6d590 1,937 1.00/1.00 vMB 16
576,594 576,594 0000000000000000002663b5be4cbb66071bfdbbaf359b646f65b71276082ad3 3,083 1.00/1.00 vMB 85
576,593 576,593 00000000000000000003b7392ff3ba814c2a4aae75a4106c10c334e04627cda6 2,838 1.00/1.00 vMB 156
Previous 10 blocks ↓
Total Size: 782.94 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: 714.90 GB
    • Received: 17.62 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.