Loading Tool

Explorer IconExplorer

Memory Pool

76,725 transactions
30.25 vMB
0.10481183 BTC
Random Selection Loading Transactions
Max Size: 180.56/200 MB

Candidate Block

Mining Attempt 99e36fc6c2ca1e214a31c103a86fb7bfbf3d2d95b8cf054b5f6f40b985d1cd4a
Version 20000000
Previous Block 00000000000000000001108cb958b997fbbda21703b73c8bc3a6f72862e5da75
Merkle Root 5e1c37b7201e81fdc60fb60ea3e9373baffee9df35bebddd0a09d758fb2492fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,158
Size: 1.00 vMB
Total Fees: 0.02758966 BTC
Feerates: 100.00 > 2.76 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,446 (765,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
150,049 150,049 00000000000000a95c4cf83adc41a8ff4915ce487fdf16f2b99b07df9d2e15e5 2 0.00/1.00 vMB 193
150,048 150,048 00000000000002e7008ef30c3e18dafb659c8bd30721a886e202c19af391f314 71 0.03/1.00 vMB 141
150,047 150,047 00000000000003f0d40c29d1a2cf3220cc3b913ceacbdf8294f0fa0d9d84f33f 9 0.00/1.00 vMB 447
150,046 150,046 0000000000000a473b60bc0d56a3c61143d28a9a7ea4b17a4dd2ed166ff4e0c7 19 0.01/1.00 vMB 152
150,045 150,045 0000000000000782081bd7fa636db3e78cfc2314e8af684711ae60c4389f5d55 6 0.01/1.00 vMB 15
150,044 150,044 0000000000000027e69c79cf4983cd6e02c7a76a0d454cb3f0379babff9b0a32 10 0.01/1.00 vMB 201
150,043 150,043 0000000000000403c57d87244357da9a3419104e565ee155b922b35704c4bacd 14 0.00/1.00 vMB 2,135
150,042 150,042 00000000000001caeab8e45868732c73638f72a5d271b2668501b55de7e695d8 27 0.02/1.00 vMB 483
150,041 150,041 0000000000000a92537fc18f4780a850c1bf55c279529010869b4855092748ed 9 0.00/1.00 vMB 447
150,040 150,040 000000000000085e6215342c21ed6c106c596ab2017cb38c0c7905d3cea7649b 10 0.01/1.00 vMB 550
150,039 150,039 00000000000003d76e7101d0d6b424a63d1e3da77c870f2483f5332a4d1d4b1b 13 0.01/1.00 vMB 136
150,038 150,038 00000000000000f02d54b19f3b906357c9300da3db64a79b12c14847c519924c 79 0.02/1.00 vMB 2
150,037 150,037 0000000000000ac92915c57209e9d3ed7361ab77ef1c16ee6cf485dd529846c9 23 0.02/1.00 vMB 285
150,036 150,036 0000000000000a5f91635e10c9b7b6d030a2346e9332f40c5266261d7cd28b3f 6 0.00/1.00 vMB 18
150,035 150,035 0000000000000a33d04b2d72aa862b6b2c8681687e42b25445450f22ae007218 22 0.01/1.00 vMB 407
150,034 150,034 000000000000019b769a5d30d1ab7d9ce0c1192c69007851be7fa5683bd75394 17 0.01/1.00 vMB 51
150,033 150,033 00000000000000c4f740bfd56007352da89f8777164ea234a0b3b940598891ce 14 0.00/1.00 vMB 108
150,032 150,032 0000000000000a8cf8726c0f1ba44947cf00f5cc1cf7261b6c31f9a745db4d63 3 0.00/1.00 vMB 96
150,031 150,031 0000000000000771bf84a419f41f5ffa3f7f527cbc13bdb9ff7c346defee09b5 59 0.03/1.00 vMB 148
150,030 150,030 000000000000019ca30794bddf623b5ac6725a4e82ad652fc97dec64deabd773 157 0.04/1.00 vMB 73
150,029 150,029 000000000000001ea020e01e25aeb5d726e6e0a8f63c373755620f035a518587 72 0.04/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 783.17 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 749.49 GB
    • Received: 18.82 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.