Loading Tool

Explorer IconExplorer

Memory Pool

77,842 transactions
29.01 vMB
0.06863132 BTC
Random Selection Loading Transactions
Max Size: 173.58/200 MB

Candidate Block

Mining Attempt b5f9775b4960412852fcb29d74df7e82aae797f9d34ccfe52d6d05bf6bbf4096
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 7f0c12c3b595e87a5a2e4ef09121890c97cdafed6aaec525b9049b2e6b1933ce
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,390
Size: 1.00 vMB
Total Fees: 0.00994918 BTC
Feerates: 73.20 > 1.00 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (297,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
617,645 617,645 0000000000000000000c4358d9e36474d42c0694ae3faf338a467a628cd7732b 1,491 1.00/1.00 vMB 13
617,644 617,644 0000000000000000000b3b518e7908a7f604eb761dbb6024fc55763642e844cb 2,559 1.00/1.00 vMB 13
617,643 617,643 00000000000000000007232d8486e7c3482f3efcd1b6458af667bc72af424ed3 2,468 1.00/1.00 vMB 34
617,642 617,642 0000000000000000000d302456ae9998a2d1297cc7e86ad8eb16768703f1ef49 2,833 1.00/1.00 vMB 39
617,641 617,641 0000000000000000000153450a2de9751c7f99bf780772d0fff5a9f83490cc3d 1,960 1.00/1.00 vMB 21
617,640 617,640 00000000000000000008998ca887a1d0744afd74e651e22ff3981871f6e9e614 2,227 1.00/1.00 vMB 32
617,639 617,639 0000000000000000000294cffc34c8ecc3dae62aad4a60cd49de7dd935d1e3b0 1,935 1.00/1.00 vMB 31
617,638 617,638 0000000000000000000ef57e02dcef53fbadf8adbfdcdbf6300059f3ac9d194a 864 1.00/1.00 vMB 76
617,637 617,637 00000000000000000000950f189a36de58211387c0c0bf7a78d9750cc3019fa2 1,406 0.41/1.00 vMB 4
617,636 617,636 00000000000000000008108e42da55b247c2952ccf8e9869e0ce53f027a54c7e 3,169 1.00/1.00 vMB 9
617,635 617,635 00000000000000000006427e9581ab4e84c2c33166680b4f9ab7ff0eeabf205d 2,982 1.00/1.00 vMB 22
617,634 617,634 0000000000000000000aa9d9d4373255bf087ddfc758dfb24fdc8494df629931 3,005 1.00/1.00 vMB 22
617,633 617,633 00000000000000000011d7d2ac8a2305ab3da717b399cda9c1cfc6859ce50594 2,644 1.00/1.00 vMB 23
617,632 617,632 0000000000000000000c1af4ea30a0b9c3f378d09dd79422f00cbf7a833cc546 2,752 1.00/1.00 vMB 23
617,631 617,631 0000000000000000000052704a44242397e030b58b51a8c671af2cbc6e8bec3b 1,665 0.51/1.00 vMB 16
617,630 617,630 00000000000000000008f0092be3f71ff7521be9745bec1e28b373ee93e0a56e 83 0.03/1.00 vMB 15
617,629 617,629 00000000000000000008c11dfb4b0edb1d3b512f8d1711cd450551a181d464d4 71 0.02/1.00 vMB 22
617,628 617,628 00000000000000000003e36eaeb591075a6e29d9d6eefddd0f719048f6fdf956 2,904 0.93/1.00 vMB 14
617,627 617,627 00000000000000000007de27fcebc43a3865e8c4b767851af7e3e5778296ad93 3,072 1.00/1.00 vMB 25
617,626 617,626 0000000000000000000ad73537c739ce3d33e8cb3662b4bf5b6b0ff32037ae79 1,385 0.44/1.00 vMB 16
617,625 617,625 0000000000000000000f16af275ed1423b39be501fcefc869839bd2d89dd8723 2,652 0.79/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.50 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.41 GB
    • Received: 15.50 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.