Loading Tool

Explorer IconExplorer

Memory Pool

42,701 transactions
26.26 vMB
0.05201038 BTC
Random Selection Loading Transactions
Max Size: 137.94/200 MB

Candidate Block

Mining Attempt abc18d2b2a33347a17033c2142d753c588d16f4ed3b8ec40ebe501ceb4e1e2d4
Version 20000000
Previous Block 00000000000000000000de66d14147d0641e86d110cedc8b36235857d0e5e522
Merkle Root 9cad150698749e229b8d6fc8bd043f54b3d49608636f27a0fc8b43838f60a440
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,364
Size: 1.00 vMB
Total Fees: 0.00410938 BTC
Feerates: 40.21 > 0.41 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,748 (221,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
692,972 692,972 000000000000000000064143a035f51e9930b018e802355b2dbbc00f0687addb 1,975 1.00/1.00 vMB 12
692,971 692,971 000000000000000000061039f48f6eb77c39047068eb2af814a8ff94865291f5 1,091 1.00/1.00 vMB 15
692,970 692,970 0000000000000000000d0041838aeecd0e8a76691bf7c43932742be0ca9d17b9 498 1.00/1.00 vMB 5
692,969 692,969 000000000000000000025c02b6f451de3154f14767645b3edf722deffe7c9d6d 1,368 1.00/1.00 vMB 13
692,968 692,968 00000000000000000000f34f587608723bbfd1a61c5c89d56564777794450378 1,068 1.00/1.00 vMB 11
692,967 692,967 000000000000000000115d04edf2f7786bb54c158e5820dfb559c90422fb756f 2,196 0.94/1.00 vMB 5
692,966 692,966 0000000000000000000171302cdd071b4e7cebb21c215ecd91b5c851cc838485 1,604 1.00/1.00 vMB 9
692,965 692,965 000000000000000000113e90d24cc53b738a3c0824721887994c71e8be31c594 1,235 1.00/1.00 vMB 9
692,964 692,964 0000000000000000000662ca5e8401a7d6e2f933db1773f0bf7fe5c6d0eca4aa 1,155 1.00/1.00 vMB 12
692,963 692,963 00000000000000000012adf5587cfa3c8fcb2189bf9973f9346e42fa3376e959 296 0.15/1.00 vMB 2
692,962 692,962 0000000000000000000e412ca81932f6c81e87944f5531d8e199e90b31f7e562 1,944 1.00/1.00 vMB 4
692,961 692,961 0000000000000000001340c8d5f89d98b4d000ff2b5e588bd8500a99beeb3a43 1,176 1.00/1.00 vMB 11
692,960 692,960 0000000000000000000c5d07df0613bf7ae6ecdb0ba451e6d10df3290e485417 870 1.00/1.00 vMB 10
692,959 692,959 000000000000000000062dd1876b1bef4bb1320b232e5ef38f07718813cef668 1,252 1.00/1.00 vMB 9
692,958 692,958 0000000000000000000e6dadd682495e21be4e1e9a44e7cdcf1e0971dba5e4d9 66 0.02/1.00 vMB 14
692,957 692,957 0000000000000000000195a0089efcf390a9ddf2e3b20af656d0e192455d67cb 1,083 0.40/1.00 vMB 13
692,956 692,956 00000000000000000006d53e5476e99a548a5fb4d0723ba27cb9a25b4ef05791 1,117 0.94/1.00 vMB 3
692,955 692,955 00000000000000000000f001fe8a86c27e0245d9c74af08b47a87e08ab2a979b 980 1.00/1.00 vMB 12
692,954 692,954 000000000000000000101ac6c50f181c7d8a9ac716ee35c20c5f59768f715844 584 0.68/1.00 vMB 2
692,953 692,953 0000000000000000000dd13537ab68e8b95eb9a52efac9c8c2ec5a3963211066 2,177 1.00/1.00 vMB 5
692,952 692,952 0000000000000000000bed22895b38afaaeb7cba0737ee666b498f1bc654c3cb 1,394 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.94 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: 646.76 GB
    • Received: 12.88 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.