Loading Tool

Explorer IconExplorer

Memory Pool

45,011 transactions
28.68 vMB
0.06569414 BTC
Random Selection Loading Transactions
Max Size: 152.65/200 MB

Candidate Block

Mining Attempt 1ddba74ff48bb3fc6819f5b1065908b044c705f652c26e9753db8327c9529712
Version 20000000
Previous Block 00000000000000000001715c951c8d4dbbe4a6e37b8651db580e2cce2f31d5f6
Merkle Root 7e459511e598f192bb94204263bc70cc0327078121b2f66103dece68d459b8da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,593
Size: 1.00 vMB
Total Fees: 0.01123587 BTC
Feerates: 301.60 > 1.13 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,857 (411,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
502,965 502,965 0000000000000000003269d541024ee11ad110fd6846fab6b9d4a1985a3acaf9 2,859 1.00/1.00 vMB 505
502,964 502,964 000000000000000000560d05f8326bb5549749a70351b59121354505b5c287ea 2,037 1.00/1.00 vMB 419
Previous 10 blocks ↓
Total Size: 782.14 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: 652.62 GB
    • Received: 13.79 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.