Loading Tool

Explorer IconExplorer

Memory Pool

47,426 transactions
27.99 vMB
0.13370193 BTC
Random Selection Loading Transactions
Max Size: 146.93/200 MB

Candidate Block

Mining Attempt 0aba10e42820fc38c5675d36bb3d09d34ca0d7623d597ed7afaab56e15646861
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root a9a8b88aae43f1b1cd22744ae80bc161588f7336621b8472dc48e5855bc902d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,683
Size: 1.00 vMB
Total Fees: 0.06023752 BTC
Feerates: 151.12 > 6.04 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (326,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,099 588,099 0000000000000000000c60a95f3170ade0e59c8242a533ff341555284a50697a 2,625 1.00/1.00 vMB 59
588,098 588,098 0000000000000000001ece5a9dd7850729c55c2d7ed64163bbe5b712f2eb943e 2,752 1.00/1.00 vMB 27
588,097 588,097 0000000000000000000dc46af730359b5252cb451da4d46893fa40bd09667c42 3,206 1.00/1.00 vMB 47
588,096 588,096 0000000000000000000f359a4a9caa37295c361b487a926dce7d43e94f9d864f 2,539 1.00/1.00 vMB 35
588,095 588,095 00000000000000000017401b9e6847763d2913a3891ebe99cfbadbb7d593eee3 1,604 1.00/1.00 vMB 33
588,094 588,094 00000000000000000000611e743ffcf8315b1dc16e866f6486683361f8b44c62 3,064 1.00/1.00 vMB 55
588,093 588,093 0000000000000000000c7f00a5dac55675b8c26b765664ec767cb777a67cf244 2,830 1.00/1.00 vMB 42
588,092 588,092 0000000000000000001aad3f802e3e216f17061875fb05a92df0abaabd7e3a21 2,711 1.00/1.00 vMB 47
588,091 588,091 0000000000000000000c90a5f0a0440b6b102bed5e9bf396233ca42bbd45f00b 2,982 1.00/1.00 vMB 49
588,090 588,090 00000000000000000019547a6e49ace36985332ff2521a1615e3589a51731111 3,152 1.00/1.00 vMB 44
588,089 588,089 0000000000000000001949bd32958a36158aac8d4003657ca8c6f9cf2704a9fe 3,000 1.00/1.00 vMB 59
588,088 588,088 0000000000000000000c3ec1eba15814c8f549b9353038bceca3ab1db9381a60 2,719 1.00/1.00 vMB 65
588,087 588,087 00000000000000000019d49d648bca047327df13c4f83fd2f4eb294a23af8e2d 1,956 1.00/1.00 vMB 55
588,086 588,086 000000000000000000104bac7ec0ea6335ed7943ba50db28b1c8c5a9896e6474 1,597 1.00/1.00 vMB 53
588,085 588,085 000000000000000000010f97165015b722084d2493cd090b6c7885c641526e62 1,542 1.00/1.00 vMB 56
588,084 588,084 0000000000000000000f1a0fd2ac7222b77e5c0f932d8846f3b1b9e79e8f17cb 845 1.00/1.00 vMB 69
588,083 588,083 000000000000000000135d718c8b9bf563317268a1e47180cc3b6853fd94f797 1,146 1.00/1.00 vMB 80
588,082 588,082 0000000000000000001f362249bad0286109c1c4903ce99b02596a137a8572ac 2,035 1.00/1.00 vMB 50
588,081 588,081 00000000000000000008f274ba4a3b14f5e5a0c5d5d47b13eb1a2a21e1c0707a 3,266 1.00/1.00 vMB 76
588,080 588,080 0000000000000000000a752928b24ade70a9dba6113aed20d048189f1276e1b6 2,069 1.00/1.00 vMB 37
588,079 588,079 0000000000000000000b27cfc0b0c42149a144416d86ef8b5b29a78140fc13e0 2,349 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.92 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.