Loading Tool

Explorer IconExplorer

Memory Pool

82,365 transactions
30.75 vMB
0.08420763 BTC
Random Selection Loading Transactions
Max Size: 185.37/200 MB

Candidate Block

Mining Attempt a0f4bf0f874d9532d1244c26ee1dec35430709d3344542926eadb97e35020ffe
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 736da1bfaf74677ee902979c3faec7f749a053eec38d0c108cf874c0c8a3d89c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,177
Size: 1.00 vMB
Total Fees: 0.01883617 BTC
Feerates: 73.20 > 1.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (257,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
657,738 657,738 000000000000000000032af015bc062afd33cc621c4ef5fb92b0fe13ea157252 1,984 1.00/1.00 vMB 19
657,737 657,737 000000000000000000004831440763f398edc7eafda7b0d41a8a85f777d328b2 1,909 1.00/1.00 vMB 38
657,736 657,736 000000000000000000049373c564b85755e0f7737ed90ff6f7843cd2a442302e 2,096 1.00/1.00 vMB 14
657,735 657,735 00000000000000000008fece75d259692b87d6419c1955df9c786140008bdfbf 2,011 1.00/1.00 vMB 23
657,734 657,734 000000000000000000015bc22aae40a3a9f5451184bfbd4760dd13a62662961d 1,946 1.00/1.00 vMB 30
657,733 657,733 000000000000000000082fe73609adf0c0322cd23fe1a8c946a838b965fa558e 1,985 1.00/1.00 vMB 18
657,732 657,732 000000000000000000063d43f4cc1f347c61a4cc63c4ad3a4b9a8d8f07b07a46 2,556 1.00/1.00 vMB 37
657,731 657,731 0000000000000000000ad76baac9eaafc05a2578007ff67d64019f18cb8a8b4d 2,273 1.00/1.00 vMB 18
657,730 657,730 00000000000000000009bfd5760454ee0aa0f8631039661f2314daecaa09371e 1,181 1.00/1.00 vMB 53
657,729 657,729 0000000000000000000abbe0a5c0cef267d24989d7ecf33c0ccec202b1607d31 2,681 1.00/1.00 vMB 119
657,728 657,728 00000000000000000005997a4abfd19c7501afdadfe06d0b6e06e185145a8f9d 1,921 1.00/1.00 vMB 39
657,727 657,727 0000000000000000000487f388ae532fb54f32c0486032470a09c8c37e24d1d7 1,282 1.00/1.00 vMB 51
657,726 657,726 000000000000000000013038388ba188232bf1e6a0d4df7dfa39facca637a638 2,897 1.00/1.00 vMB 57
657,725 657,725 00000000000000000007216b67dad337dc60543a52f175beca03bd169b1c496d 1,401 1.00/1.00 vMB 16
657,724 657,724 00000000000000000004f3e34724b5f2d10e8ac343fea047bdbf7462ce65ae9a 1,196 1.00/1.00 vMB 32
657,723 657,723 00000000000000000008a12297155ceaaa9a2045ad55fd0b30b16e1d615a7299 2,371 1.00/1.00 vMB 28
657,722 657,722 000000000000000000077dd2a9d616abb9806d6a13765cd1feb4a12ae3d3c709 2,429 1.00/1.00 vMB 96
657,721 657,721 000000000000000000074155fe70ff3f4437ea0986ffb77b773e663d5c6c77b0 2,063 1.00/1.00 vMB 19
657,720 657,720 0000000000000000000b02422825ac324f05e065c3313c888b1702a93bbf9079 2,264 1.00/1.00 vMB 66
657,719 657,719 0000000000000000000e05c34a7953ecb2c50ea57e8579e4c762880b687125cd 2,608 1.00/1.00 vMB 96
657,718 657,718 0000000000000000000c525c349d30f436d46e6df389918e8d2d70aca4b31877 2,196 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.35 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: 661.74 GB
    • Received: 14.83 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.