Loading Tool

Explorer IconExplorer

Memory Pool

78,597 transactions
29.30 vMB
0.07675477 BTC
Random Selection Loading Transactions
Max Size: 175.39/200 MB

Candidate Block

Mining Attempt 4a65548fac58e541b1f829c5cd5843229e35aebacd1bc41286e59a480c545fdb
Version 20000000
Previous Block 00000000000000000000c0578122c3a20c1a0fa197853326ae531fa58ec09638
Merkle Root 22611b87962ea761c7396b823ccbd5c5ba1382e7b135e24fee58d4a6109f1501
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,833
Size: 1.00 vMB
Total Fees: 0.01714639 BTC
Feerates: 108.89 > 1.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,061 (356,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
558,809 558,809 0000000000000000001c7dc23909d69457031b78b6abca18a23f38a00b4f29c4 2,580 1.00/1.00 vMB 35
558,808 558,808 0000000000000000001f2f64d74bde699beabd18fc62f6b2d137cec5762ee685 2,466 1.00/1.00 vMB 16
558,807 558,807 0000000000000000000c88335b331c5cd3f4541e5540009c26f0342df5dbf738 3,193 1.00/1.00 vMB 37
558,806 558,806 0000000000000000000369d19c51d37e62b2fbcc84a8c09623ee1c80ad0c701e 2,696 1.00/1.00 vMB 16
558,805 558,805 00000000000000000023526cbac688cf1135b739efb2cb20ae4f5f612871725e 3,085 1.00/1.00 vMB 30
558,804 558,804 0000000000000000001111beaa3b2c870909e3f44ad33bf836fca7fb84c511c7 3,441 1.00/1.00 vMB 46
558,803 558,803 00000000000000000013cadbce515ebce71e316b16c5f734213ee0dd4f59ca92 2,456 1.00/1.00 vMB 15
558,802 558,802 0000000000000000002670697c7125a18c125d2658ad4b6f3e3175510b37f769 1,811 1.00/1.00 vMB 2
558,801 558,801 0000000000000000001f03acea50d322aad36c7dffe11fb8eca0c5dddf9f679c 1,352 1.00/1.00 vMB 8
558,800 558,800 000000000000000000054997034144b23ec09b49dec2b92419b14fe16d24e3ad 1,650 1.00/1.00 vMB 23
558,799 558,799 0000000000000000000e01f2341083b1c61156599afd86e8d5fdde227c4e37c9 1,892 1.00/1.00 vMB 11
558,798 558,798 0000000000000000002e06e3b1cc15954d943d51dc5479117605a8be222f530e 2,053 1.00/1.00 vMB 13
558,797 558,797 0000000000000000000d621d7c28b16ed22925f8a4aa1ee978735acdf3c219d3 2,095 1.00/1.00 vMB 17
558,796 558,796 000000000000000000014e6255c99aa3c52deac76cae4d2cc781c5590d4a29c9 2,374 1.00/1.00 vMB 21
558,795 558,795 00000000000000000016480662e48364a35460437c78da1a622c081c9bcc1ff0 2,838 1.00/1.00 vMB 32
558,794 558,794 0000000000000000001869ebcb4cbd3e4f6a9bcc03f7f07b7e40fb952fdfa3e8 2,091 1.00/1.00 vMB 15
558,793 558,793 000000000000000000266a1b1ddeeef636fd5d37b566b71377c63740e201b528 3,157 1.00/1.00 vMB 30
558,792 558,792 0000000000000000001ea481c60d1c5df8e876d36650a12cfbd5f572bcedea60 2,840 1.00/1.00 vMB 14
558,791 558,791 0000000000000000001e18315d16e6ce0d9163875cbca1965d1a9132330acb8e 1,877 1.00/1.00 vMB 21
558,790 558,790 000000000000000000059ea8ce6df0436437e26ab1b42c13e64275ee061846e6 2,738 1.00/1.00 vMB 32
558,789 558,789 0000000000000000002bdf9fc7bd47ba97de209ff991439cf583d82dca8a9feb 3,018 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.50 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: 668.39 GB
    • Received: 15.49 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.