Loading Tool

Explorer IconExplorer

Memory Pool

46,578 transactions
26.97 vMB
0.06382528 BTC
Random Selection Loading Transactions
Max Size: 143.30/200 MB

Candidate Block

Mining Attempt d5bd734d74e8c0e60fb9935c0d04a7f55cab9daddc4e547a432c353d60ba2bba
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 87ebe15265f923695771b515c07554935c6cdae4890a34d53366bda8dafc4c92
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,209
Size: 1.00 vMB
Total Fees: 0.01395160 BTC
Feerates: 100.17 > 1.40 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (411,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,986 502,986 0000000000000000005fbaa9f8bf0e9008214d90ac10b0fb6d32bd0183ea819a 1,268 1.00/1.00 vMB 278
502,985 502,985 00000000000000000019999489ec2630392b0bbf45516d3371e8fc1ef1f5fe67 1,615 1.00/1.00 vMB 355
502,984 502,984 0000000000000000003d9a15205da765bf961909da9bdc19d2469168f25002c1 2,043 1.00/1.00 vMB 366
502,983 502,983 00000000000000000082a7157b098eea02cd0a41655f7c37a4f154b7b88ef18c 2,081 1.00/1.00 vMB 451
502,982 502,982 000000000000000000502ceaf83bae90c5c393209d0d535d1cedd3a0e15019c7 2,968 1.00/1.00 vMB 540
502,981 502,981 000000000000000000338d699d293acff54deead59f3ad81cebdea5fd958df6e 3,340 1.00/1.00 vMB 545
502,980 502,980 00000000000000000033620774e8aeeaa02bb5d83a12260b33c0cfced1711300 2,631 1.00/1.00 vMB 492
502,979 502,979 0000000000000000006af64fecd901635c0585479eccfdaf14336e4d60766b4a 2,370 1.00/1.00 vMB 475
502,978 502,978 0000000000000000003eb6284edc5534388bca628abab5316e8d3aadf77a9aef 2,646 1.00/1.00 vMB 492
502,977 502,977 000000000000000000444139f9db5e88cd87f1896159e606bdb280a3d520bf25 2,286 1.00/1.00 vMB 483
502,976 502,976 0000000000000000003921a876e5b64dc0732b3e811b8f54351ffd8a78b1cf50 3,253 1.00/1.00 vMB 522
502,975 502,975 0000000000000000000fce09049e892de411b39e7029e746998184f0166715c5 3,478 1.00/1.00 vMB 552
502,974 502,974 0000000000000000001e4b2695ba9444db8712f04b5ea4d8a0d110325783b59e 3,759 1.00/1.00 vMB 542
502,973 502,973 0000000000000000001f6b106278a1da5119bf3c5def050c56b25b4cfe801735 2,747 1.00/1.00 vMB 475
502,972 502,972 00000000000000000074f04e5cee5319df2e7f22cfd4b03d156dd8ce866d2e03 4,109 1.00/1.00 vMB 511
502,971 502,971 000000000000000000076dd2a02af3c0a17232404eabb279f0f20eafdc9b4109 2,367 1.00/1.00 vMB 595
502,970 502,970 0000000000000000008b5521624cf87ad44f1509201e2729176a20e09b3d4c35 2,896 1.00/1.00 vMB 509
502,969 502,969 0000000000000000007ceef2d908f52b8956a38ce94ffc2fd4a10e554cf49752 3,517 1.00/1.00 vMB 534
502,968 502,968 0000000000000000000764ffa0375bb849ecea8ac4cba8cfe9e41278d143f80a 3,554 1.00/1.00 vMB 496
502,967 502,967 0000000000000000000ae7b36b405caefb9faa23b83e15bc0cffe57a6855637d 3,757 1.00/1.00 vMB 504
502,966 502,966 0000000000000000000aa8f53b0f38b58c75bdc8f08a9715522a8347fcb138d1 3,189 1.00/1.00 vMB 570
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.