Loading Tool

Explorer IconExplorer

Memory Pool

42,434 transactions
29.22 vMB
0.07458778 BTC
Random Selection Loading Transactions
Max Size: 149.84/200 MB

Candidate Block

Mining Attempt b7e473dab2326a7e89d361983c0f923ab52e4b56a5e73e6cef01f87ab830e4d5
Version 20000000
Previous Block 0000000000000000000109f5c0bf8516a6aa7ceb54e4b23cd73ce285a7f939df
Merkle Root 5dd471d7074b06afe6c008ca53689adc6db8428c0c29b7b53227a239c204f646
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,666
Size: 1.00 vMB
Total Fees: 0.01738215 BTC
Feerates: 100.36 > 1.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,614 (303,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,961 610,961 00000000000000000002ec7e5c065984d5f39889f97122a9f47e0fa9d4bd7a27 2,268 1.00/1.00 vMB 10
610,960 610,960 0000000000000000000e85a49a55012d1fab6de577672db35785434e7c121654 2,320 1.00/1.00 vMB 27
610,959 610,959 0000000000000000000f05f12dc499c2625c65c424d98bb8e143dfc2473ac6f7 2,475 1.00/1.00 vMB 22
610,958 610,958 0000000000000000000591752b8bb8ea3a108ed6d8ad51d0fa5d903f56ce0d70 2,770 1.00/1.00 vMB 13
610,957 610,957 0000000000000000000ccc58d2438ca67bf59749713dcd2bdfe16f54204b3b08 2,976 1.00/1.00 vMB 8
610,956 610,956 00000000000000000002e5554e4091142d5cd7176a434ad53bb01eea8a852f9d 1,823 1.00/1.00 vMB 12
610,955 610,955 00000000000000000011619952845ac588906bebad5cb8fac241cbb464a67ae9 2,371 1.00/1.00 vMB 25
610,954 610,954 0000000000000000001444110b18a1d7437248baa5cbf62ceebe08a708468b3d 2,803 1.00/1.00 vMB 3
610,953 610,953 00000000000000000006d80b9a6dba87620718da87c73498069592b31b8bd5fc 2,513 1.00/1.00 vMB 17
610,952 610,952 00000000000000000009d2c0b8cbe25faed39816aa1df78dcbd809fa1ab6c9e1 2,300 1.00/1.00 vMB 10
610,951 610,951 0000000000000000000459e35355c6c503ccddd5cd520e57a74c2c6c809c3a1c 2,406 1.00/1.00 vMB 8
610,950 610,950 00000000000000000012b02fecb4edfa655d8bd27973fac766b0e18c1add0fb1 977 1.00/1.00 vMB 8
610,949 610,949 00000000000000000013580bd7c949890895c3d0fc61ebacb1dcbd9836f681eb 2,658 1.00/1.00 vMB 20
610,948 610,948 000000000000000000123094ec05bb83c08b8b2ee11de36d2de7272351499e39 1,136 1.00/1.00 vMB 16
610,947 610,947 00000000000000000004e3b7f7caeaab02354e7addf69ab83c431dd097e81774 1,397 1.00/1.00 vMB 16
610,946 610,946 0000000000000000000117860777e1533e4aa1cf24d0d0a1a4f3676e59c85eb1 1,055 1.00/1.00 vMB 59
610,945 610,945 000000000000000000120bc09640804a39e2e91fedbecea2b40783eb868f1eee 1,628 0.50/1.00 vMB 11
610,944 610,944 0000000000000000000bfe56bc334e42db284c9a45954440e0e4aae0886462f9 189 0.06/1.00 vMB 8
610,943 610,943 000000000000000000050e9c61d0a890357c7b7012c2e2e624cd4fe1894135db 1,933 0.58/1.00 vMB 11
610,942 610,942 00000000000000000005e9f6108668b38ad685640a9affb44886f8cc2a32d8de 1,270 0.40/1.00 vMB 12
610,941 610,941 00000000000000000009774edc759f5909746c97db4547a9aa5be02fcc2d8fd0 1,034 0.32/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.71 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: 629.31 GB
    • Received: 11.90 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.