Loading Tool

Explorer IconExplorer

Memory Pool

84,973 transactions
31.86 vMB
0.16838553 BTC
Random Selection Loading Transactions
Max Size: 189.68/200 MB

Candidate Block

Mining Attempt 936684f49766d15efc7b564a55d53eaa7d09f555f04830e5527ea97319cdee9b
Version 20000000
Previous Block 00000000000000000000709a48f0063127d97cdfd68d24c6264f3b0e57fb4758
Merkle Root 80503cc53fec803fc5a0a295fb3ac84d8b85c57fa78a02e538c179d3d0249355
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,002
Size: 1.00 vMB
Total Fees: 0.05341130 BTC
Feerates: 402.75 > 5.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,146 (360,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
554,662 554,662 000000000000000000128252b9b1f77014dd22c3faff350d852880c2bf5ffac6 1,734 1.00/1.00 vMB 20
554,661 554,661 00000000000000000009e6537ef91013d4acd1f0b9611dc11f3721a56decdc80 2,701 1.00/1.00 vMB 31
554,660 554,660 000000000000000000011166794779ade0f7290febd0aeb64ce69e1ec4173d99 2,732 1.00/1.00 vMB 24
554,659 554,659 0000000000000000000ab6a2d0168e72fa313f72f9bf1ad4a751f37cd181c91c 2,697 1.00/1.00 vMB 23
554,658 554,658 0000000000000000000698d847669ceab03baad61b7943f15d9fa86200f5557a 1,831 1.00/1.00 vMB 30
554,657 554,657 0000000000000000000ae1760fb96a056be52f2f3ec448a2baf92d16b3b02206 2,844 1.00/1.00 vMB 50
554,656 554,656 00000000000000000014ae07f2e64301c555c5add0b892170df650fd949c4d81 2,779 1.00/1.00 vMB 29
554,655 554,655 00000000000000000022f6cbd024f3852b5c058d4b3ddcccbd52257fd9e2c7eb 2,962 1.00/1.00 vMB 22
554,654 554,654 0000000000000000002f03470c89123e456a1273a8e136410a3ea6c73e449d27 1,859 1.00/1.00 vMB 15
554,653 554,653 000000000000000000015736cb02cda510769302550db3763a01d2c40d5df565 3,318 1.00/1.00 vMB 33
554,652 554,652 00000000000000000017e16ea466c3bb3c9add3e7624ada2119456a64f458f8e 2,818 1.00/1.00 vMB 45
554,651 554,651 000000000000000000153ce465c1059689417d091c63ffae9f98bbc8c69e0327 2,576 1.00/1.00 vMB 22
554,650 554,650 0000000000000000000bb4a2a77662ba05de1a8597b73259b0ec77023ed25aca 2,718 1.00/1.00 vMB 51
554,649 554,649 0000000000000000003225b5260a84fb8772aa13c37ee42c44eff66b8252e47a 257 1.00/1.00 vMB 2
554,648 554,648 0000000000000000001e04b72bf8beabb0105e4632ea7a520a71833be0668071 1,843 1.00/1.00 vMB 6
554,647 554,647 0000000000000000000b6dd125b1d7598d2337d7d9efa7cbfeb72a0d8615fd8c 2,238 1.00/1.00 vMB 4
554,646 554,646 0000000000000000000e3261a00658bb685841cff821f97f0bcbf6e8dfe30759 2,992 1.00/1.00 vMB 30
554,645 554,645 000000000000000000054727aa4e0a1c131e21d0111a4a21bae55a4cf6433a92 2,470 1.00/1.00 vMB 13
554,644 554,644 00000000000000000019b15ebf4a4304f05c3cf9ed8feaf5d08a0727107398dc 2,663 1.00/1.00 vMB 33
554,643 554,643 0000000000000000000f1f7e5054c850d96677c410b2a0decb58e874ad960974 2,527 1.00/1.00 vMB 41
554,642 554,642 0000000000000000000b075fa048d33a802ea143c9bd21f37f583a5ecd321116 1,354 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.65 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: 672.66 GB
    • Received: 16.30 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.