Loading Tool

Explorer IconExplorer

Memory Pool

42,130 transactions
26.19 vMB
0.05700406 BTC
Random Selection Loading Transactions
Max Size: 137.08/200 MB

Candidate Block

Mining Attempt dd281149971af1d7f52b590b6bf1a24c86613a1d6bae63136cadf5546b441314
Version 20000000
Previous Block 00000000000000000000e9fc36eb4e54258de385eba8454916da1a3a70de6bbf
Merkle Root e81ca274afa79b1e38b4965c250f388d3eff33783912a8b56d9930c8f992e1d3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,276
Size: 1.00 vMB
Total Fees: 0.00926349 BTC
Feerates: 150.52 > 0.93 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,751 (461,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
453,686 453,686 000000000000000001ef49b408e38ea0e00cb6fe3a4d95c4f64fed9d06ce76f2 2,064 1.00/1.00 vMB 85
453,685 453,685 00000000000000000041bdfc20ba2b72d0dd98d100b1d5d1af8276cf8c7287ab 2,179 1.00/1.00 vMB 106
453,684 453,684 000000000000000001ad547b77b17328d8674952d7c937ae7c06da9e9fe569d6 2,204 1.00/1.00 vMB 114
453,683 453,683 0000000000000000017fd80b702571718a2748d962af10fcb913807c5b07622e 2,067 1.00/1.00 vMB 109
453,682 453,682 0000000000000000017cc6d9465e75fcb52de1812beff42192430abfc5a8ed01 1,754 1.00/1.00 vMB 103
453,681 453,681 00000000000000000139976537d4d4678bcd12eb663a07ef43d60b0911602cb4 1,561 1.00/1.00 vMB 132
453,680 453,680 000000000000000000f243a52aee076530175e8ab88bafe90aac9837f0327c35 1,552 1.00/1.00 vMB 123
453,679 453,679 000000000000000001a957dde24a1ddd5db1481c2ffd25efe1afa4b922e9f2bc 1,569 1.00/1.00 vMB 160
453,678 453,678 00000000000000000169338e873caa9b5d81e57ed8f705aa02301c87078cc214 1,822 1.00/1.00 vMB 114
453,677 453,677 0000000000000000015883638e16b25b44b21ca6576147cff0c05c559c16bd03 1,815 1.00/1.00 vMB 144
453,676 453,676 0000000000000000009d32692f33a5709e00f235f1659b31b836522b037309d3 2,051 1.00/1.00 vMB 155
453,675 453,675 0000000000000000004fbd663ae560173c29066cb9c63ad023a7b273530f752c 1,793 1.00/1.00 vMB 134
453,674 453,674 00000000000000000169203c66c557d2d178aca91661de486dafb99bd9d4cb6b 2,408 1.00/1.00 vMB 129
453,673 453,673 000000000000000001e7caa3f9eedcab93ef5a1a467dc4e55bf715917f0a8c5a 2,283 1.00/1.00 vMB 155
453,672 453,672 000000000000000001b7cc08543e5d673d79a54da5f59d79bb200c2c517ceee2 858 1.00/1.00 vMB 143
453,671 453,671 000000000000000000db6f073907db82d68d02e82e9e0c68a1b0163bb37e324b 1,956 1.00/1.00 vMB 184
453,670 453,670 00000000000000000179bbe710d7f588cf43d05fdd4e2ee8b885bc7613a0bc50 1,055 1.00/1.00 vMB 56
453,669 453,669 00000000000000000103bb6687799c8549d0093043474c8348f7be2a01748d4a 1,862 1.00/1.00 vMB 120
453,668 453,668 000000000000000000ffcf2cfd56bf53e43f7b604007651b85b392fc8b1e98fd 1,846 1.00/1.00 vMB 91
453,667 453,667 000000000000000001d924d2d215bc383c27bc3340b02770fc23841e29d6df0d 799 1.00/1.00 vMB 21
453,666 453,666 0000000000000000004a8769e7ac2235e554bd4713763c9d9e1f0f850f689cae 2,133 1.00/1.00 vMB 107
Previous 10 blocks ↓
Total Size: 781.95 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: 647.07 GB
    • Received: 12.89 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.