Loading Tool

Explorer IconExplorer

Memory Pool

73,971 transactions
20.11 vMB
0.04972814 BTC
Random Selection Loading Transactions
Max Size: 135.34/200 MB

Candidate Block

Mining Attempt dbdad1c825df4147efe9da8e9ab1fba70d21b854716f292f182613cdfc725a76
Version 20000000
Previous Block 00000000000000000000a4a90d83c689676461ffe25363f344d404c5ddc4cd94
Merkle Root bcc8a591cd28fb8f80e41b1c8858a2d6b5e826a439dbf25bbb5baefe5646cb6c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,578
Size: 1.00 vMB
Total Fees: 0.00562404 BTC
Feerates: 59.19 > 0.56 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,985 (832,227 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
83,758 83,758 0000000000245ae4fb72b0dd6d9cb081c4241e91bd046a81fed0eaa9af3068bd 1 0.00/1.00 vMB 0
83,757 83,757 0000000000258807d511596285e78ea1f3555e1e6e1f4b13962b0a89b964e173 4 0.00/1.00 vMB 0
83,756 83,756 0000000000087e54bc82a8475faad6e3d591365fd360122329c24cb5eaee260b 4 0.00/1.00 vMB 0
83,755 83,755 00000000000ba0c2d56ca7cd17df6ede320da2050fce6be8e8ce4aa09e11b63f 1 0.00/1.00 vMB 0
83,754 83,754 00000000002df1126020492573e95cab2afd90e119ba2ee7c409f10ddeb3fa63 1 0.00/1.00 vMB 0
83,753 83,753 00000000000a6b667a9888211971a71ec83a75c1b822be2b3340ac2a0b133a47 3 0.00/1.00 vMB 0
83,752 83,752 000000000016e80a4f606403f2381e869608d3f2c78c202391fcc2995bf99f62 1 0.00/1.00 vMB 0
83,751 83,751 000000000017d3c3d523c8aec4467b190e9bef72640559bbb6c182966773870b 5 0.00/1.00 vMB 0
83,750 83,750 00000000002fc6dc56e2eb0192f07332fc6e7a091150230ebb362ed83341765c 3 0.00/1.00 vMB 0
83,749 83,749 00000000001cb314c94e121f2d52bbe70ce306ad56f4d195bf43542d869c2fd1 1 0.00/1.00 vMB 0
83,748 83,748 0000000000133cbcac6bef97e7b78dfef8232628f47524668e180ff30a12d69f 5 0.00/1.00 vMB 0
83,747 83,747 00000000000f0bb6d8b72a0c50ad7bccdc6a53163eae27ecb4ca5646d592be46 2 0.00/1.00 vMB 0
83,746 83,746 00000000001c052d3812b1f4c2c7422c3ecc1ee8b452e53fc740c56779b06c8f 5 0.00/1.00 vMB 0
83,745 83,745 000000000026bbee3d4c54e0f26c7f08570f4b717178b0a889dc849069bcc856 2 0.00/1.00 vMB 0
83,744 83,744 00000000000c0f5e44600a494eb08303aca1d2665e3e5d34c5829ea1eddc6bd9 1 0.00/1.00 vMB 0
83,743 83,743 00000000001a3482b08302090d7d5eb7be890367a24ce71c52412c6e56f707ae 1 0.00/1.00 vMB 0
83,742 83,742 000000000001d940871b6d4ee3bb1d793c3fde6c63989c0eb0d38bf03a51a457 5 0.01/1.00 vMB 0
83,741 83,741 00000000000f1ea9902d11cd1928a11a3b1c4901a5a9b554c89554323329d262 1 0.00/1.00 vMB 0
83,740 83,740 00000000002a7b87e61527da1a6a838ae552fe634b5e11968a744ad38e11bc44 1 0.00/1.00 vMB 0
83,739 83,739 00000000001eaf50181472ce7ed5bd4bffe4aa029c4921a525607b5d565b4e29 3 0.00/1.00 vMB 0
83,738 83,738 00000000003105eab33778675ee1e07021b522d8ef57d3bbc1b2f67624ee2538 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.10 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: 806.92 GB
    • Received: 23.12 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.