Loading Tool

Explorer IconExplorer

Memory Pool

47,159 transactions
27.88 vMB
0.08614431 BTC
Random Selection Loading Transactions
Max Size: 148.20/200 MB

Candidate Block

Mining Attempt dd75fd61d984c65dc1d983db9f6a22cb9936f0113a4ff02cf14423ebc9f70583
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root bf3571757c605b4e5bf6cc7c2a05a98ca92848618deeb61117f464ece42db3e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,434
Size: 1.00 vMB
Total Fees: 0.03270644 BTC
Feerates: 500.00 > 3.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (306,759 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,030 608,030 0000000000000000000acc7743879758bf0c7cd267cdf8d63ffb923cc1a994ba 661 0.23/1.00 vMB 18
608,029 608,029 0000000000000000000290b90bce320c58fb2014f65736f521ced0a432e72dc5 1,004 0.37/1.00 vMB 23
608,028 608,028 0000000000000000001171103af3c4a1904ebf244ac9d83a954c0e80ca61d828 728 0.21/1.00 vMB 19
608,027 608,027 0000000000000000000a3627c7bc725c40e6602165ee5b909c449b46b0e98798 235 0.08/1.00 vMB 20
608,026 608,026 00000000000000000015d774fbe9c9d1175a524d40792409c8bb1da1db63afea 1,908 0.63/1.00 vMB 13
608,025 608,025 0000000000000000001273cc10106f7195cfd811be57656331c8a3ce1650200e 3,507 1.00/1.00 vMB 20
608,024 608,024 00000000000000000000ea0c3abde1ec07ba6e041bfc169e5961a0521e10015a 1,721 0.56/1.00 vMB 18
608,023 608,023 00000000000000000001c1ffd1d58db10fd60d2bd5654f30bf1f0301b1089962 2,472 0.81/1.00 vMB 17
608,022 608,022 00000000000000000005fbe171360760de7e586081c20d40f5501c615417dc14 2,000 0.54/1.00 vMB 15
608,021 608,021 0000000000000000000b42b0437e5803f252bc84b174233c59293ae057a49e88 3,030 1.00/1.00 vMB 17
608,020 608,020 00000000000000000005979c861fffb7fe8a1a30c9b44bf79c1f478a28767fdf 3,290 1.00/1.00 vMB 12
608,019 608,019 00000000000000000003cf749b260783819e5a271955e775ad457e4c2ad9f3c0 2,888 1.00/1.00 vMB 27
608,018 608,018 000000000000000000052b671aae9c89380521e764c3e2b10d5c38a91600d76e 232 0.06/1.00 vMB 15
608,017 608,017 00000000000000000010ef1cb861e11e2a02c837bc0217c6d24d4a689535e3fd 2,564 1.00/1.00 vMB 18
608,016 608,016 00000000000000000007c0d89905bbe637c0fd53b8aff9cd848498d7339a708a 324 0.10/1.00 vMB 18
608,015 608,015 0000000000000000000078d3130c7f6717cfa42c4b17266f5bcb376a9f22b660 2,603 0.91/1.00 vMB 13
608,014 608,014 00000000000000000011a1c348dfb3716fdfa6f1f27e6aa99d2436d6fb1477e2 2,909 1.00/1.00 vMB 18
608,013 608,013 00000000000000000009d16d38dfacea1f8455003c5c2ff4a172625c80c1b2b0 1,819 0.47/1.00 vMB 17
608,012 608,012 0000000000000000000e4df35d8e7a4c1e6c18b1341066660ed8eabc91bd9fe6 253 0.10/1.00 vMB 13
608,011 608,011 000000000000000000103db3cd1caf2c604427d8e2825fcb1e1bfc5bcc17e72b 1,204 0.40/1.00 vMB 18
608,010 608,010 00000000000000000013450dae236199b9cee548f3699b94947c38434bf34648 509 0.15/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.01 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: 649.37 GB
    • Received: 13.17 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.