Loading Tool

Explorer IconExplorer

Memory Pool

80,658 transactions
35.12 vMB
0.20400551 BTC
Random Selection Loading Transactions
Max Size: 195.47/200 MB

Candidate Block

Mining Attempt a8c9f6518b97ee6a5bbd24e9a5e4e4e142eed595bf6e8b818f3d600ee1d751ca
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root ab82ab50dc356c1e02e98f3ede7495959022f3d513cbdd1e7555a20ae8254f42
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,385
Size: 1.00 vMB
Total Fees: 0.06511967 BTC
Feerates: 477.45 > 6.53 > 1.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (43,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
872,060 872,060 00000000000000000000270a127c65d897262792b3afb76dd07277c6b3d88a4a 6,677 1.00/1.00 vMB 36
872,059 872,059 0000000000000000000054ccc7134711a22e0bfb5b82d076f72fc20d0fb2459e 6,285 1.00/1.00 vMB 45
872,058 872,058 00000000000000000002324c4c0de139c8b3ad9834a2d52d3e3c9c7f4db0a6e7 6,910 1.00/1.00 vMB 37
872,057 872,057 00000000000000000002bdd59abfa41903e6ea8def61432ebb3ae691c962f01a 6,805 1.00/1.00 vMB 43
872,056 872,056 0000000000000000000064e5fde08ba1f7110b5a718da6e7903826e2f68084ac 6,590 1.00/1.00 vMB 39
872,055 872,055 0000000000000000000093eedeb53ea28191efa3de48b108171b10c85be00c52 7,156 1.00/1.00 vMB 45
872,054 872,054 00000000000000000001a80d611745f40d8e50259bbd7d0f5876d91f6369a420 7,119 1.00/1.00 vMB 44
872,053 872,053 0000000000000000000065c9dc27c100e48b18a57b1e650b92bf1fda9c2f3edc 7,157 1.00/1.00 vMB 17
872,052 872,052 0000000000000000000114a8c3addd54985257e1a6448f33865c85f2f9b922e1 6,917 1.00/1.00 vMB 15
872,051 872,051 00000000000000000002ba548787487060a2244ae4c85399c76fee80007756ee 6,473 1.00/1.00 vMB 15
872,050 872,050 00000000000000000000cc8ab98e7302817e5ca4dffc588bc511a5490018d9cf 3,747 1.00/1.00 vMB 9
872,049 872,049 00000000000000000001aaf6cbe5530f27c1d3d4358a3171dd7aa3e038978de2 5,852 1.00/1.00 vMB 11
872,048 872,048 000000000000000000004879109d32af96860e3e5905561f07d86d34f70b783e 3,087 1.00/1.00 vMB 12
872,047 872,047 000000000000000000025adc1a12e804f25ca0192c831a6062be540c5d0fea84 1,207 1.00/1.00 vMB 9
872,046 872,046 00000000000000000000b17c98d489352d5253eeeb6e55276f4bff6e7ef0b541 1,036 1.00/1.00 vMB 8
872,045 872,045 000000000000000000014c38af6844a939c660801221643e77c167cf8b6c737a 2,039 1.00/1.00 vMB 10
872,044 872,044 00000000000000000000bd8bae870c07f0c4af8e3a1b27ecd610e3f84e66cfe4 1,686 1.00/1.00 vMB 9
872,043 872,043 00000000000000000001be27cad1757e69216ae3e703cd173a363f8515c3c152 1,237 1.00/1.00 vMB 8
872,042 872,042 000000000000000000002ca2c4eaac19a14596d70f4d53442ad6d25568e59e20 1,308 1.00/1.00 vMB 10
872,041 872,041 0000000000000000000161d805174ea01261d8d4b671f0dc9e010f8d00066953 789 1.00/1.00 vMB 7
872,040 872,040 00000000000000000000db7c037a75a74c960b000b4f37a282f05174335b5431 1,580 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 783.11 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: 736.19 GB
    • Received: 18.58 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.