Loading Tool

Explorer IconExplorer

Memory Pool

52,416 transactions
29.42 vMB
0.09195257 BTC
Random Selection Loading Transactions
Max Size: 157.72/200 MB

Candidate Block

Mining Attempt dcc9856bed66f1a9b47fbcbb76bfdc159defc4402bf3bad4224afae6523ee9f1
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root c7708f733b3b687ac7aa6bd4b0fff5dac68c4f2491d6462e24807e5b8b736135
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,186
Size: 1.00 vMB
Total Fees: 0.02289544 BTC
Feerates: 100.53 > 2.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (517,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
397,703 397,703 0000000000000000044db613aeb47ee12a3d7471bbed39b8990d07423c5a910c 1,668 0.95/1.00 vMB 35
397,702 397,702 000000000000000002d4d66df37d6a9bb760e521c991bdb596e039ce71eb50c0 688 1.00/1.00 vMB 28
397,701 397,701 000000000000000003b2f71187fe3a9b0cf99febd5fa00f5690b8ebe93d7d1b2 1,742 0.93/1.00 vMB 33
397,700 397,700 0000000000000000046710cdc74fb1746853676719cbe1f308f52d5b3a0e4888 1,754 0.75/1.00 vMB 41
397,699 397,699 000000000000000002163847da5ad1ec164042163958abc64e51f6c95e5c04bf 2,020 0.95/1.00 vMB 42
397,698 397,698 000000000000000000d13f149c0de3837edf54eb8fcd5376f5cee660f8c81104 2,077 1.00/1.00 vMB 29
397,697 397,697 0000000000000000021b3bd248ee38a47e0a9904d6a4bfbd7fcfe200bb533e97 2,377 1.00/1.00 vMB 71
397,696 397,696 00000000000000000637427b5e01043e9769f9ef2dfbd22340cba1e7df11de6f 2,616 0.95/1.00 vMB 74
397,695 397,695 000000000000000004d21db6d257eeaf075d065b4dc5ffe8d599130ee6911e4c 1,501 0.71/1.00 vMB 25
397,694 397,694 00000000000000000081c2a5a82c4490c1bffc61a8137947a8fcbd22a0080f62 1,496 1.00/1.00 vMB 24
397,693 397,693 000000000000000002990b50b3e18f4ba7bec10bcf7e56e3096a9060fc934243 2,817 1.00/1.00 vMB 53
397,692 397,692 0000000000000000060f7cbd432e290a9c259c21808d3f33c45e8a2194cc1fa5 675 0.44/1.00 vMB 23
397,691 397,691 0000000000000000011caf90a793de7ba5d8285aa20f1addbfb51becd8d7fc13 2,590 0.93/1.00 vMB 42
397,690 397,690 000000000000000006f9b9d985624bb621221cde9682a038a9a21403376c36f6 1,126 0.69/1.00 vMB 29
397,689 397,689 000000000000000002a8a6ecf27d15ebb0efc28e4f66fa91d38ea867d44d327a 375 0.31/1.00 vMB 17
397,688 397,688 000000000000000002ed44e25d4bd2745cc254204485bcdc699e0be19d2ede34 2,678 0.99/1.00 vMB 42
397,687 397,687 0000000000000000017ae9af881913e5e8ed113c4212d55e6f8db6a9eadaeca2 937 0.72/1.00 vMB 24
397,686 397,686 000000000000000007242c9c96fc8d307e5b15a89742eca9e7b0dbbb581bdf64 1,729 1.00/1.00 vMB 33
397,685 397,685 0000000000000000020e8490938b410fe6a36d56fb3ffadcf13ef1989c170388 306 0.18/1.00 vMB 20
397,684 397,684 0000000000000000056d33222917f2429398acf87cb4598183e7b1ab5d7c2ec9 854 0.42/1.00 vMB 36
397,683 397,683 000000000000000005a746609650ec6b61f9864057637d920dfb4bde9eec4349 700 0.39/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 781.89 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: 645.14 GB
    • Received: 12.68 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.