Loading Tool

Explorer IconExplorer

Memory Pool

79,403 transactions
29.19 vMB
0.12173305 BTC
Random Selection Loading Transactions
Max Size: 176.73/200 MB

Candidate Block

Mining Attempt 9b2f0f3d33cb1452a2e4602eb94a8e2b6da88dc0f1162caf5c84d20ca2097ee4
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 3e62dd8b8163b1e3dab1d84a613e0a054bb2f304efd8682a14d6209861a778b1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,457
Size: 1.00 vMB
Total Fees: 0.04437832 BTC
Feerates: 602.26 > 4.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (313,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,536 601,536 00000000000000000009d9ab5a7c1ea9b8f1fb35a00d43440599fda1677d1807 2,786 1.00/1.00 vMB 27
601,535 601,535 0000000000000000000d383956ab7e91b398d91f5c5639d30d43e8a9a9cc7038 2,430 1.00/1.00 vMB 53
601,534 601,534 000000000000000000126227a862a2b7634610112b5920a3a8feae15fe1e2514 2,807 1.00/1.00 vMB 25
601,533 601,533 000000000000000000090620256c64cd5ad382053ea8b965cadbc1974a5a21f9 2,874 1.00/1.00 vMB 38
601,532 601,532 0000000000000000000878a72aa192ae6bd96c29d59d66bdba621fd5fecc57b1 2,336 1.00/1.00 vMB 25
601,531 601,531 0000000000000000000a4282a46760689bd0c86d59ba4dae3bef7082f2cd287a 2,890 1.00/1.00 vMB 35
601,530 601,530 00000000000000000013c86e37423ce683ba3333081282d4430952d7248d9863 3,015 1.00/1.00 vMB 43
601,529 601,529 00000000000000000005e8434be90d55cf320e5a4ef632a2f6d49f378735da27 2,923 1.00/1.00 vMB 24
601,528 601,528 00000000000000000013d6835cc0be90b2dbc65805059b21f5656ba37ccbc27d 2,796 1.00/1.00 vMB 32
601,527 601,527 00000000000000000005c8fd114ab3da662672d42b203aa1924f0f56b942f168 1,868 1.00/1.00 vMB 27
601,526 601,526 0000000000000000000cfcf8e3031bda2e57d1e6a2af37472e4b9b47d693b42e 2,250 1.00/1.00 vMB 25
601,525 601,525 00000000000000000000a5c268a495683a0f43da28285555492e9f5c72ce37ff 2,698 1.00/1.00 vMB 37
601,524 601,524 00000000000000000008aa938f792a9d11168c39b252a150507fe8bb49fda17a 3,306 1.00/1.00 vMB 36
601,523 601,523 00000000000000000002e68cccefbd7132e397f60c4b13ef85a3a0592655ef18 2,258 1.00/1.00 vMB 69
601,522 601,522 0000000000000000001133fa8d03116ec7bb3cf176b10f3130617cf7e70d709e 2,814 1.00/1.00 vMB 50
601,521 601,521 0000000000000000000508a4d4e1da42e9b134b53f99d8d0204e678bbdaf4d4e 3,432 1.00/1.00 vMB 34
601,520 601,520 0000000000000000001448b9fabab22d05a54db198a7f7c216d16931fd803d9b 2,774 1.00/1.00 vMB 56
601,519 601,519 0000000000000000000ad05e7c7ef66beb127b3180f3f5cf799d74577d346845 2,628 1.00/1.00 vMB 38
601,518 601,518 000000000000000000064341f8b745691c70cc00ef09e54819482888e2a8c95b 3,274 1.00/1.00 vMB 56
601,517 601,517 00000000000000000012fcc9fc75d042030807a796a9d4d3145253d21ff1e9ab 1,239 1.00/1.00 vMB 61
601,516 601,516 0000000000000000000d356694e7070abb2be883bd7a2cd917a415c41adf0610 1,264 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.92 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: 714.44 GB
    • Received: 17.54 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.