Loading Tool

Explorer IconExplorer

Memory Pool

68,313 transactions
26.27 vMB
0.06635132 BTC
Random Selection Loading Transactions
Max Size: 157.56/200 MB

Candidate Block

Mining Attempt 688b9250e1333e665d7f7b4ec64c8f64cdad02caac7efa506f87b08803941506
Version 20000000
Previous Block 000000000000000000018d0d78720d3175d7f70f46b866504cf923bc2a4f157d
Merkle Root 4de228b3c09fafc4d2fa9d2c831ba71a9ef65625c0a6a0f2cd74b3911511edcc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,746
Size: 1.00 vMB
Total Fees: 0.01054264 BTC
Feerates: 71.66 > 1.06 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,487 (32,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
882,759 882,759 00000000000000000001b850c17a1fd4e72d5817e3a5509a2a49065dd4d0f147 3,581 1.00/1.00 vMB 1
882,758 882,758 00000000000000000001b243b964522afd0a9cf2eb0a26a3c8ea8b10496b1fbb 220 1.00/1.00 vMB 1
882,757 882,757 0000000000000000000175ecc9ae577ac8109e7334da1e95b67f1de31150eb29 4,440 1.00/1.00 vMB 1
882,756 882,756 00000000000000000001ce8df7d731e2156f5692b52f3147dfbeb82ce4d08ef9 3,419 1.00/1.00 vMB 4
882,755 882,755 00000000000000000000352317157e0bd61a0fae3aefff3be4d2d109bbccb864 3,174 1.00/1.00 vMB 3
882,754 882,754 00000000000000000000af867097f0e360864dc47408e8ce2725c6011eb67b75 2,773 1.00/1.00 vMB 2
882,753 882,753 000000000000000000008e84ebc76088f8ff63043894a53fc7248065dd5e99bb 2,532 1.00/1.00 vMB 3
882,752 882,752 00000000000000000001044cc44d9a0aecdaf28ad28c41a06f821f7415542d54 3,188 1.00/1.00 vMB 4
882,751 882,751 000000000000000000011e617497966004028e2012beb6b80f58be082d2df2f2 2,973 1.00/1.00 vMB 3
882,750 882,750 00000000000000000000e8dcdfaac41502911b9ecf8f52f6bbac77f07158b0e5 3,828 1.00/1.00 vMB 2
882,749 882,749 000000000000000000018878bc7a58df24c3cb2425d1c863f05aa7dd96ec9389 2,105 1.00/1.00 vMB 3
882,748 882,748 000000000000000000024c76f51100fd5e84b39d5cf9ba688189906c1b1e21fb 3,346 1.00/1.00 vMB 5
882,747 882,747 000000000000000000020912e6724c8f274ee687b91d626ca0b522eb03f3923b 2,617 1.00/1.00 vMB 3
882,746 882,746 00000000000000000001b9d4fd26b7c750e4eb0840f7ae0d1464c99860eb376f 4,244 1.00/1.00 vMB 3
882,745 882,745 00000000000000000001d839c7cc53adc653e964e2b7a2dd28bd7b3ce2292032 3,920 1.00/1.00 vMB 2
882,744 882,744 00000000000000000001bb3fdd9e255895e9417869c4e3eb86b07c8e59483bca 3,739 1.00/1.00 vMB 5
882,743 882,743 000000000000000000001b14ab67c98a719fe9b325a5455f8beafed06495ddbf 3,627 1.00/1.00 vMB 5
882,742 882,742 000000000000000000015258279bacca9c3240d2d4db4846bcbdbcf09228795a 3,732 1.00/1.00 vMB 3
882,741 882,741 0000000000000000000010e1388437c4b0c79d445a70e0fb3fc01804d4446e46 3,840 1.00/1.00 vMB 3
882,740 882,740 000000000000000000027a26acd10817d00cb689473a403a08336ac3fad9bf66 3,806 1.00/1.00 vMB 2
882,739 882,739 000000000000000000015e3138c5736b8d828c749fd1c0daf519be05f2e2715c 3,587 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 783.24 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: 759.93 GB
    • Received: 19.09 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.