Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,667 transactions (1.20 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,480 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,971 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,479 (465,113 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
446,366 446,366 000000000000000002d015fb332b59962d2c17ca3b1fb371c1e9eb089db62c4d 1.00 MB 1,029 43
446,365 446,365 0000000000000000007ba3bd17794e2ce7c36d0ee90972dcbea33e33453eadb1 0.58 MB 778 45
446,364 446,364 00000000000000000207529e3415a809313f3c491ff5a58aa79a09ff097b4723 1.00 MB 1,164 46
446,363 446,363 000000000000000001429d1e311a50aa3692676f1e1a9c844b953ea2aa1ccdf5 1.00 MB 2,423 85
446,362 446,362 000000000000000002e04f3baf3454de872e666c86b9ddee8ff73795cee2e15d 0.78 MB 1,181 32
446,361 446,361 000000000000000002dd52645299998bc786d843d24ecdb141d9ab62bf074aff 1.00 MB 1,911 57
446,360 446,360 0000000000000000005706c96eefd07401711b2573a516171d47b59ac3ea686f 1.00 MB 1,752 75
446,359 446,359 000000000000000000e0e2e89e2d241ac7dfa91fa68a972244de7711a0c2aeae 1.00 MB 2,223 77
446,358 446,358 0000000000000000001db6b10a54727bc0a779bfebe0d9db8d6547385a5e98b9 1.00 MB 2,490 82
446,357 446,357 000000000000000001355e75aa9f1d4109cae1bed06ed71e3e00f4fe7bae29cc 1.00 MB 2,568 101
446,356 446,356 000000000000000002b2972d46853563362320fae24c5e40808e74569bbb843d 1.00 MB 2,502 78
446,355 446,355 00000000000000000092561e9140b4f17444490e672fa584d3625751cecba1c6 1.00 MB 1,533 80
446,354 446,354 0000000000000000033f59635aa7ee41072b441f9ce360845bd59a7238f0cd58 1.00 MB 2,407 83
446,353 446,353 0000000000000000013befc864b7db11f2d8ca4140c3d2020f1ff5a7425bad59 1.00 MB 2,693 98
446,352 446,352 0000000000000000010fa4ebf6c5559a9630c3a7d0d769829ba9746ca8960ff2 1.00 MB 384 11
446,351 446,351 00000000000000000189cf18ce460d329d36ee1c5253668cb426a4783c8f16ed 1.00 MB 575 19
446,350 446,350 0000000000000000026517415df5d8bc852f35ba423aa85ed5cc7d383f27dd6a 0.19 MB 385 73
446,349 446,349 0000000000000000002f6a64e9a78ef3d6349bb598776a4dd6d4cd8310c90b80 0.05 MB 105 79
446,348 446,348 00000000000000000333763a0199e12320b6839bd32768f4f685acfc296e747a 1.00 MB 1,491 45
446,347 446,347 0000000000000000016a55fc0964371667a09e9882a93b5b759ca9880a8dc9dc 0.56 MB 973 58
446,346 446,346 000000000000000001a5804cf737f71f123648fa17309f71a8b1599fb7fcb025 0.03 MB 85 72
Previous 10 blocks ↓
Total Size: 776.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,411.23 GB sent, 129.35 GB received

Notes

  • This page updates every 5 seconds.
  • 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.