Loading Tool

Explorer IconExplorer

Memory Pool

77,487 transactions
28.93 vMB
0.08263236 BTC
Random Selection Loading Transactions
Max Size: 174.92/200 MB

Candidate Block

Mining Attempt 1fac8f236cdd1528d1713266ac21e7fbe18d072fdd604250eed5ef73f2af9ccb
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root ddf5295db7b8f2166b6538e8db9a4cbf83f7ed623531185097e6494bf2932ce3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,959
Size: 1.00 vMB
Total Fees: 0.02233653 BTC
Feerates: 150.93 > 2.24 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (364,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,961 550,961 000000000000000000011ed8d4dbf86d40dd7190041687ccdd976971912bc91e 2,754 1.00/1.00 vMB 70
550,960 550,960 0000000000000000001daa1ff5b299eb8f535767e5a77a351c4824588677bab2 2,229 1.00/1.00 vMB 64
550,959 550,959 0000000000000000001d572b841b12e09a24381e0e00db92c6d393859693fe50 1,584 1.00/1.00 vMB 63
550,958 550,958 0000000000000000001d608747359e7666b66889b2334b51ccf4fe74c1a14444 2,896 1.00/1.00 vMB 52
550,957 550,957 00000000000000000000b7e997ddb9f1320f0e53f21090e73270971514b1661e 1,810 1.00/1.00 vMB 74
550,956 550,956 000000000000000000249228113421860caa24fbe0ada757446eefd819f1f07e 597 1.00/1.00 vMB 59
550,955 550,955 00000000000000000021ff5277a67892c7f491ad0e3b21e3ac4892112844f2dc 1,013 1.00/1.00 vMB 76
550,954 550,954 0000000000000000002034560f915f4c742d6017df110e1d46b05fc116da8525 2,966 1.00/1.00 vMB 71
550,953 550,953 00000000000000000019b29b6f571503e7daefafb219619fd4775f6f2c1f91a4 2,215 1.00/1.00 vMB 28
550,952 550,952 0000000000000000001ef838bddd2c4d8bdd3402c5b16a74467b7099de084f64 2,443 1.00/1.00 vMB 51
550,951 550,951 0000000000000000001f3d97d1f8af675c305f5ea5fdec92472a0a65034d4613 2,597 1.00/1.00 vMB 44
550,950 550,950 0000000000000000001500cd9b68636c005dfccd7c53448051b37e1e88ee91f0 2,097 1.00/1.00 vMB 55
550,949 550,949 000000000000000000177a5f9127a4ec0539a7921451fc8a7877a95376c04b4f 2,861 1.00/1.00 vMB 73
550,948 550,948 00000000000000000008fea0dcbee9451c4f9db880ae5bc72b8ad361084bbb21 2,429 1.00/1.00 vMB 51
550,947 550,947 0000000000000000000cc73723d65abbb6b5ae66f8bdc2f37c8b6c8d3a01ea25 3,151 1.00/1.00 vMB 80
550,946 550,946 0000000000000000001e294eb33da8121696738a0898bfe155dee40a094454c1 2,597 1.00/1.00 vMB 74
550,945 550,945 0000000000000000001711e45a3c0eb6d9514abb9fcf711081f6c97f6e5ff6bc 2,128 1.00/1.00 vMB 38
550,944 550,944 000000000000000000285cd94424c42a05d33cb2f008a78284a5b420dab8107f 2,523 1.00/1.00 vMB 75
550,943 550,943 0000000000000000001f9e9772f6d4d9cfedebf34612c95802372217afd39d53 2,372 1.00/1.00 vMB 28
550,942 550,942 0000000000000000001b7daefa7144165d71c3c0855f2a067ba7f06f7365cd6d 2,435 1.00/1.00 vMB 51
550,941 550,941 00000000000000000007478c1823da5a9a6c04580622c65e2bc55195ff1b3a0b 2,476 1.00/1.00 vMB 85
Previous 10 blocks ↓
Total Size: 782.67 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: 673.11 GB
    • Received: 16.40 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.