Loading Tool

Explorer IconExplorer

Memory Pool

76,454 transactions
28.88 vMB
0.07368580 BTC
Random Selection Loading Transactions
Max Size: 176.55/200 MB

Candidate Block

Mining Attempt 412746c73ee3835ec0aacac6a7ef1c482304c761558ce929d72e28f1c9a5c1fa
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root 17e2c244043b39bf7792fa154fcbd19fbb905eda1eca0d02897fb7d76bbb724e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,176
Size: 1.00 vMB
Total Fees: 0.01052182 BTC
Feerates: 104.17 > 1.05 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (216,197 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
699,048 699,048 00000000000000000003e9d01212d4a23311f36ddfb3df5f4fd139ab42ad8bdf 1,952 1.00/1.00 vMB 11
699,047 699,047 000000000000000000052380a1f15d5f8f9ae5a54bdd21b5b278d5722a62b25a 2,018 0.68/1.00 vMB 11
699,046 699,046 000000000000000000023890521623d4875562743f45f36d027f34df4d432718 297 0.11/1.00 vMB 11
699,045 699,045 00000000000000000006c9e5e9bfb8efba439c9b92bdb7b219f86efbe2c9a3f9 1,019 0.34/1.00 vMB 12
699,044 699,044 0000000000000000000e6588174de40be12a3ae7b3ce9d9d164c292ead16cb0b 1,162 0.44/1.00 vMB 11
699,043 699,043 00000000000000000001d4498fbe08706b02cbf628678355a2ce1def0a72b231 3,009 1.00/1.00 vMB 13
699,042 699,042 00000000000000000000a0eb0f9efb0a45cc67cce0cdbaa6d39bb91d14a784a4 1,209 0.53/1.00 vMB 13
699,041 699,041 0000000000000000000b69c5aecddff7d0ae0e725c30529660ef8f9b6664ba3b 732 0.36/1.00 vMB 11
699,040 699,040 0000000000000000000032845b4b4deadd2d593952a3cba2290f3b3d2bb5301b 2,810 1.00/1.00 vMB 15
699,039 699,039 00000000000000000004fd7cf70ea28f842d96b83aa43ab1498d39039d042e56 547 0.30/1.00 vMB 7
699,038 699,038 00000000000000000002580434ff68a47276c9529995c01791a92b74e3b314c3 1,944 0.60/1.00 vMB 11
699,037 699,037 00000000000000000005b9faa497c60c4b58c7d473f37d9c6d40f2182fc69bde 870 0.31/1.00 vMB 10
699,036 699,036 000000000000000000065c6aea1a3ff304d207621e64d4b4e60525ffd3f1a8ac 478 0.14/1.00 vMB 13
699,035 699,035 000000000000000000025053424327997e333aece6be326555720551bcc318dc 2,275 1.00/1.00 vMB 9
699,034 699,034 0000000000000000000a97cfb1557405925fffb7cb64a8459a4eb6afc8fb87d8 1,064 0.60/1.00 vMB 9
699,033 699,033 0000000000000000000c9d32a35dc965ffc4656e3fb64b68260862ef37dd6976 2,244 0.94/1.00 vMB 9
699,032 699,032 0000000000000000000ee0d726f061ed3601bab04b322d8cc4109ebff0aea83c 2,469 1.00/1.00 vMB 2
699,031 699,031 0000000000000000000fc313afa6069dcafa5564d9a482a5ab5e4571879f2783 2,283 1.00/1.00 vMB 8
699,030 699,030 0000000000000000000b7a2d80d394b59ac65aaa1d8451d23829fc2a787714c4 1,114 1.00/1.00 vMB 7
699,029 699,029 00000000000000000000cda2c7a2c57bdca21d7d33b3205bc2b21d3ca44fe692 1,971 1.00/1.00 vMB 10
699,028 699,028 00000000000000000009129197967b97f7cef933ec8acfc26bdb5d81ba98ac6e 2,489 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 782.82 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: 710.59 GB
    • Received: 17.08 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.