Loading Tool

Explorer IconExplorer

Memory Pool

45,229 transactions
27.46 vMB
0.11003995 BTC
Random Selection Loading Transactions
Max Size: 144.05/200 MB

Candidate Block

Mining Attempt c71d28edcef59842af91c3470c9b33e862dbf5a158be3301bdcfe7e3d7b21294
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 04495bf0fae639da1488405e4ae004a9a966f3e33ee5bf02028eb313ff7a5841
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,590
Size: 1.00 vMB
Total Fees: 0.05175735 BTC
Feerates: 151.16 > 5.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (388,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
525,997 525,997 0000000000000000002e2f5003dfa508cf670c4a646873ae1d5e9e251bd93bfb 1,530 1.00/1.00 vMB 22
525,996 525,996 0000000000000000003bf55e5913d06cc407a93902e2d977b00748399a2df039 2,162 1.00/1.00 vMB 6
525,995 525,995 000000000000000000369ab937fc569f75171604d891bd403af0cecc38ba43c8 2,031 1.00/1.00 vMB 20
525,994 525,994 0000000000000000001d0392b10e6383c8daa5030b2f158ea4f4c55650ab1b12 2,485 1.00/1.00 vMB 18
525,993 525,993 0000000000000000001ad989d3c0c130e2497eabb7cda58e80b0a8fd381566fe 1,015 1.00/1.00 vMB 7
525,992 525,992 0000000000000000001bb6f6a43c25c167d317c01086322b374e596106d5609a 1,772 1.00/1.00 vMB 14
525,991 525,991 00000000000000000029a7eb32f46db77a347b77c73d4473ac9bc61ee6d0883c 1,247 1.00/1.00 vMB 10
525,990 525,990 0000000000000000003f1ba8dd9ef5939fafbcd70a23b5326454ed6168cc8142 622 1.00/1.00 vMB 6
525,989 525,989 00000000000000000037acbd8ccb51a8f09222800eab38f30c89bbe48ade3925 2,092 1.00/1.00 vMB 12
525,988 525,988 0000000000000000000e62f80def774b415e812da4473cdb49f3ba56ea0f1865 676 0.26/1.00 vMB 3
525,987 525,987 0000000000000000002a4d57abaaac61ceef664361019919bb561c4e8a96ad70 2,126 1.00/1.00 vMB 20
525,986 525,986 0000000000000000003d51474af12a7ff87ca067c3c7dfe9003ec2967951ebde 1,085 1.00/1.00 vMB 10
525,985 525,985 0000000000000000000a99b431d42dd5ef62e2a39f035cdd0a3259689d2211cb 543 1.00/1.00 vMB 3
525,984 525,984 0000000000000000000df955bfc8ddd91fbd804ba56de194f6af4431d9f6fabc 2,314 1.00/1.00 vMB 22
525,983 525,983 00000000000000000017aa09f19558ce62c1cd2540ab95b8e919cdf62c5669c2 1,970 1.00/1.00 vMB 13
525,982 525,982 0000000000000000002e0677e64c7b87d423b8727d5d63b6bebaec29a7f412b7 1,869 1.00/1.00 vMB 14
525,981 525,981 00000000000000000039e19bf190d7c3e35eac041f6a0a6dd60a300aaf63c7fc 2,076 1.00/1.00 vMB 13
525,980 525,980 0000000000000000000473a8fd2e5ed2dbe0bffbbcc838886856935ccf9c3af8 1,192 0.52/1.00 vMB 31
525,979 525,979 000000000000000000306f667d755c468cc5fa85829c4f932f54bc359365c08f 802 1.00/1.00 vMB 5
525,978 525,978 0000000000000000003edf651298f90c58d1d117d71dbc66d275b4595e019547 3,044 1.00/1.00 vMB 9
525,977 525,977 0000000000000000001a6b5688f6cc7bc5e9e9e524edbc8262aae15ac0a94724 2,189 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 653.27 GB
    • Received: 13.85 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.