Loading Tool

Explorer IconExplorer

Memory Pool

47,753 transactions
27.59 vMB
0.06130966 BTC
Random Selection Loading Transactions
Max Size: 147.68/200 MB

Candidate Block

Mining Attempt 639b131f69da3e763ffc1151a7ca8574f5e78a7f450fe4ff631cfba50a2d5ac6
Version 20000000
Previous Block 00000000000000000000b1648aa9693b1c50c2a9de0f496938733c4d39ed7b7b
Merkle Root 21a9640ad3bf88b8cab203c5ab1f3c8a0c705f056520d42df20f6fd5b8bdaedb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,147
Size: 1.00 vMB
Total Fees: 0.00925545 BTC
Feerates: 151.16 > 0.93 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,797 (831,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,129 83,129 00000000001d224f015492d5ad4c333e7cd7dd695ea253d66acf68a3b592801b 1 0.00/1.00 vMB 0
83,128 83,128 00000000000defc3e59b897092e4f9ca345968ddbd3fff0cf9507e008e7974c0 2 0.00/1.00 vMB 0
83,127 83,127 00000000002f86b5d5c01d2cbad77135236fd1d96d602a8af42d257f166fd771 5 0.00/1.00 vMB 0
83,126 83,126 00000000001a7e3cbdd73470e7f2c2558ff0c953bd061797d8d04ad0505a46ef 4 0.00/1.00 vMB 0
83,125 83,125 0000000000040514b46f88ae5a1676a1d8e08468fd114b74e7817a95a6fa679e 4 0.00/1.00 vMB 0
83,124 83,124 00000000002fd2ca83bec2c41c244a4c3893573e93b81eb8fa05b9409931ab38 1 0.00/1.00 vMB 0
83,123 83,123 000000000025e985f0add017b8e0ad557bbbbc81c500f413d594859b6371fd5d 1 0.00/1.00 vMB 0
83,122 83,122 000000000030b08ce46fce935400c4d5069918c78e1af5830a6dc69410c81b43 2 0.00/1.00 vMB 0
83,121 83,121 0000000000193e83276382c28a75aeb2fd0e36bbabf5128d0141777f1da47f28 1 0.00/1.00 vMB 0
83,120 83,120 00000000002a13005de7ac10a78ff3ba44e578eec94928e6cdebb8ed7ea4c68e 2 0.00/1.00 vMB 0
83,119 83,119 00000000001cdb5dbeb7084c9b53419168fe364e1629e35fb0711be4a74c0cc3 1 0.00/1.00 vMB 0
83,118 83,118 0000000000102dff205877adc5bb70a6021717f0423d64753e2898701838732f 1 0.00/1.00 vMB 0
83,117 83,117 0000000000139aeff22941554ff300456f9ceece0313016cc1855af863ba97e6 3 0.00/1.00 vMB 0
83,116 83,116 00000000000de01ff8d24447ddd34ca27261b9a4eea95f261c28183a20fdbee1 8 0.00/1.00 vMB 0
83,115 83,115 00000000001e6f49cb454e2c3c2111b820bf8bb2cfa7340450da9e0b1076859c 2 0.00/1.00 vMB 0
83,114 83,114 000000000012b3560d3109126b60deac4f8251c9b05a77a8a8b0c426e50a4793 3 0.00/1.00 vMB 0
83,113 83,113 00000000001776e30cccd1179ab8b059763159564de74f280a59051270809ade 2 0.00/1.00 vMB 0
83,112 83,112 00000000000a5cd4f5ca0a22612b9a48b30fc3a64d3c23124d09b8b6cf849b89 8 0.00/1.00 vMB 0
83,111 83,111 00000000002d4214bfd1363fc479db5f6dd3d1944a3153a7cd2230e9a40ac9b5 5 0.00/1.00 vMB 0
83,110 83,110 000000000007a34e25d09527eb222ed5ca6d70c42e72d847d43da78e895323ae 3 0.00/1.00 vMB 0
83,109 83,109 0000000000045d3804bbe187fb96cb860ec9c36e7c61202f739421aeff341015 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.03 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: 650.11 GB
    • Received: 13.25 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.