Loading Tool

Explorer IconExplorer

Memory Pool

45,591 transactions
28.40 vMB
0.07182243 BTC
Random Selection Loading Transactions
Max Size: 150.89/200 MB

Candidate Block

Mining Attempt 3e3adc8b6bc8a666755e5c6e1c3a2b6d99e070e7af97054935420c0a2d0c16f5
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root ad386feafb8e46d16d815e547b7acd4361f7d2440064cf2d0e2866b88b351776
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,639
Size: 1.00 vMB
Total Fees: 0.01819331 BTC
Feerates: 100.23 > 1.82 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (526,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,749 388,749 00000000000000000321a9e6c5481d57e560e60b94933e3e839bc2851e2ebe6d 1,308 1.00/1.00 vMB 22
388,748 388,748 0000000000000000003224348f543ad4166838483b84b4401caf7a879a4bee6b 1,727 0.75/1.00 vMB 36
388,747 388,747 000000000000000005832a17f51cfaca50ecba53f993c23e10f36f6896a0ca36 2,281 1.00/1.00 vMB 33
388,746 388,746 00000000000000000113d140e84bb241422251eac44d3dba9ac8adcc76a038c0 1,243 0.90/1.00 vMB 22
388,745 388,745 00000000000000000507659f4a8de7eb6c9939008dd37c4592a308da26475d3f 2,501 0.93/1.00 vMB 45
388,744 388,744 0000000000000000096a1961d4c22e26eef2e337a132e65e45b5290abd96de62 2,284 1.00/1.00 vMB 30
388,743 388,743 000000000000000000798267fad05f05db9cb93446dbfe62b1fae4e9acb07aea 2,317 0.75/1.00 vMB 58
388,742 388,742 00000000000000000bee70a90c438ab7662844c5559f3522614f307510834085 948 0.62/1.00 vMB 27
388,741 388,741 000000000000000003e69cda340500e25adf16072316bc7fc75bf330f0a86175 2,147 1.00/1.00 vMB 41
388,740 388,740 000000000000000001c2a6bb2befe2e1e84915e44509cb3ea000009b03199842 2,265 0.75/1.00 vMB 64
388,739 388,739 00000000000000000a8d75ffc3aeeecf88fbedaf0381a05b1e2543331add3554 1,645 0.62/1.00 vMB 41
388,738 388,738 000000000000000003f0c1b352a6523785c37839ffd3e4ee319ea5648a17da91 2,490 1.00/1.00 vMB 37
388,737 388,737 00000000000000000ac95b9778810206109c6ee9a849e5b8c7e2f45b8ff97096 1,742 0.75/1.00 vMB 31
388,736 388,736 0000000000000000077152ba5cde04dbc4afa243ad33022ab2d2cbb3c28dd9c4 3,495 1.00/1.00 vMB 47
388,735 388,735 0000000000000000093ed12b806f6c04bf4273bbe7ae39f3727911343d10be14 2,526 1.00/1.00 vMB 36
388,734 388,734 000000000000000005236c3868096a0d0efe7c084950005ea5dbe285c2ab8dea 2,939 0.93/1.00 vMB 70
388,733 388,733 000000000000000008f5d3b6024cef0888d301a69296e6e6fbd0ffdfdf956e9a 2,231 1.00/1.00 vMB 37
388,732 388,732 00000000000000000945a1a2e4d573f1b0c8cd96408474872feabfbab600a4de 1 0.00/1.00 vMB 0
388,731 388,731 000000000000000001267e0171d75596d9f6cec53f2334a06359dfd27950e0d7 2 0.00/1.00 vMB 0
388,730 388,730 00000000000000000cf59c53e8c3e95d390591b8849324aa7acd209483000049 2,640 1.00/1.00 vMB 40
388,729 388,729 0000000000000000052fbf378bd25edd4001bf0a2b6da00bd383c0f8e5cc6704 503 0.29/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.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: 651.97 GB
    • Received: 13.67 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.