Loading Tool

Explorer IconExplorer

Memory Pool

69,958 transactions
26.89 vMB
0.08449161 BTC
Random Selection Loading Transactions
Max Size: 160.64/200 MB

Candidate Block

Mining Attempt dddd6e02d1635a2ac3e48b5b5fdac87134af2c5c292d6e562d74f2ead6216286
Version 20000000
Previous Block 00000000000000000001f691bd45982569b89a9b269b1e08ab97aba421b3f821
Merkle Root 639872eb6d33ea9d367d40d95b5b16661877546385046d7ab43b5b1ab8b09817
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,668
Size: 1.00 vMB
Total Fees: 0.02694138 BTC
Feerates: 703.20 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,481 (878,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
36,943 36,943 000000003b93c5ea72f506897ba765c32599f917d5b36cccaa47a415f9e7d542 1 0.00/1.00 vMB 0
36,942 36,942 00000000b3e8f23bab40fa45102e472781f359c16d8d226ce5776b993ff47a09 1 0.00/1.00 vMB 0
36,941 36,941 0000000084cd60d8d82dbed956c91e2544e42e7ffd27b36535166f8badf13812 1 0.00/1.00 vMB 0
36,940 36,940 000000005bb55128606b3fc17cbe018f3ae6e050d46914ed8a76921825491656 1 0.00/1.00 vMB 0
36,939 36,939 0000000077030ada89adf9c5ada77bb5ac5cc9a49cb35f6cc9452c0b01b12007 1 0.00/1.00 vMB 0
36,938 36,938 000000004cca43a599ffe14d1d72fd7860592cf2a6c0467efbdd7ad8c247622e 1 0.00/1.00 vMB 0
36,937 36,937 000000008aee5f9ceb2f8df055cb5b8be5c676d6951fef4b8da079ff81b73578 1 0.00/1.00 vMB 0
36,936 36,936 00000000186680a070c69e1917fc5fc6aa1a9549501653309c8c5098a6cc068c 1 0.00/1.00 vMB 0
36,935 36,935 00000000919c0ec1a74445c5f46532b771bbcdd7b1e526b1996bff4cb24e9760 1 0.00/1.00 vMB 0
36,934 36,934 000000001dbf61a4d2d799fcc0115b4997b7e37eef2510bae8a7dde09f7bee7f 1 0.00/1.00 vMB 0
36,933 36,933 00000000b4ac53821fd2f4f22840061dee33b32bd9519ba6173a174c4a475bcd 1 0.00/1.00 vMB 0
36,932 36,932 000000002705a55fab662017f41e83aac90e8514693d8a33b38748c8ca6a0645 1 0.00/1.00 vMB 0
36,931 36,931 00000000ad77f8764dbed0bc571f309e7c1290b0010e2fe2741c1d33e7da1040 1 0.00/1.00 vMB 0
36,930 36,930 0000000063ac7f250eb27c9c43a8be300291a887bd6fd33a678641ba71acd920 1 0.00/1.00 vMB 0
36,929 36,929 000000006d34b725eed02baa5cd077540ef82f95619ba623c74f204efa4ee151 2 0.00/1.00 vMB 0
36,928 36,928 000000003b72e6cba84e8afd9c3135ddadaadfa402cf73fde320ad92054b6a42 1 0.00/1.00 vMB 0
36,927 36,927 000000009b2ab5b20405cca11a0c814ecad7c6e114954c9049ac70540c2f2806 1 0.00/1.00 vMB 0
36,926 36,926 0000000089c4ad3f1cf95cc8398185e9a93d53e2faf94f9e3e3b6702bf5ca575 1 0.00/1.00 vMB 0
36,925 36,925 0000000021d67c0e4d59887976be92f671f02da6ba428933af36319b7e00b7a0 1 0.00/1.00 vMB 0
36,924 36,924 000000008af29b1102714f2043db1544aa4a4a596562e63fb104257147af9871 1 0.00/1.00 vMB 0
36,923 36,923 0000000032e4d0993c7ec4e5a5f051ab98a9ddbc7b5460fc54297752a70dd83d 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.23 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: 758.49 GB
    • Received: 19.05 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.