Loading Tool

Explorer IconExplorer

Memory Pool

81,284 transactions
30.40 vMB
0.09805382 BTC
Random Selection Loading Transactions
Max Size: 182.35/200 MB

Candidate Block

Mining Attempt 79598cc7c514238a20abbc08b17a7ed0558a2a37d4688e7f0c18cf8daf13e605
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 1a759f7a5cd19130d58d326baa075d89a99d0c7cd19ce4df0a79017d04a28bba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,134
Size: 1.00 vMB
Total Fees: 0.03434010 BTC
Feerates: 301.07 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (185,887 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
729,120 729,120 0000000000000000000a2fc4eb9974d5e1fb7fda56abf0e9af878fa78525ede5 2,697 1.00/1.00 vMB 4
729,119 729,119 00000000000000000001eb9be9261acd56e6b9ed1ee79404f889cdc9922e4753 2,403 1.00/1.00 vMB 9
729,118 729,118 00000000000000000006b97642003b7d4a4199c87df87dfc4e5105a4321d3163 1,390 1.00/1.00 vMB 7
729,117 729,117 00000000000000000003db337181c61fefa2d185728dc5fd043cf3e4f5060b00 2,860 1.00/1.00 vMB 15
729,116 729,116 00000000000000000008c317184bc1abb14ac9a18d32b4690e9777d6e21372c7 1,021 0.60/1.00 vMB 8
729,115 729,115 00000000000000000002b4048c965b06cc2ccf1bdf48e7af099e427a9f0eb058 758 0.22/1.00 vMB 2
729,114 729,114 00000000000000000009bd2fd4c4ff029c87b3cd1870e5bc8bcf932a71bcc4ba 1,887 1.00/1.00 vMB 9
729,113 729,113 0000000000000000000582b09a44a8c6f7d42bc76d3f4bb3b67df5e55260e9f8 1,991 0.78/1.00 vMB 7
729,112 729,112 00000000000000000009f82bb6e23506e580f8b9a2d0735876136c5e6467ca24 1,632 0.51/1.00 vMB 5
729,111 729,111 00000000000000000007d61d1f6ee63e5f46df58384bcf9ff2bff39d4cc998f1 1,914 1.00/1.00 vMB 9
729,110 729,110 0000000000000000000318f39ba86c0addaab3ab46e2f1d8a27c10cbf6b6d4bb 1,710 0.85/1.00 vMB 2
729,109 729,109 000000000000000000062d38bf373bf1bad81aed7f6a37eef6fa18e251dd6e10 1,761 1.00/1.00 vMB 10
729,108 729,108 00000000000000000001272ac5fc9b0c74842aba6f2b1905a30b77addadc743e 151 0.07/1.00 vMB 9
729,107 729,107 000000000000000000048535fd712045cf1ce3b3b6e2a2cda90d2d714a8cfefa 2,275 0.81/1.00 vMB 7
729,106 729,106 000000000000000000068043b438521fa905d5094d74e87de099e454e5bd2cde 2,017 1.00/1.00 vMB 6
729,105 729,105 000000000000000000087b71609d6f079ed233a83d5e399f8f71c80af01cbb4d 835 0.25/1.00 vMB 9
729,104 729,104 00000000000000000001a05fdc12675f108c3195ed4e0e7714543f134bb3868b 743 0.19/1.00 vMB 10
729,103 729,103 000000000000000000016300725a6cbfa0b8d952b59c24c1753e05e362672683 1,228 0.45/1.00 vMB 9
729,102 729,102 000000000000000000000f0ad61eb5fee93d3bc1841399d1b95974dbc4fcf2db 1,911 0.59/1.00 vMB 9
729,101 729,101 000000000000000000082d84a7b52aec81cfeb4a43abf7c2fbbb3d11809f4dea 92 0.03/1.00 vMB 6
729,100 729,100 0000000000000000000954bf87e3e6c176ca05a9d53296077b0c75fb66d48835 2,576 0.87/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.41 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: 664.98 GB
    • Received: 15.07 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.