Loading Tool

Explorer IconExplorer

Memory Pool

72,530 transactions
27.31 vMB
0.09391197 BTC
Random Selection Loading Transactions
Max Size: 164.77/200 MB

Candidate Block

Mining Attempt eeafe33b8b3bc582ecc1823b09253c7ced77a65f4451e5ac3e8580889c935f53
Version 20000000
Previous Block 00000000000000000001e799617490d06c31f59602afc555a6b2d132016657e4
Merkle Root 308cdcc0a57b42cc1e4da59d8b5308dbb44ea4cfac08db29c5b5e2d2cbabb0a2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,614
Size: 1.00 vMB
Total Fees: 0.03508049 BTC
Feerates: 445.47 > 3.52 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,456 (904,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,739 10,739 00000000754ac6909587d789ff295ec7083cf112c16f0c0b4bdf235d2fbcf44e 1 0.00/1.00 vMB 0
10,738 10,738 00000000dbf727595bdfc070c732ed0b154d6fe4cd211b18bdd29a9a5088f6bd 1 0.00/1.00 vMB 0
10,737 10,737 000000003ee3ce81daa7fe5342a82dd59e49154eddfa853833c2d8726b29a310 1 0.00/1.00 vMB 0
10,736 10,736 000000002a954b91f264bec79c241c6d8fb3108aba45bd0c689beb6f302eb66f 1 0.00/1.00 vMB 0
10,735 10,735 00000000bfbe63918db1498d58cef3a742f26f7a78c04adb0a0a847cdb3444d0 1 0.00/1.00 vMB 0
10,734 10,734 00000000fd30defd423a5576899cf5a0649e83556a1d7ce0ae34533bdb59d418 1 0.00/1.00 vMB 0
10,733 10,733 000000007a7b3d3eccd75ba21dbf94eb9af71283048e40f4af257e5d61f93be2 1 0.00/1.00 vMB 0
10,732 10,732 00000000934ca516f99601e99d988ef41df22346a9d6a93d64675895db3a186d 1 0.00/1.00 vMB 0
10,731 10,731 00000000be7713bbdc7c5786b214f37ffffa9bb32a159bd72b1fed6baa60024e 1 0.00/1.00 vMB 0
10,730 10,730 00000000a1035dcd44f87aea6c363a4de9a348aee85d4c078eee846761f6e39f 1 0.00/1.00 vMB 0
10,729 10,729 00000000843b67f94f8018f72277e31e83a4c2fd92006d3a1bc1427001940e67 1 0.00/1.00 vMB 0
10,728 10,728 000000007d81fa6bab98e9b120537838092e97333c6bef7a8f0bdb69e3f3bb8e 1 0.00/1.00 vMB 0
10,727 10,727 00000000d1012f5d3de29028a2d7fbee062d38a516ea25014b7362e122503a15 1 0.00/1.00 vMB 0
10,726 10,726 00000000b611d82e65aefe763ba3271039101737ddb5c34f86557026206e6f2c 1 0.00/1.00 vMB 0
10,725 10,725 0000000044eb622c81e54c970fe39e1b578cf2d81e9d059397b62aa05dce1d91 2 0.00/1.00 vMB 0
10,724 10,724 000000001c972d8b2a9912c21b222ba1e499dffef993aaec585459b62de52023 1 0.00/1.00 vMB 0
10,723 10,723 00000000938df19f8676bc48d8acc5fbffffb330e6a277ce0a37cd0a12913a25 1 0.00/1.00 vMB 0
10,722 10,722 00000000689693d83bbe123723b4004cb7bfed83a5bb25514c9369be20935c7a 1 0.00/1.00 vMB 0
10,721 10,721 000000001f4d47e88135396e5d5ed0ccc92b46901e96306ae36a98ab31a9bcd5 1 0.00/1.00 vMB 0
10,720 10,720 0000000066d0a4f7ee68823c55859f48b55745ec726450e5185f038a0333275a 1 0.00/1.00 vMB 0
10,719 10,719 00000000579e06f00af96a561b020115a8fc6807af0b2b8ccf49e1d918b41fe6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.19 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: 751.91 GB
    • Received: 18.87 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.