Loading Tool

Explorer IconExplorer

Memory Pool

79,067 transactions
29.62 vMB
0.10621013 BTC
Random Selection Loading Transactions
Max Size: 178.25/200 MB

Candidate Block

Mining Attempt 5d3fa576102e8b49e21d5a995c3ac47b5bd45633c600abb0b53a118e0c6515b4
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 425713e4156b77db578bfa7e5cd1febc6c359756c1bd6b7f3aeff4d6e862ac1b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,514
Size: 1.00 vMB
Total Fees: 0.04067424 BTC
Feerates: 164.34 > 4.08 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (266,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,139 649,139 0000000000000000000baf5c03b5e345d55e6f1babc80e90bb9f76b9d40e5072 2,280 0.97/1.00 vMB 27
649,138 649,138 00000000000000000010335bdbe7a5fafe84eb4f9e8db370bdeb367f035285c5 721 0.35/1.00 vMB 19
649,137 649,137 00000000000000000006b689b55fc2afe029971ad64a975d37a374de5a4cd758 1,019 0.67/1.00 vMB 23
649,136 649,136 0000000000000000000304ab2ff6cd6dc7f9003543148c61dc3f25c57aff8abd 2,173 1.00/1.00 vMB 23
649,135 649,135 00000000000000000003ae6b086bfe4b3733dde8c360eeb3e749adf18f59952b 646 0.20/1.00 vMB 34
649,134 649,134 0000000000000000000f8e0108cb6ed028fe589d365639d8f8209b8c7f81b6e1 1,396 0.60/1.00 vMB 30
649,133 649,133 000000000000000000031250eb7620a9cf975d885437e59d3ec40276bd018016 1,585 0.96/1.00 vMB 18
649,132 649,132 0000000000000000000d3c3f20f8a4b451df224e02f578d6c20a5d8b46d39747 1,049 1.00/1.00 vMB 3
649,131 649,131 0000000000000000000dd9b21a5f1f39bb55ffe5e7cc59cad7d436b6fce821b2 2,655 1.00/1.00 vMB 31
649,130 649,130 00000000000000000002e441188b4c20b83f7da14ba7fae152be389ac1fd9da8 1,396 1.00/1.00 vMB 3
649,129 649,129 00000000000000000006a2d9cffaff7355e4aaf429a3556479438af899c3201d 2,387 1.00/1.00 vMB 16
649,128 649,128 00000000000000000003f906f55a38617a3eef91baddc7d0d0e2ef9f00f96493 2,069 1.00/1.00 vMB 4
649,127 649,127 0000000000000000000ea9677f1734fdaa8af251478daf5650de5f8d5627415b 2,599 1.00/1.00 vMB 17
649,126 649,126 000000000000000000101ab7c7a04cfe5f42797d3a2aed787efaf63f1f3000d5 2,444 1.00/1.00 vMB 49
649,125 649,125 0000000000000000000351df868c0cefd9c5e79ef8c91d987aebb521608429b9 2,700 1.00/1.00 vMB 5
649,124 649,124 0000000000000000000723b6857e27af15c17ced0f7a1bdb48b9796fc592f622 2,361 1.00/1.00 vMB 33
649,123 649,123 0000000000000000000315deb8fe41d44f576c58cf891b8ee556065bc825671a 2,876 1.00/1.00 vMB 19
649,122 649,122 00000000000000000009e05d30b559a3154e43245e741673dcdf6cc06cd5fba4 2,562 1.00/1.00 vMB 41
649,121 649,121 0000000000000000000cf91c32c1df6497b2b4f153902950a3542732fbf7ccee 2,909 1.00/1.00 vMB 41
649,120 649,120 0000000000000000000ef3c7f89e3635f4c4c3ef67e1e37061042431fc56b39d 2,835 1.00/1.00 vMB 34
649,119 649,119 000000000000000000065b427e8617d06e5778cd6605f7a33692c0cd765bab24 2,728 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.