Loading Tool

Explorer IconExplorer

Memory Pool

32,941 transactions
27.04 vMB
0.05672037 BTC
Random Selection Loading Transactions
Max Size: 134.55/200 MB

Candidate Block

Mining Attempt 84aadcc4457a24cebbae9138c9d772ae80746cf19437770b202ff97f2482c8a8
Version 20000000
Previous Block 0000000000000000000141edea387271cfa939f1c4e7740f679098889b1d55ec
Merkle Root 9f9805e3eca301a5d2de88927330f4c59b5a72c639bc5b700ee4c002bdea01c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,061
Size: 1.00 vMB
Total Fees: 0.00594702 BTC
Feerates: 101.47 > 0.60 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,624 (364,479 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,145 550,145 000000000000000000160c60cb9d72a5a4d5b966d672482ede9b9448ad47a92c 2,692 1.00/1.00 vMB 23
550,144 550,144 00000000000000000014795242ccaf23e6d7da5a0a2ab4af38897a533b502687 2,435 1.00/1.00 vMB 9
550,143 550,143 000000000000000000067c8d0ffc35aac3237f767cf6539782f58411030798cf 2,626 1.00/1.00 vMB 11
550,142 550,142 0000000000000000000b96af9cbb7efab9f9b768dfad9f12fcb081bbbe9b6748 2,783 1.00/1.00 vMB 9
550,141 550,141 000000000000000000152dc944ec80c4645ea4506af4e828485d2c7216981f1c 2,533 1.00/1.00 vMB 31
550,140 550,140 00000000000000000007f02a93102c17c149ac7910dede86c94ef27a35577c5e 2,578 1.00/1.00 vMB 39
550,139 550,139 00000000000000000007524c8d9b561282e32d16496b9bade245f0fd3294805c 1,970 1.00/1.00 vMB 5
550,138 550,138 000000000000000000038328963be1d8ab884d3aff5017964bb42361347a6c15 1,683 1.00/1.00 vMB 11
550,137 550,137 000000000000000000178408b02cf5c2f791fbe9cf4694652be77e32dd5db56e 1,183 1.00/1.00 vMB 6
550,136 550,136 000000000000000000240510fd4307b7d293b8920722b77b3d29d2fbb1e58ea2 2,019 1.00/1.00 vMB 6
550,135 550,135 000000000000000000134c58171292da8f50d61e9851729675b86a26de3dc17c 2,627 1.00/1.00 vMB 39
550,134 550,134 0000000000000000000208d98335d06d3ad839fcafc78a7faa9e15419f82c720 2,519 1.00/1.00 vMB 18
550,133 550,133 0000000000000000002689c9629f6707b51cd3dde7ae82abb4f380e971516ab7 1,888 1.00/1.00 vMB 20
550,132 550,132 0000000000000000001e6bf50a0da308e9508bec496a4f703f6ff326f2eee637 1,964 1.00/1.00 vMB 11
550,131 550,131 0000000000000000000b881fbb299b28a72a69b335a6450049fa4b89c53f2330 2,107 1.00/1.00 vMB 15
550,130 550,130 000000000000000000128df3ed8616ab3143f68d4b4a8e97896ed8ffae8f4af7 2,508 1.00/1.00 vMB 13
550,129 550,129 0000000000000000000c19333d1032287a3872cd2cd3dde603409166c26c8cd0 3,094 1.00/1.00 vMB 10
550,128 550,128 00000000000000000012b74b2ebbfdbde61f95de42b94f19554efbd9a66d7425 2,841 1.00/1.00 vMB 38
550,127 550,127 0000000000000000000960ed0d5759ca9a7d5e43f5e95c6604df35fb04114727 2,773 1.00/1.00 vMB 42
550,126 550,126 000000000000000000191c46c5cef29bdc9dd1f7cb9c1686d7390f41009c9c1a 2,822 1.00/1.00 vMB 20
550,125 550,125 00000000000000000026bd26368bf089270bbe59dd4164ad73f9887d9e934938 2,252 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.73 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: 630.05 GB
    • Received: 11.97 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.