Loading Tool

Explorer IconExplorer

Memory Pool

40,991 transactions
27.45 vMB
0.06988917 BTC
Random Selection Loading Transactions
Max Size: 141.52/200 MB

Candidate Block

Mining Attempt c23d619df58b4ac6e26c2eb0bff2ef2c62f6c259b5465383e7a3db708ae1b865
Version 20000000
Previous Block 00000000000000000000a1786ddd55fd420afa28e0b26d3cdf698b7c13a266b5
Merkle Root 9994021d370ff620a6bfb6822ea80042582b990125d5cd088d36488c99866297
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,306
Size: 1.00 vMB
Total Fees: 0.01685104 BTC
Feerates: 101.47 > 1.69 > 0.55 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,661 (464,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,064 450,064 000000000000000002c48f1a54758dd5ce57b68f0a7a2a606e900bd513cf20e5 1,448 1.00/1.00 vMB 61
450,063 450,063 0000000000000000018423b791fc96849d6441f7e5b5284e533936c1dbc3b4ff 1,151 1.00/1.00 vMB 42
450,062 450,062 00000000000000000205de55fd3b8e7431181a3bec961eb1e58f150e47ff3f7a 1,455 1.00/1.00 vMB 99
450,061 450,061 000000000000000001e051de3f87a2419a040923115058754a914d2b886303bf 1,833 1.00/1.00 vMB 76
450,060 450,060 000000000000000001894538e9f0302c14e970ddac89aef6f5c78cb651d7c737 1,183 1.00/1.00 vMB 58
450,059 450,059 00000000000000000226e5f979cce1d768f4186555e7c7d4f568b5ecfaef88f3 717 1.00/1.00 vMB 13
450,058 450,058 0000000000000000016a9e43b4033638ad10935ba8188eacddc19da866d3251b 636 1.00/1.00 vMB 28
450,057 450,057 000000000000000002b3d5f9c80d808a72a1a5f42313368d8ff5f5b6a9435b8b 1,779 1.00/1.00 vMB 65
450,056 450,056 00000000000000000282171f86060563dc627949f8277d1e32d2a0d411217519 2,174 1.00/1.00 vMB 67
450,055 450,055 000000000000000000bb3d8ee8b832e981a3abd6d9290706ee09cde408d2dcf9 986 1.00/1.00 vMB 44
450,054 450,054 00000000000000000036d0b1dc011b45b0c357f09f2106eaa74618e2907b043c 1,785 0.75/1.00 vMB 79
450,053 450,053 0000000000000000015cd69bfc1da2c0772b5ffe1e532546048d430cce16c5fe 1,559 1.00/1.00 vMB 44
450,052 450,052 0000000000000000023b542904c20d9bd4a264c53524547015882a7976f8b45f 2,268 1.00/1.00 vMB 76
450,051 450,051 000000000000000001718cac23e35527728bd5830deca10f69e9895bc4f9d647 2,845 1.00/1.00 vMB 115
450,050 450,050 0000000000000000026e7c35c72d168e81c704c8ffee0f63d3405af4affad6df 937 1.00/1.00 vMB 26
450,049 450,049 00000000000000000027c431604bd3003fdb7afc719d78eafc0139f2240373ef 1,725 1.00/1.00 vMB 59
450,048 450,048 000000000000000000cfb944b1d639f134093838c03804e0e4cbdd0a833d2e4e 2,810 1.00/1.00 vMB 116
450,047 450,047 00000000000000000254fcc227f892b6f58cf6dee3dc3330338f2ba05840ac9e 2,120 1.00/1.00 vMB 77
450,046 450,046 0000000000000000008b913748109d13111b4fdede3d95c12d5fb51ec92a2f9f 2,918 1.00/1.00 vMB 110
450,045 450,045 0000000000000000001c42d9c6901eece8b5683d0b0f4f89d1450a901237b5c2 2,166 1.00/1.00 vMB 78
450,044 450,044 000000000000000002a177721e5369e6efa600b740d7f8b3bdad00a389aeb579 1,437 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 781.79 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: 634.06 GB
    • Received: 12.23 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.