Loading Tool

Explorer IconExplorer

Memory Pool

37,893 transactions
28.02 vMB
0.06351435 BTC
Random Selection Loading Transactions
Max Size: 142.00/200 MB

Candidate Block

Mining Attempt 4dabe0d3923201cfa3da2919a4754fe7afbf9d6539b857c0658539e6691e2e49
Version 20000000
Previous Block 000000000000000000000f89b058d4b18daa328c2fce04942c1a63879d853ae0
Merkle Root caa5dccd07151d8cd17fc9840eacc879e02e8263f4e2b2b99d7e6c9cbfb9beea
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,466
Size: 1.00 vMB
Total Fees: 0.01001065 BTC
Feerates: 126.10 > 1.00 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,600 (364,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
550,124 550,124 0000000000000000001c3d5d172fa7a161ab458dcecf1fc2acfed91d90f93961 2,417 1.00/1.00 vMB 16
550,123 550,123 000000000000000000205747634b27e03998da41c52865e2fccca3b417c75772 2,889 1.00/1.00 vMB 20
550,122 550,122 0000000000000000001a4400f24ae2889b66ad3ccf137273ec1de355f8c21413 3,031 1.00/1.00 vMB 25
550,121 550,121 0000000000000000000f461e55f2d70c0d6d280afcce2c275e09e3b852b160ef 2,117 1.00/1.00 vMB 46
550,120 550,120 0000000000000000000e61e0d1ad73afad3055557d8e89f8b720f2f67f232837 2,945 1.00/1.00 vMB 30
550,119 550,119 00000000000000000008bc52eda17646d577e8e9ae16effe5cf7ef016cb15438 3,407 1.00/1.00 vMB 44
550,118 550,118 0000000000000000001956bc3e1326ef66d7dbd9dae0a85a93ce6efc3caed96b 2,164 1.00/1.00 vMB 31
550,117 550,117 00000000000000000001deefe19450680bc291214ae52098ecc025473951db65 1,111 1.00/1.00 vMB 20
550,116 550,116 0000000000000000000898aad79fe63e27b2855d2caa20966d2b89a7d7273c8a 2,850 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.58 GB
    • Received: 11.81 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.