Loading Tool

Explorer IconExplorer

Memory Pool

76,616 transactions
33.63 vMB
0.13128496 BTC
Random Selection Loading Transactions
Max Size: 188.12/200 MB

Candidate Block

Mining Attempt 6da349f815c42957090286dc48f051e93e9a2045ce567121b6b69be56d89aa91
Version 20000000
Previous Block 0000000000000000000149a20e5737c11062574f96dd685c21043aa3b1b102c8
Merkle Root 1f6b1247021c067eff663448dbd59c9d8e3c4d3b011a84a9258166a76358d2ef
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,936
Size: 1.00 vMB
Total Fees: 0.02190866 BTC
Feerates: 445.78 > 2.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,419 (904,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
10,732 10,732 00000000934ca516f99601e99d988ef41df22346a9d6a93d64675895db3a186d 1 0.00/1.00 vMB 0
10,731 10,731 00000000be7713bbdc7c5786b214f37ffffa9bb32a159bd72b1fed6baa60024e 1 0.00/1.00 vMB 0
10,730 10,730 00000000a1035dcd44f87aea6c363a4de9a348aee85d4c078eee846761f6e39f 1 0.00/1.00 vMB 0
10,729 10,729 00000000843b67f94f8018f72277e31e83a4c2fd92006d3a1bc1427001940e67 1 0.00/1.00 vMB 0
10,728 10,728 000000007d81fa6bab98e9b120537838092e97333c6bef7a8f0bdb69e3f3bb8e 1 0.00/1.00 vMB 0
10,727 10,727 00000000d1012f5d3de29028a2d7fbee062d38a516ea25014b7362e122503a15 1 0.00/1.00 vMB 0
10,726 10,726 00000000b611d82e65aefe763ba3271039101737ddb5c34f86557026206e6f2c 1 0.00/1.00 vMB 0
10,725 10,725 0000000044eb622c81e54c970fe39e1b578cf2d81e9d059397b62aa05dce1d91 2 0.00/1.00 vMB 0
10,724 10,724 000000001c972d8b2a9912c21b222ba1e499dffef993aaec585459b62de52023 1 0.00/1.00 vMB 0
10,723 10,723 00000000938df19f8676bc48d8acc5fbffffb330e6a277ce0a37cd0a12913a25 1 0.00/1.00 vMB 0
10,722 10,722 00000000689693d83bbe123723b4004cb7bfed83a5bb25514c9369be20935c7a 1 0.00/1.00 vMB 0
10,721 10,721 000000001f4d47e88135396e5d5ed0ccc92b46901e96306ae36a98ab31a9bcd5 1 0.00/1.00 vMB 0
10,720 10,720 0000000066d0a4f7ee68823c55859f48b55745ec726450e5185f038a0333275a 1 0.00/1.00 vMB 0
10,719 10,719 00000000579e06f00af96a561b020115a8fc6807af0b2b8ccf49e1d918b41fe6 1 0.00/1.00 vMB 0
10,718 10,718 000000001b81935743154ff5752d2181d5eec6f22547bcc6714904b1b062e7c1 1 0.00/1.00 vMB 0
10,717 10,717 00000000282f84e140e18871b6d72ae7cb12f70f8fc796aeb956a4ddf050a6f7 1 0.00/1.00 vMB 0
10,716 10,716 00000000e7bc7b89331b355bc4767e7b7dda2e284ed70483854be7ffbe75cf25 1 0.00/1.00 vMB 0
10,715 10,715 0000000048959de734652d1e726fe6a953e232caa7673bc53c452ace1dfdbd74 1 0.00/1.00 vMB 0
10,714 10,714 00000000b7f75539430b8cef337ffa9b376b7b9703aa9311788d18c6fedf264b 1 0.00/1.00 vMB 0
10,713 10,713 00000000258f267e1490c715c451cba90c02e3d65286aad8a907a1646bf095a4 1 0.00/1.00 vMB 0
10,712 10,712 0000000073d58c4a112019d3bed2c619aa1486b23e700e739920ec2a235ade37 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.12 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: 736.47 GB
    • Received: 18.58 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.