Loading Tool

Explorer IconExplorer

Memory Pool

35,339 transactions
25.94 vMB
0.06916158 BTC
Random Selection Loading Transactions
Max Size: 131.87/200 MB

Candidate Block

Mining Attempt 0aff72dec7559b799a5777436bf3df92aaf116804e9499685762a50e8370d58d
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root c4f5e52a5b1383fc77d3b7b1688754c7878a9d6e1d8cd0d01881c2d0d00246b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,603
Size: 1.00 vMB
Total Fees: 0.02154560 BTC
Feerates: 250.88 > 2.16 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (846,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
68,186 68,186 0000000001a01e15b3a21e35e0786e804c4da45d15b1c641075a2ebd3ec4b642 1 0.00/1.00 vMB 0
68,185 68,185 0000000001fe954a8f543391ceb66b553fb72bf090e3e32cc1a56a90b505749e 1 0.00/1.00 vMB 0
68,184 68,184 0000000000c42b1502613e009567199ff1ffd37b1fea06ab1169a2e56ba476f7 1 0.00/1.00 vMB 0
68,183 68,183 00000000051dd7c39dc7fa1c3d6e19732dec7d420da229e4ee19572bdc453906 1 0.00/1.00 vMB 0
68,182 68,182 0000000005552bd2dd23a057b37557e4f2d602b876d472f4d325f33f09d25457 2 0.00/1.00 vMB 0
68,181 68,181 0000000004944733ea2eb69e7e19c352f62f5afdcf23fadd80ba2d085897840c 3 0.00/1.00 vMB 0
68,180 68,180 0000000000bd62f945b9f0b0905e966cfa8b2b7d16fa665aafdfabd78dac07d8 1 0.00/1.00 vMB 0
68,179 68,179 000000000372ef501a120fc9a7b7f7891d53b11459548b5d957a76246a8be974 1 0.00/1.00 vMB 0
68,178 68,178 000000000308c63e50748c4b0c1b72096c3b66127672b04514ef7a5bebddb902 2 0.00/1.00 vMB 0
68,177 68,177 0000000001e0601cc579073ab7b1e9e08a302d48aa085215ee7d57407ab71089 2 0.00/1.00 vMB 0
68,176 68,176 00000000021051416c3feaacd799c5876924300cf2876c4cea2c2d14069c7baf 3 0.00/1.00 vMB 0
68,175 68,175 0000000004f23e9f9fcc2be455591bbaf199648a524328fc8a156aa6baa7c424 1 0.00/1.00 vMB 0
68,174 68,174 00000000008e988c71bad502498c66215dc38214188019fa5e47334d0fe7b746 2 0.00/1.00 vMB 0
68,173 68,173 00000000004c4290a413b8fcc3ca9c5f02fc300f317cd2f59102cf8625f0009c 3 0.00/1.00 vMB 0
68,172 68,172 00000000009e8d1bf81e9b311b68397dce1cbb3dd0f98e52b4990d2e620acedc 2 0.00/1.00 vMB 0
68,171 68,171 0000000002dc3baa6cd7b9e734a815b7601eaa35b94b61873771a331c65b33db 1 0.00/1.00 vMB 0
68,170 68,170 0000000003b70567860d886a955e251e2d880c0327049aca45a2dc0f9ec237ec 1 0.00/1.00 vMB 0
68,169 68,169 00000000056c76b3fb542b3266fe02e55297c045c72baea27b92712f8f6de995 1 0.00/1.00 vMB 0
68,168 68,168 00000000058bcfe259638fead6c572bbf946cc3a5f1fe6eca4748dea1976a0a5 1 0.00/1.00 vMB 0
68,167 68,167 00000000041160b157d9a6cb90b7379c6ca21b331a0d0a52333d479ac2017ce1 2 0.00/1.00 vMB 0
68,166 68,166 0000000000542103df4a051823aea8c23d5b499c2e1d597bdb5696377c22bc90 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.84 GB

Node Details:

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