Loading Tool

Explorer IconExplorer

Memory Pool

25,936 transactions
25.68 vMB
0.08645264 BTC
Random Selection Loading Transactions
Max Size: 124.15/200 MB

Candidate Block

Mining Attempt b142cc87e884caf03c2f11fb777231dd865b979315ffe773f1510b3c1a7520c5
Version 20000000
Previous Block 00000000000000000001149b849a74fdefdbffa02a8df3d8c14ace862c6b5686
Merkle Root d7c72083e5cf155c0c09a0f9d9206e4ba27c4eb77e0d8c911fd6bfdefae6feba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,696
Size: 1.00 vMB
Total Fees: 0.03639964 BTC
Feerates: 150.86 > 3.65 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,291 (374 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,917 913,917 000000000000000000019e1d7b7d790f60de56e85a0266d5b8020a279bc46dd0 3,805 1.00/1.00 vMB 4
913,916 913,916 00000000000000000001058c46ce909af454ed1b2cc51e1dd71a5c347cc5ae71 4,007 1.00/1.00 vMB 5
913,915 913,915 000000000000000000018f69ae29df7c79914fb88c88e7aedd8580e0842811ca 4,681 1.00/1.00 vMB 1
913,914 913,914 00000000000000000001ea4622f32a74dc74aa1719b18cb1d3b2f9a0144ba8b6 3,493 1.00/1.00 vMB 3
913,913 913,913 00000000000000000001c72b8557a4bf2dbba6285021f8570a92cd092c7d2f8e 4,642 1.00/1.00 vMB 4
913,912 913,912 00000000000000000000eef4d2238f2c60494e31ffc8f57dc47d344632c2dc7e 3,344 1.00/1.00 vMB 2
913,911 913,911 0000000000000000000069fc60e8390b5bb8a1a0743473e70c8c134b33a8a2fc 3,445 1.00/1.00 vMB 6
913,910 913,910 000000000000000000001798b29176f090945cb9936c46b11e8b91cb72e96da1 4,153 1.00/1.00 vMB 8
913,909 913,909 000000000000000000000c5314e19d0deee800b1ab40676853dacd6ad1a40168 3,416 1.00/1.00 vMB 3
913,908 913,908 0000000000000000000083e8e00b689da447159e20b8976dccbfc7044b6d9c29 5,750 1.00/1.00 vMB 0
913,907 913,907 0000000000000000000144c73cbf12d445aa8c7109a699f17ad83363242dc193 3,457 1.00/1.00 vMB 2
913,906 913,906 000000000000000000011f82c37e61c2b895fcda2f91c7b75e5f21cf76d0e1d9 3,866 1.00/1.00 vMB 2
913,905 913,905 00000000000000000001aeed4cca94df5529a2358d5e8120a346cacdd7592b89 4,215 1.00/1.00 vMB 3
913,904 913,904 00000000000000000000026dcef5183fe3c5ed707772ac776526d0aed817de19 3,742 1.00/1.00 vMB 2
913,903 913,903 00000000000000000002028351be1ef9eaf2faaf699028bbb3051644d2941aa6 4,585 1.00/1.00 vMB 7
913,902 913,902 00000000000000000000da05d93442360f22052b3e9b26cad1f80d4f63408ab5 4,657 1.00/1.00 vMB 4
913,901 913,901 00000000000000000000e12767ead54527abf692ba79e1f2775cd8acd9284572 4,652 1.00/1.00 vMB 7
913,900 913,900 00000000000000000001045bcb3b2142ad1559f1e2c63e9eccf4c3e3bc543f14 5,191 1.00/1.00 vMB 1
913,899 913,899 00000000000000000001af420a5a05bffb15be5c8cf451f634ff2593c3f09648 3,747 0.92/1.00 vMB 2
913,898 913,898 00000000000000000001b5c2e36fd230f1bcb552aeeb913a297d2a400b59091d 6,101 1.00/1.00 vMB 0
913,897 913,897 000000000000000000016fcba9d6d29495957b78f42ceeb9b370b453827f381b 4,573 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 781.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: 580.05 GB
    • Received: 8.92 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.