Loading Tool

Explorer IconExplorer

Memory Pool

36,441 transactions
25.79 vMB
0.07594468 BTC
Random Selection Loading Transactions
Max Size: 132.82/200 MB

Candidate Block

Mining Attempt 99c8d1df71a91a10502e013a8ab4c711823989f371c19f16070b5c65443ec7f2
Version 20000000
Previous Block 000000000000000000007c5c9f7d16c5c2ffcbaf258956304c87cac4546c520e
Merkle Root 8869679d3152cf21494d7fffb827824038bdb5d41b9b85e237529d2d49e88e9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,359
Size: 1.00 vMB
Total Fees: 0.02915306 BTC
Feerates: 101.64 > 2.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,902 (68,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
846,763 846,763 0000000000000000000233b95cb40e6e1bb08ebce83e419418e089526ef35a04 5,036 1.00/1.00 vMB 55
846,762 846,762 0000000000000000000122a5dd049887bac2e651df9e79949d55e76111e0511b 3,484 1.00/1.00 vMB 49
846,761 846,761 00000000000000000002f27bc9a5414f083fe0b1081fc5cf98358d8ecd58b170 3,267 1.00/1.00 vMB 53
846,760 846,760 000000000000000000031e4fdaa620ce9fe3f3beca73944c2e9d98dc1de5c2f7 3,206 1.00/1.00 vMB 58
846,759 846,759 0000000000000000000065a96ba36f497df87c1de7230fd77f1f5d184827f37f 3,576 1.00/1.00 vMB 52
846,758 846,758 00000000000000000002b829f7fbb20dc7315bb37858834fc64c2f6af8e22761 3,910 1.00/1.00 vMB 52
846,757 846,757 000000000000000000001ee2f836adf5c94ca0715d818eede5bb49c22cc687e5 3,060 1.00/1.00 vMB 64
846,756 846,756 000000000000000000023eb63d12ef19894285b6130ce2807986165c2b6c39f8 4,224 1.00/1.00 vMB 64
846,755 846,755 00000000000000000000629dfccb052ab4bb011a6ba753c08c9d466de0042389 4,424 1.00/1.00 vMB 70
846,754 846,754 0000000000000000000045ad63fa566f9f00cab3058963c1f6ef6729e8386d86 5,937 1.00/1.00 vMB 64
846,753 846,753 00000000000000000002ac3a3a8cb36040433aa12be257df370844780655c7e7 6,875 1.00/1.00 vMB 33
846,752 846,752 000000000000000000020a5d4c4f5e161716f55e70f6a3e95656a1f488479344 4,323 1.00/1.00 vMB 37
846,751 846,751 000000000000000000018c55f5bd5e0f1b0d6cc4b14d68b74ce682ac8b7bd765 5,066 1.00/1.00 vMB 40
846,750 846,750 000000000000000000005f0e3c26cf24be3b503847987bcb661b293e16bee69a 5,016 1.00/1.00 vMB 43
846,749 846,749 0000000000000000000045985fc9495b9839a19cbf659fa5aadc1af994a0c069 3,242 1.00/1.00 vMB 41
846,748 846,748 000000000000000000005609ffa06053ce986ed81254c8439326c496a7b215b4 5,056 1.00/1.00 vMB 49
846,747 846,747 0000000000000000000187b34a1ce09deb6e4490382e0c7d0702cc5cf5f8ca40 500 1.00/1.00 vMB 39
846,746 846,746 000000000000000000029a0f80b1ffd1fae47421c2933bbd7c97b0aad9f3fa4a 4,374 1.00/1.00 vMB 46
846,745 846,745 000000000000000000018b1a2982e95bb101393ff184a25a753183b7e01b1f0b 5,619 1.00/1.00 vMB 56
846,744 846,744 000000000000000000032343aa178f92782d39cef00045dd946053c48ae0c092 5,828 1.00/1.00 vMB 68
846,743 846,743 000000000000000000030033d79f0dda6757f4e9c7ba32ebe8248c636ea6f15f 3,717 1.00/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.22 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: 654.52 GB
    • Received: 14.14 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.