Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,255 transactions (0.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,494 000000000000000000022b910000000000000000000000000000000000000000 0.34 vMB 1,253 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,493 (8,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,655 902,655 00000000000000000000f5e786507e475c74f0a4064b8500db099e7bd3f95303 1.39 MB 2,434 3
902,654 902,654 00000000000000000000cf339b37c940dc0ba735a33fc249b857c3e68a061cbd 1.61 MB 3,215 4
902,653 902,653 000000000000000000018739b85949736cc877d1e136aadd670ccf74a8b14e2c 1.71 MB 3,167 2
902,652 902,652 000000000000000000008e5ae5add638f3c5eee439ccdddc18ca202ca8d45ef8 1.85 MB 1,999 1
902,651 902,651 0000000000000000000216e9854c9fd95f473c181f36a6037ba83ae3bc0fd4f8 1.78 MB 4,804 1
902,650 902,650 00000000000000000001a0cb729e99dff44bc89992a4df072a8e8b264ccd669b 1.73 MB 3,390 2
902,649 902,649 0000000000000000000050237076b610195a9e963731bf07f8d37efd2818d751 1.62 MB 2,756 4
902,648 902,648 00000000000000000000271f72f7852405e3bb10f3a9ca572388be62129803c5 1.84 MB 2,237 1
902,647 902,647 000000000000000000005b59516ad5d8052eae5baa4538836a240d261de64847 1.92 MB 4,379 1
902,646 902,646 000000000000000000018f0595421ea7afbca4d95f56f9889bad6fe4c04540d1 1.50 MB 3,292 3
902,645 902,645 0000000000000000000109caa5faab3476483b30eab1fc3e890d213499252ca7 1.48 MB 2,961 4
902,644 902,644 000000000000000000022d9bf72f15d16ffdb08770dada701610db8f15ddda0a 1.82 MB 5,117 1
902,643 902,643 000000000000000000011eeb5836f3601e7499dbee07c72ed04947349c150675 1.83 MB 2,512 1
902,642 902,642 00000000000000000001514e66e3b2a267e387ade1f7f9f3b19b74f851d5d903 1.61 MB 3,432 3
902,641 902,641 00000000000000000000eaea56908c00a7a356ff28d7c0456f670086afc57b76 1.84 MB 4,347 1
902,640 902,640 00000000000000000000c2ed4e2cd3ec0b83a649abc36d3095d9eccfa2003be2 1.40 MB 2,509 3
902,639 902,639 0000000000000000000167cde673ee53b31ac2f79be8dba524e52f235556c6d5 1.58 MB 3,088 4
902,638 902,638 00000000000000000001c67f398dc3f2f3f880eb0e437605ae30036dc3628299 1.49 MB 2,870 5
902,637 902,637 000000000000000000016f83b61acdff1897687fbeab223c29b59519dc656525 1.35 MB 1,793 3
902,636 902,636 000000000000000000013ba7f863ac5eeb128821865f5b9ef65b4d0925386cdc 1.58 MB 3,391 5
902,635 902,635 00000000000000000001ab1a9c5534c910c7d6497bb70f452f8e8ef7c3657bed 1.43 MB 1,203 2
Previous 10 blocks ↓
Total Size: 776.15 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.91 GB sent, 129.46 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.