Loading Tool

Explorer IconExplorer

Memory Pool

28,089 transactions
12.44 vMB
0.03365134 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 71.99/200 MB

Candidate Block

Mining Attempt c4cb3d670014646cb3ffb111c5ab377fffe3892788f9f1a6d59fd75a1e07fc06
Version 20000000
Previous Block 000000000000000000000f19dcc9737316c01c694748dddb0ef2b40bb44a1dae
Merkle Root 22c507beca6fe55619a2c05610bc43aebce78fac13d2e8da8d87f22d7e72eb98
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,907
Size: 0.9978725 1.00 vMB
Total Fees: 0.01235101 BTC
Feerates: 100.80 > 1.24 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,757 (753,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
159,983 159,983 0000000000000d3712dce234b805138a2fdd43b68df69409c3a92d6c059e91dd 23 0.01/1.00 vMB 74
159,982 159,982 0000000000000c055e4357cc207e85f49795cfa11ccbc116779d528304922ff7 36 0.02/1.00 vMB 183
159,981 159,981 00000000000001815d5020457800009724d8961136885eacb7bf57e331257be8 54 0.02/1.00 vMB 31
159,980 159,980 0000000000000a6ef32de8b3ee2d339a5b2d59639de46a4ead0bcaa4d2ab3e86 60 0.05/1.00 vMB 57
159,979 159,979 00000000000006a6cc04134de034b1867ca03a526446c5c926c0a19ebdd5c9c1 35 0.01/1.00 vMB 0
159,978 159,978 000000000000000d299d77260231aa195c3c3f115533065e2e163a50ed0e18cd 63 0.03/1.00 vMB 132
159,977 159,977 00000000000002cd44737e38943f35e367bfd08943cf37d4965dadde2478d65c 6 0.00/1.00 vMB 1,528
159,976 159,976 00000000000003cfdcca378fc1c24485b839f04cc3df5ff00cb11439108aebc8 57 0.02/1.00 vMB 59
159,975 159,975 0000000000000b6fced1c103bd9470d8ac58e61b4402ecb3247e286d9697b444 53 0.03/1.00 vMB 143
159,974 159,974 0000000000000ae9ba25e6b6bde11e4602709a35a5b88264d5fe93ae2c3875f8 8 0.00/1.00 vMB 0
159,973 159,973 000000000000040d6d43867e4a9ad06baf85781025667e384a2ac5c4b58e2667 10 0.01/1.00 vMB 19
159,972 159,972 0000000000000a69adf92a99372a9f023d08070b0c858593354849aaeeb3d2d4 117 0.03/1.00 vMB 14
159,971 159,971 0000000000000b286c9f9cee05f5b6af7d1a7adf530b39990adafc7b60777e31 29 0.01/1.00 vMB 101
159,970 159,970 000000000000022025833f0baf96774a0317555bf62317b554107e1221940962 97 0.05/1.00 vMB 67
159,969 159,969 0000000000000b939e972758ca627e8b316af80692dcb5ffcac52cb581c85c6b 50 0.05/1.00 vMB 45
159,968 159,968 0000000000000c5105cda7d248c08e2ff0c4cc8bd8dad3a634373aa400da6ca9 37 0.04/1.00 vMB 282
159,967 159,967 0000000000000e44b39ba456d9e017bce62cbcdb8adee5a2a077ebc372ad054a 45 0.07/1.00 vMB 376
159,966 159,966 00000000000007b40e98c5756fc982072091225fb1eb2f8a74cf017c80cca970 56 0.04/1.00 vMB 134
159,965 159,965 00000000000003c959fd3ff4f17425dcf23820381ffe2caeb19d07836317e054 89 0.04/1.00 vMB 188
159,964 159,964 00000000000004f1db65f2026e4d91e3f88644c2da9b213cee1b01848dc16ecd 15 0.00/1.00 vMB 0
159,963 159,963 000000000000076781e749eab2f902e09db0c015b9547dd2de1df574d16f4520 19 0.01/1.00 vMB 81
Previous 10 blocks ↓
Total Size: 780.19 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 505.09 GB
    • Received: 3.99 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.