Loading Tool

Explorer IconExplorer

Memory Pool

79,992 transactions
29.19 vMB
0.06826601 BTC
Random Selection Loading Transactions
Max Size: 177.91/200 MB

Candidate Block

Mining Attempt 4ed1dee7b92e7f12a4699a1edfccbe1c366f277186d282dca7d3c050bae71797
Version 20000000
Previous Block 000000000000000000019fafbf0b2368823dd13b794ccbffc51e420bcc8a07ae
Merkle Root a5ab9eeeb78687234cd36c694304471afe2283679e93742e4ec1c67b7c84f710
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,905
Size: 1.00 vMB
Total Fees: 0.00711456 BTC
Feerates: 201.05 > 0.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,084 (284,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
630,759 630,759 00000000000000000011001b34e5c7a25934b4f15bd07c809398cb63f9c4db55 2,152 1.00/1.00 vMB 48
630,758 630,758 0000000000000000000973402bfe8077d03932ff5f295282a96d9db3ade7c773 2,376 1.00/1.00 vMB 56
630,757 630,757 0000000000000000000f9a2dc00e3a9b307860f607dcb77c0fd78f3b6a13151a 2,070 1.00/1.00 vMB 102
630,756 630,756 000000000000000000031a74631dc8396404ca104b81390dc226c54a9e92a3b0 2,702 1.00/1.00 vMB 58
630,755 630,755 000000000000000000032e40463d97c1152da46468100e09a268e9ca8add4a74 3,314 1.00/1.00 vMB 53
630,754 630,754 00000000000000000004df79051a3232dca31cc6c627cab64073b094e789f9f1 2,374 1.00/1.00 vMB 72
630,753 630,753 0000000000000000000585289bd7ebbae1fecba8dcb387d8ea60ab945368d748 2,464 1.00/1.00 vMB 85
630,752 630,752 00000000000000000004a8bd89d4dc1f612a90fd94cf1cb1a0de8e72d32cdfea 3,042 1.00/1.00 vMB 83
630,751 630,751 00000000000000000008240bbfe8046e5989ac1b2d8786c0678b9c4e4c8de5a9 3,029 1.00/1.00 vMB 89
630,750 630,750 00000000000000000005f0ac42e502a421dffd5b60a07a2fdea9a5979ffaa2c8 2,904 1.00/1.00 vMB 115
630,749 630,749 00000000000000000002af43d5d11b6381f507b8a9d1d8d91ca25bcecac8ce7c 3,296 1.00/1.00 vMB 92
630,748 630,748 00000000000000000001a6cd496b33cae3ec1fd5df1f6a18f19aee080f1d86c1 3,342 1.00/1.00 vMB 109
630,747 630,747 00000000000000000001e19fa6cd260cecef799b679fa0177ed0d2e43c311ef3 2,790 1.00/1.00 vMB 141
630,746 630,746 0000000000000000000991c51fa0f67f2f3d161df7d49b1953c85b225b9039fd 2,733 1.00/1.00 vMB 158
630,745 630,745 0000000000000000000637b97d64bd30f00bc3a8cf0d622c3ae73b32b7ce931c 1,848 1.00/1.00 vMB 144
630,744 630,744 00000000000000000008dcd7150c908bf3d5a6080bc8cc859f8d9df42aa7afcd 564 1.00/1.00 vMB 148
630,743 630,743 000000000000000000111de11441d75db1cbfa83a72f7d9364ee7dbfdc6f3b2f 121 1.00/1.00 vMB 146
630,742 630,742 00000000000000000008de6cacfb41f8b5a6a8e1549bb5076f5cf41b1b39c055 1,846 1.00/1.00 vMB 159
630,741 630,741 0000000000000000000c5019f1176b04130e43ad31a7971a226a556dbc1ce71d 955 1.00/1.00 vMB 151
630,740 630,740 0000000000000000000824a75aec160cd5529d02ec2d1631f0c4e25b657c41fe 870 1.00/1.00 vMB 151
630,739 630,739 0000000000000000000ce66567909f189d29fd57e88826b6ac96939a6e8fc5c0 1,397 1.00/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 782.54 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: 669.03 GB
    • Received: 15.72 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.