Loading Tool

Explorer IconExplorer

Memory Pool

81,470 transactions
30.13 vMB
0.14438323 BTC
Random Selection Loading Transactions
Max Size: 182.86/200 MB

Candidate Block

Mining Attempt 20625a1e796410f9e027fe095eeab457fa66eb4932f1c1e3da3539b678c8e670
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root a0ef1e738c0b7184c6ed74cefc787f19191664a708de1330a7d9f308709f079a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,811
Size: 1.00 vMB
Total Fees: 0.07340721 BTC
Feerates: 101.65 > 7.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (131,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
784,094 784,094 000000000000000000017c761aa1e9349a063c99637d780a4fba30bc106d7457 2,126 1.00/1.00 vMB 19
784,093 784,093 00000000000000000001d8f225041f0f7face37e69ffb758d8daab9bbc6d4637 2,568 1.00/1.00 vMB 18
784,092 784,092 00000000000000000001c5fde1991743625d6c64173fc2e28377d1aea8a1cc23 3,138 1.00/1.00 vMB 25
784,091 784,091 0000000000000000000057d1872dcf358973300d1b23eac8e8a305c3ced2d701 3,335 1.00/1.00 vMB 26
784,090 784,090 00000000000000000005aea3bc491f7356f4c16a8cd135f4d69d37d3c4b27df3 2,777 1.00/1.00 vMB 37
784,089 784,089 00000000000000000003fb54ee773580b5fa5c6b87bab3e1dfb6c2460b799a6c 2,503 1.00/1.00 vMB 35
784,088 784,088 000000000000000000055a0201a2ff03b0924809f70d4533bf26d25913099430 3,724 1.00/1.00 vMB 34
784,087 784,087 00000000000000000001f68c80d6fa17ad51705cea80107d55c822c83fd364b2 3,636 1.00/1.00 vMB 35
784,086 784,086 000000000000000000009766b011b2801dfc5ca7ce025f1b6eeef86b6488223e 787 1.00/1.00 vMB 17
784,085 784,085 000000000000000000008f8d344c4b60f7b7f66aef2b3d778f9a2aaf7f01d8ef 2,837 1.00/1.00 vMB 22
784,084 784,084 000000000000000000027428ed69a5cad345afdb17c4542c740a4155548635e2 2,617 1.00/1.00 vMB 19
784,083 784,083 0000000000000000000196b4c711cb7dad3246c15664aeabbd084a0647130b12 2,320 1.00/1.00 vMB 19
784,082 784,082 00000000000000000005d46e54feae7ad3542d058d55092fda615921697f6b1b 3,125 1.00/1.00 vMB 25
784,081 784,081 00000000000000000000db83eeb7a5b44c416d65dd5b24efc5a7c585c18002b5 2,978 1.00/1.00 vMB 25
784,080 784,080 000000000000000000026033eb32b991461e15bbe0846835c08ef9674762d7c8 3,839 1.00/1.00 vMB 31
784,079 784,079 000000000000000000049e59b03595fb0426db4a98f3299d36c95178c3287077 2,653 1.00/1.00 vMB 40
784,078 784,078 0000000000000000000520fcf4ee55e7331c05c0232ba0ddec0e15b35d4f5300 2,013 1.00/1.00 vMB 35
784,077 784,077 00000000000000000003f9e518c4eb4ca32cd84bd0915f01a70007bdf85d99b3 2,424 1.00/1.00 vMB 20
784,076 784,076 000000000000000000057eab4e84310c3bc85755f8a13d2de1ff76dc2959ec00 3,768 1.00/1.00 vMB 33
784,075 784,075 00000000000000000001d21f312dd0d616d3acdedf04c3ce2b815c1acf279ec4 3,437 1.00/1.00 vMB 31
784,074 784,074 00000000000000000001f56e59b91dd42c120b7d9d75f0a0b054544095f1c02c 3,110 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.61 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: 671.90 GB
    • Received: 16.06 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.