Loading Tool

Explorer IconExplorer

Memory Pool

44,471 transactions
27.34 vMB
0.09394480 BTC
Random Selection Loading Transactions
Max Size: 144.42/200 MB

Candidate Block

Mining Attempt cb4cece0afce50fa888208d12feaf30c3a46df542314f764ccf2970a7ff9255d
Version 20000000
Previous Block 0000000000000000000182fc7e3276e0ca1f0b423f92087ce28c2892578cee65
Merkle Root 9ea706349e6e72f210248ca82f6311f3b4eebac3ea3f8793c191e15006f3e3f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,886
Size: 1.00 vMB
Total Fees: 0.04243184 BTC
Feerates: 101.65 > 4.25 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,917 (345,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,540 569,540 000000000000000000115f4feed11411631ca6826a38276361c9df91bb75ad3f 2,511 1.00/1.00 vMB 22
569,539 569,539 0000000000000000000874aea0b01fb826196b8c8454f8dff61feb5e8ca1b092 1,713 1.00/1.00 vMB 16
569,538 569,538 000000000000000000253903a502b6c60d21d319cf57248291764bf0164e7fb0 2,830 1.00/1.00 vMB 30
569,537 569,537 0000000000000000001791433e4d33176be65d216ec8eb8515496a7ec4bfb763 2,776 1.00/1.00 vMB 24
569,536 569,536 0000000000000000002811f1528146267ee48c2da69713d93f20b3e3b9f0d01f 2,650 1.00/1.00 vMB 29
569,535 569,535 00000000000000000007bf8a26f5b2591284b6abdd569e22aaa4c5480bdb0afd 3,386 1.00/1.00 vMB 58
569,534 569,534 000000000000000000233ec4587b2d5d7b5374b42088d94402a0ff308115c09f 3,053 1.00/1.00 vMB 33
569,533 569,533 00000000000000000029faee283a6ec6b4adce7fc67a17d5de577c3d0eeb3481 2,749 1.00/1.00 vMB 41
569,532 569,532 00000000000000000004ab4bf9c49f67c9189166ec8f52502e54c11a5e7368a3 3,058 1.00/1.00 vMB 45
569,531 569,531 0000000000000000000702bb4e0c7f42f0d28c91a9da48819ae733d5e014f267 2,771 1.00/1.00 vMB 22
569,530 569,530 000000000000000000073f11854b3eb98db56026664f38fd5bf033fbfbd80100 2,600 1.00/1.00 vMB 20
569,529 569,529 00000000000000000006cba1868e1a89aaa55c5de4fe34204ddb0ab3c124d36c 3,445 1.00/1.00 vMB 51
569,528 569,528 00000000000000000020727ba95759ecd20fe93e4d6d5368ff6f7253beaf4c7c 2,196 1.00/1.00 vMB 52
569,527 569,527 000000000000000000035afeccb59b467b251b5daac34da087ab13026fb9b531 2,630 1.00/1.00 vMB 14
569,526 569,526 00000000000000000012a9b33d3e3621567bd3577d0d6f75fdc946ac2057ac1c 3,002 1.00/1.00 vMB 31
569,525 569,525 0000000000000000001ef1dc12674f558ee1b4fb7934e2c5761f70874717e270 3,203 1.00/1.00 vMB 41
569,524 569,524 0000000000000000001e865b0007e457ca51b0d768598448b36393048db6e452 3,254 1.00/1.00 vMB 45
569,523 569,523 00000000000000000017510efdd01b10dc667db436b983c82c920c1fc0b491f0 3,416 1.00/1.00 vMB 49
569,522 569,522 0000000000000000000056e1ae764a76fee06ce78054bb84ef8b540ac0ce5cc8 3,306 1.00/1.00 vMB 41
569,521 569,521 0000000000000000001cd25d7e65020f9c2ced693716a321c948a9bd94bce18e 2,926 1.00/1.00 vMB 54
569,520 569,520 00000000000000000018c75f327a97fff9edcaa0296a2e793ab9d09e2449ebf9 2,242 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.24 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: 655.15 GB
    • Received: 14.27 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.