Loading Tool

Explorer IconExplorer

Memory Pool

82,433 transactions
30.20 vMB
0.13717179 BTC
Random Selection Loading Transactions
Max Size: 182.45/200 MB

Candidate Block

Mining Attempt 18343bb544a849150903c43c882dc341f00e2328851a1eb079ea9e229eb9c44d
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 1a47738fefe687085a2bae03e5d49910b1022cbedb7bf375a8c223b4d692750e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,339
Size: 1.00 vMB
Total Fees: 0.05690820 BTC
Feerates: 477.45 > 5.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (219,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
695,623 695,623 0000000000000000000261d22043a8d3bf968ab8ad73b3909c359671934e787a 2,635 1.00/1.00 vMB 18
695,622 695,622 00000000000000000001141da3efc7dcf5b75f7fc690407746cb56c4af99ad41 2,677 1.00/1.00 vMB 18
695,621 695,621 00000000000000000010e1af1f00f6bfcf09d6649966797103a2a06c8a225617 1,968 1.00/1.00 vMB 6
695,620 695,620 0000000000000000000c294e11a9a80e24202712f7d12ac7671f3e1c4db522d9 1,297 1.00/1.00 vMB 6
695,619 695,619 00000000000000000010f52881e7983453215a1f27b8f815d12efa3c23ab07b4 2,566 1.00/1.00 vMB 5
695,618 695,618 0000000000000000000847b053265e2d199481611ee4c1a1fdb052eef5e81f32 968 1.00/1.00 vMB 9
695,617 695,617 0000000000000000000bab739a4e3f9d4c246a44b0b33908768250195982bff9 2,359 1.00/1.00 vMB 22
695,616 695,616 0000000000000000000f3d06320b1df55a86debd29c4502a6b90c750e89a4929 976 1.00/1.00 vMB 6
695,615 695,615 0000000000000000000a8454f15d69e296d908dd06c74ec5a43798adbd46f6c3 1,911 1.00/1.00 vMB 5
695,614 695,614 0000000000000000000beb18f6963916f8d8187e23ec28580a3e5c9850abad1f 4,970 1.00/1.00 vMB 5
695,613 695,613 0000000000000000000aa96a5c29cd6e1d5bccf01e55b7c0d0649d0995941a2c 2,942 1.00/1.00 vMB 10
695,612 695,612 0000000000000000000aa3192b1b534610412220867c5c5b3841a558a7963973 3,573 1.00/1.00 vMB 10
695,611 695,611 0000000000000000000ade3901d4a966500cee0ee5bc443401f9dc7f5b7831d5 2,639 1.00/1.00 vMB 29
695,610 695,610 0000000000000000000edc923b502bc077930af2a8284f6928eadf7783ff158b 2,904 1.00/1.00 vMB 18
695,609 695,609 000000000000000000024736c5e41f11fedaad9c36d808516755dc97041f8a83 3,162 1.00/1.00 vMB 20
695,608 695,608 00000000000000000008acf2c59703295e6e8b3d4f6a3b7dadfc739b40b6d747 1,018 1.00/1.00 vMB 8
695,607 695,607 00000000000000000007b5e4b01b92e129a62e0aa4586ba53c50c5fda64fa79e 1,804 1.00/1.00 vMB 13
695,606 695,606 0000000000000000000eccba2da22a40bb04422c24121b334986a2fde867e305 2,597 1.00/1.00 vMB 33
695,605 695,605 00000000000000000000167b23f4e71d423ee8f1ba99b8bf5d8628bb6f0a6372 2,319 1.00/1.00 vMB 11
695,604 695,604 0000000000000000000cdf07a4f933900f137fadb3d6f088f37ce816cf92f691 331 1.00/1.00 vMB 11
695,603 695,603 0000000000000000000d2b092a36855761b52be0414c69d3be7a99852b9865e4 2,741 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.63 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.22 GB
    • Received: 16.18 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.