Loading Tool

Explorer IconExplorer

Memory Pool

83,460 transactions
31.03 vMB
0.09353551 BTC
Random Selection Loading Transactions
Max Size: 187.07/200 MB

Candidate Block

Mining Attempt a269bf149e2bc019dab0e11df4766f783b9b9adafdbea67cce2d43f0d8843093
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 874d43a35393246032f986b2b44ef12c7cd107cbd0241eadb9f8df61bb379936
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,701
Size: 1.00 vMB
Total Fees: 0.02533843 BTC
Feerates: 100.80 > 2.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (521,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,049 393,049 00000000000000000a92e6d898caf42b0decbde6e0d0d951c0e07753a548540d 1,901 0.75/1.00 vMB 43
393,048 393,048 00000000000000000039b72fff9e0088c613b6d7369032e2ba03707147008206 1,874 1.00/1.00 vMB 32
393,047 393,047 0000000000000000066531466a46dc0554aea63fdbb0178e9ef9633e47e14243 2,562 0.99/1.00 vMB 49
393,046 393,046 0000000000000000052596807a38b4dd18412cc5d48783a06ad213b848c489a7 670 0.92/1.00 vMB 17
393,045 393,045 000000000000000007bbf3639b76ef30517b3850ded9c70b48c575f44fac8f8c 1,050 0.73/1.00 vMB 24
393,044 393,044 000000000000000007beb2974749dd794d0fe94a8700a129fe6dbb2ee5d9dcca 2,588 0.95/1.00 vMB 44
393,043 393,043 000000000000000002e9c54ce1ec634da445d8ebd12e07f27d57c308d96cd4d4 2,019 0.75/1.00 vMB 48
393,042 393,042 00000000000000000a4844eb71e45db5d559edd655ead9d580b1bda121791749 1,658 0.83/1.00 vMB 34
393,041 393,041 0000000000000000001df71797955c39d45e5e61b9ed573f85c0f3771f1edc5a 371 0.50/1.00 vMB 14
393,040 393,040 00000000000000000546be1abbb42c01db555891129150be4c735ac52ebe3ef3 1,575 0.90/1.00 vMB 27
393,039 393,039 0000000000000000059227a4c465448eec5f2a21dc6280c7492315d195fd73ed 1,787 0.95/1.00 vMB 23
393,038 393,038 0000000000000000074696c5db6e1e8bfef7964141741585faa0d3b85527545a 2,513 0.75/1.00 vMB 68
393,037 393,037 0000000000000000027a64e4ac92c75bbbcd112344f8869f2f50e3c2580ed09d 470 0.29/1.00 vMB 25
393,036 393,036 00000000000000000a8096b09aaf6416995a8343e4ee24d40070db39bbbeb4e9 1,515 0.59/1.00 vMB 44
393,035 393,035 0000000000000000096df6a58374668a15eb61d57da8f128b2ae6a2cc20190ca 1,650 0.91/1.00 vMB 35
393,034 393,034 0000000000000000077baaf9d07c49cf7effb1035944e9011d197fe56831627a 1 0.00/1.00 vMB 0
393,033 393,033 0000000000000000084a1fd4a019e6510f673f582336d68a759ba2166c3f0594 762 0.92/1.00 vMB 15
393,032 393,032 00000000000000000155de3a4082a60f8000d922547005e93ed60c7b3e471e99 1,070 0.99/1.00 vMB 32
393,031 393,031 00000000000000000458791f8e25f31781edd0f727e5cd57743e11aa03a3c52a 1,331 0.88/1.00 vMB 23
393,030 393,030 000000000000000009a3dc1a4ca8d20461f4e06d7cb0cea8105350988854c6d8 2,818 0.93/1.00 vMB 52
393,029 393,029 0000000000000000095ffd23e985e6b1aabefa7e8edb12c31c5787981069dcf9 1,877 0.95/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.35 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: 661.85 GB
    • Received: 14.83 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.