Loading Tool

Explorer IconExplorer

Memory Pool

49,916 transactions
30.03 vMB
0.12435657 BTC
Random Selection Loading Transactions
Max Size: 160.85/200 MB

Candidate Block

Mining Attempt 3cd4c2cb3d4e0ee391898d914bde083cfdb756c3d7287ea18511bc45fa98ecb6
Version 20000000
Previous Block 0000000000000000000076b83b1d6ccdb00623eb84fa22f3fb18eee6fe467774
Merkle Root db377537c29ed9a608f0ed938569869db24f7424c8f87a63efc0494fa69a5a5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,507
Size: 1.00 vMB
Total Fees: 0.06057764 BTC
Feerates: 132.00 > 6.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,829 (411,837 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,992 502,992 00000000000000000011b2274ee21e3e21c71082b0cf4c80dabec74a21e1960f 2,216 1.00/1.00 vMB 556
502,991 502,991 000000000000000000641bcd61da436996730ce3e238a066870314a8477cdba7 1,666 1.00/1.00 vMB 342
502,990 502,990 0000000000000000008a4329eaa693841908f6836a20ed96e38deb81a172b968 2,004 1.00/1.00 vMB 481
502,989 502,989 00000000000000000081ec614e8a88f121b4b6be7c60de23d1c111e7f55122df 2,142 1.00/1.00 vMB 579
502,988 502,988 00000000000000000078d3c02d557a25a0b25e7e232b8bb053a8655040cc4c7c 528 1.00/1.00 vMB 395
502,987 502,987 00000000000000000048cd4ba8a2db861e1fc22d36a03fcdd55b605e7b38dbb6 2,402 1.00/1.00 vMB 517
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
Previous 10 blocks ↓
Total Size: 782.09 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: 651.46 GB
    • Received: 13.58 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.