Loading Tool

Explorer IconExplorer

Memory Pool

86,517 transactions
32.46 vMB
0.11221065 BTC
Random Selection Loading Transactions
Max Size: 195.23/200 MB

Candidate Block

Mining Attempt f0ad9905fc12e6b58c03f160354b70986e36aca26e228c7615dfd8afa5ea627b
Version 20000000
Previous Block 00000000000000000000b3b36493b98d8831183a4c3bad48ccf282a73492693b
Merkle Root 5814ef7794c36808f1b5a987a02ae1eb2412dee074d9a7a64fbee55a21438b82
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,621
Size: 1.00 vMB
Total Fees: 0.03761152 BTC
Feerates: 218.18 > 3.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,072 (669,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
245,778 245,778 00000000000000458c46ab1643c0e70e832baeb7a80b1403563eadce2d857354 119 0.05/1.00 vMB 143
245,777 245,777 00000000000000c32e4823f288ac00df7e58b02e729f0f7abbd874081c7eba51 221 0.10/1.00 vMB 121
245,776 245,776 000000000000000c883efb1b7b9d4c0314c199abe4904777fe26593bb7fb6a36 205 0.09/1.00 vMB 153
245,775 245,775 00000000000000161b90c0c53533526dc5efa54a3375f832565f41e5b05f2e9e 199 0.09/1.00 vMB 167
245,774 245,774 00000000000000539549ded4d4982bf1be57ac35e33a94596d5fcc2662d46a74 43 0.02/1.00 vMB 1,376
245,773 245,773 00000000000000679668270a8cd7e0fcbc58bc971cbcbb9c92761e60e5c5e13b 371 0.21/1.00 vMB 124
245,772 245,772 00000000000000b39fa1b9065ea8d7297a0254c569662f5d94ece5afee3bab11 40 0.01/1.00 vMB 253
245,771 245,771 0000000000000027fd3824ff2f75a51eefb86422034f94cdfff71e3fab0cb1b1 304 0.11/1.00 vMB 177
245,770 245,770 00000000000000a53cdf6e2bc4add66d7cd3a3537b5a6ee17dbd2ba201ae94ae 73 0.03/1.00 vMB 136
245,769 245,769 00000000000000a0f00e1dda6cbf2e2e2070a0e22fc8b1ec508ba4154422d6ec 96 0.04/1.00 vMB 161
245,768 245,768 00000000000000a4a735910db7ab2a4c9d29df67316389bd1d12be3164d64b4e 116 0.08/1.00 vMB 38
245,767 245,767 000000000000005e49b36c4a2f17386c35e084c961bed06bd483e859d1843a55 306 0.17/1.00 vMB 73
245,766 245,766 0000000000000046e4bf1f8601e80dcb4cf0c263ab73de0a485ee5cda727466e 650 0.25/1.00 vMB 195
245,765 245,765 00000000000000970a51100866f4b60eb2708837f3ee5f9d1b9a0f34c19313ac 64 0.05/1.00 vMB 24
245,764 245,764 00000000000000b29999352762a3e99b575f89a7098c07f9aea7244958a07323 243 0.12/1.00 vMB 128
245,763 245,763 000000000000006cec3b0e7b02be1813f646bec416c2c015cb109f485a7373c6 37 0.03/1.00 vMB 88
245,762 245,762 00000000000000a7e18abc6008db05af7d3d0184bb8bdd83c0d3120cc5a45e17 174 0.09/1.00 vMB 158
245,761 245,761 00000000000000070d0fe70f3a1e7e36bddace151579928bcd72e553c08d9443 14 0.00/1.00 vMB 110
245,760 245,760 000000000000001d181e1954911f268bb49f3a8ef1d6abd3242a82c6304ba0dd 9 0.01/1.00 vMB 3
245,759 245,759 000000000000002d9e58bfd7595fe4d9a5f3cb252cdc35b10f06c83c23532938 269 0.12/1.00 vMB 141
245,758 245,758 00000000000000b2c53599098d7d6b20e2c868a91cfa2b2808e3a6ab858e9c7e 5 0.00/1.00 vMB 188
Previous 10 blocks ↓
Total Size: 782.52 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: 668.87 GB
    • Received: 15.61 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.