Loading Tool

Explorer IconExplorer

Memory Pool

81,638 transactions
31.28 vMB
0.10163810 BTC
Random Selection Loading Transactions
Max Size: 189.26/200 MB

Candidate Block

Mining Attempt 997da9492d2941c6cdb6db2135b4c87ecb9167fb01ef521790331563f2adb7cd
Version 20000000
Previous Block 00000000000000000001b99a5235f7093a25af06b813d4393172d28ab0c0e382
Merkle Root be24bd0f28d4143ad69d8d9ca9d0efe7e79dfb5322cd0dc7233ab567b6f27fdf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,462
Size: 1.00 vMB
Total Fees: 0.02419104 BTC
Feerates: 151.12 > 2.42 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,387 (554,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
360,680 360,680 00000000000000000819b1ddffb0bc0b0d9be7b532d4907e51c791c8c35f6a5f 864 0.50/1.00 vMB 24
360,679 360,679 0000000000000000112d01008cbed9a894cd8d86282538e15300ed10df8a8268 499 0.22/1.00 vMB 30
360,678 360,678 000000000000000014598a63853705debc271e590a2fd9a0d0c0def10d377ebb 1,083 0.50/1.00 vMB 27
360,677 360,677 0000000000000000141c68024b63bea14c863f67bd62cca8fa460e055a6d4cd7 466 0.31/1.00 vMB 23
360,676 360,676 00000000000000000ad083d7b7eb5bd5a01e7bf16b7005318c9e1f413ad603fc 1,669 0.75/1.00 vMB 30
360,675 360,675 000000000000000014e02c657d696bb9f5e1311cf5704d32d54a74f2a8d125a4 1,002 0.85/1.00 vMB 17
360,674 360,674 00000000000000000a369cb9370e0b19fdc5e5abae4d41b49ec0f4a4b59a8d77 2,556 0.95/1.00 vMB 41
360,673 360,673 00000000000000000e835625b88b2b04beac36096dec608fb9dd5a4facac830a 71 0.02/1.00 vMB 34
360,672 360,672 0000000000000000112ca7b89f0f76e6023b062abed21327edfb0bbfc47c646b 114 0.06/1.00 vMB 21
360,671 360,671 0000000000000000116fceb86d39b531e524404282845014ccc4f27379734eb6 1,040 0.48/1.00 vMB 26
360,670 360,670 00000000000000000b6e5128a76b032ffe9fe4eeaa1514ed7f4c2f6bcdfbd805 660 0.29/1.00 vMB 27
360,669 360,669 00000000000000000d094cc1c9872b0a17eb842dc9a67dce6e904df55cb355ec 869 0.35/1.00 vMB 31
360,668 360,668 00000000000000000d5ca648032e34e55ffb8aed2d3549a61a608d80a0860560 1 0.00/1.00 vMB 0
360,667 360,667 00000000000000001254f7ec9e7ee0036fcbe02a2e97cb6c2aa96f87d36172a3 411 0.18/1.00 vMB 23
360,666 360,666 0000000000000000160f4423a963618599d7ff2b2520624ce85b1a7ec3874eca 509 0.21/1.00 vMB 35
360,665 360,665 00000000000000001067d96e186edfe894f9dfc6e8f7a20e2b3d7df61f4a82ea 957 0.51/1.00 vMB 29
360,664 360,664 0000000000000000056423c64b0e90d38d0408dc125ce6de9d7523e21b7bdb97 764 0.37/1.00 vMB 29
360,663 360,663 0000000000000000131d8a45ba6b4be2eb018723de70a1aa26b1fe7d35ab1852 272 0.16/1.00 vMB 26
360,662 360,662 00000000000000000b9f034a2d7cf99eabe02dbe14bd82ffda6576b1a3f33a9b 915 0.74/1.00 vMB 19
360,661 360,661 00000000000000001567b3442d38e30b85ff477ac073c008b8eca73d40a862e6 1 0.00/1.00 vMB 0
360,660 360,660 00000000000000000f59477517f4b33dffcfaeffc42a06a586f3b58dffd7e356 2,410 0.93/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 783.06 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: 720.81 GB
    • Received: 18.27 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.