Loading Tool

Explorer IconExplorer

Memory Pool

81,148 transactions
31.10 vMB
0.07495061 BTC
Random Selection Loading Transactions
Max Size: 189.31/200 MB

Candidate Block

Mining Attempt 266bf4d8dcd443366f0e76ed2c97681270140ab0bd4a6a4326b0a06125d691dc
Version 20000000
Previous Block 000000000000000000004b3e7e5aaeab111493f0d06b8a6f97fdb08081d0f764
Merkle Root 80edad9590412aee8bf3b2aed0abd833e508e7a2eab8de6d462a16fd18d1a66d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,813
Size: 1.00 vMB
Total Fees: 0.00791161 BTC
Feerates: 100.37 > 0.79 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,197 (348,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
566,763 566,763 0000000000000000002a6dc33edbacda41c3c52dea10fe6cfbbfcd1db469598b 2,234 1.00/1.00 vMB 28
566,762 566,762 00000000000000000028aa10326ddc2a97dee331e3c856def24e3ecfb9d399b6 2,838 1.00/1.00 vMB 41
566,761 566,761 0000000000000000000a62d1642b69a1af65548f222ae03f86bbf9b805a0155a 2,884 1.00/1.00 vMB 56
566,760 566,760 000000000000000000132b16efbd0c357520e45a9ae6de25faa9ddb1d133cb21 2,253 1.00/1.00 vMB 37
566,759 566,759 0000000000000000002e553f431493e9387dfacdcd82390b2bacc7c3ad963321 2,237 1.00/1.00 vMB 22
566,758 566,758 000000000000000000240cb936f93000e5e808044fcf1e6c7c0c83c98a179cd8 2,731 1.00/1.00 vMB 32
566,757 566,757 00000000000000000022059b0728fb8d29bdd78bb37222b2dddd00bab9c8cc76 2,638 1.00/1.00 vMB 22
566,756 566,756 0000000000000000002c979b693506377123d75901768bd6a781f51effa8fb3d 2,382 1.00/1.00 vMB 24
566,755 566,755 00000000000000000013e3a5387b877422984f869d1046c5ac3abcece1881f69 2,544 1.00/1.00 vMB 31
566,754 566,754 0000000000000000002067e2826b83aca9cdcc02884220103515ea121e4f0d9c 1,916 1.00/1.00 vMB 61
566,753 566,753 000000000000000000233e44e79fd37eb50a1b3811f09fec8f30194c40931544 1,230 1.00/1.00 vMB 96
566,752 566,752 00000000000000000000c0fe091dc1cb9baee404c523d030cbc9e6ce0e8b6f23 2,703 1.00/1.00 vMB 12
566,751 566,751 000000000000000000132492532f3a2a8081ac764e149d842879a2c46eb78b0e 2,516 1.00/1.00 vMB 32
566,750 566,750 00000000000000000027d2d35b18d13e86217a8dfa4bdf10111917291cd5a675 2,928 1.00/1.00 vMB 29
566,749 566,749 0000000000000000001cc636802c59782795014e2ee9df1d564740f94b3c537f 180 0.06/1.00 vMB 32
566,748 566,748 0000000000000000001ce00b633aaa140abc5973e2928ae1f00e664c4f1a0168 1,049 0.39/1.00 vMB 24
566,747 566,747 00000000000000000004d0a4335d9a8a2d4238c3bf7a1048336f9b67450314b0 87 0.03/1.00 vMB 14
566,746 566,746 0000000000000000000fde4664f235c15f079b604f804dd3fa4feb57e2f08786 1,223 0.85/1.00 vMB 9
566,745 566,745 00000000000000000001178dda27d69461acb804b5246269c4e7fbb1ae5033dd 2,139 1.00/1.00 vMB 28
566,744 566,744 0000000000000000001e0a7f52d7e548ed2653280992fd200ccca9f5d0d2c169 1,593 0.56/1.00 vMB 18
566,743 566,743 0000000000000000001f5f3e77047c9b80e64224897095e3d383832733e4e133 2,833 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.73 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: 707.87 GB
    • Received: 16.70 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.