Loading Tool

Explorer IconExplorer

Memory Pool

43,346 transactions
26.56 vMB
0.06287524 BTC
Random Selection Loading Transactions
Max Size: 139.67/200 MB

Candidate Block

Mining Attempt 45ca990552f2282a502fb1295705793f341d1bf976f339649eb4e507451097d1
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root dd46b3ec90f4fa671bc995d67553148677fc918b5378e671c2896f26edd8ae39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,212
Size: 1.00 vMB
Total Fees: 0.01416631 BTC
Feerates: 74.70 > 1.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (411,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
502,963 502,963 000000000000000000803cd895ad65c82f3a9ee56e37a213497c6e19db42f37f 3,771 1.00/1.00 vMB 510
502,962 502,962 00000000000000000015e65d3e75f3c735aa706ce13a54db7e80e89575b3a6d8 2,985 1.00/1.00 vMB 556
502,961 502,961 00000000000000000029c5eddf5d14ec089e77ed6212d4cac5d4cd62f0c191ee 3,198 1.00/1.00 vMB 474
502,960 502,960 00000000000000000010b8d7fe3c83ba82bb3eb50367626d2e68e08d96e7f772 4,079 1.00/1.00 vMB 486
502,959 502,959 0000000000000000008ab9334cce996dc069274c3a3289b11bd8f275081d8f1a 3,357 1.00/1.00 vMB 508
502,958 502,958 00000000000000000088746b4e8f591ec13a98894b27a4cd6a4d2c5c73de14b6 3,583 1.00/1.00 vMB 500
502,957 502,957 00000000000000000034417f27ecfeda72e6ee75a082909405073a923dc93c32 3,024 1.00/1.00 vMB 539
502,956 502,956 0000000000000000008749e13b15a23e4f1a01f4612a58cc41eddd21f3515979 723 1.00/1.00 vMB 265
502,955 502,955 0000000000000000006309f790361197d9c488e166e331fe24580f630693f510 1,078 1.00/1.00 vMB 223
502,954 502,954 0000000000000000004e263427460ed29ae16c61cd9ab5502a3e23f4c2983e6a 2,462 1.00/1.00 vMB 415
502,953 502,953 0000000000000000002f2085bba7caf00456d9df02838fc78b6980638a51c66c 2,037 1.00/1.00 vMB 367
502,952 502,952 0000000000000000000b8155e9bc2a460e6772f2b9ec34e0985f728bb379f52a 2,852 1.00/1.00 vMB 452
502,951 502,951 000000000000000000583a020b97f5f9b337b18a6fd1b3b0dc5bcca213d87596 2,704 1.00/1.00 vMB 428
Previous 10 blocks ↓
Total Size: 781.91 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: 645.83 GB
    • Received: 12.78 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.