Loading Tool

Explorer IconExplorer

Memory Pool

76,204 transactions
28.09 vMB
0.08889516 BTC
Random Selection Loading Transactions
Max Size: 171.04/200 MB

Candidate Block

Mining Attempt 2722698aa82451aa285f11b204e7a1170ffa49529229d1e176a4e2a3bf4076a2
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root 9550975f1e1c48123f197cf5a33945015b0306b4cf59e8722dad7d928790c297
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,188
Size: 1.00 vMB
Total Fees: 0.02849503 BTC
Feerates: 301.57 > 2.86 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (265,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
650,094 650,094 0000000000000000000e1305f0f8537bd8d1b2525b23108ac386a2af2b5f2106 2,169 1.00/1.00 vMB 46
650,093 650,093 0000000000000000000bc3493f34bcc666a4c8753da53a1f06b2596389e7bebb 2,581 1.00/1.00 vMB 36
650,092 650,092 0000000000000000000bb58ae1186ae19f019e6dd2d6a1961262542d28942c2f 2,297 1.00/1.00 vMB 26
650,091 650,091 0000000000000000000037b57329e34bc4aaa215cf79d63c67cdf765e6db6f2b 2,612 1.00/1.00 vMB 41
650,090 650,090 0000000000000000000b5728a356e3e077eb0735d3cf17670b1ff0b4ee3f9bb0 700 1.00/1.00 vMB 3
650,089 650,089 000000000000000000006e78f2dc544a1233285776d6d62f0ce6538f54addb0f 2,137 1.00/1.00 vMB 4
650,088 650,088 00000000000000000001c21556e65335cf1aa90776821143abf0d7d81136abbe 2,566 1.00/1.00 vMB 54
650,087 650,087 0000000000000000000af5a5f487fb852f12858783ba78ba6e6cf0b51547029d 2,137 1.00/1.00 vMB 5
650,086 650,086 0000000000000000000d035c08b0fd3245230dce3bcfc81a50bf6294ec1af084 2,468 1.00/1.00 vMB 46
650,085 650,085 000000000000000000059803a14d8c46f8818b537210a5ad670452689f8ad44d 2,530 1.00/1.00 vMB 58
650,084 650,084 00000000000000000002445cafe3b1b9b62c4efce2d841c036b535b768318de0 2,050 1.00/1.00 vMB 10
650,083 650,083 0000000000000000000c711c0b58af36c86988687ada4beda62b0257761b443e 2,580 1.00/1.00 vMB 5
650,082 650,082 0000000000000000000c13fa53d83a24f27ac8b12b288680ae2d737e73e775c4 2,913 1.00/1.00 vMB 59
650,081 650,081 00000000000000000007b2ff76dcfdf0820c4b9683ec6fae0336b5e7b17b621b 2,524 1.00/1.00 vMB 22
650,080 650,080 00000000000000000003e301cb57a0cd4b891b35d42d9523524e85bb935d0fce 2,264 1.00/1.00 vMB 54
650,079 650,079 000000000000000000057821821b17de4b271d49a355f0f742e40c1f9d9f6161 2,515 1.00/1.00 vMB 30
650,078 650,078 0000000000000000000d38201984a829e994420273789caccc4de5ffbb751903 2,754 1.00/1.00 vMB 24
650,077 650,077 000000000000000000094e9eda139cb7be5401be837eba1cdcaf3365894369ed 1,840 1.00/1.00 vMB 41
650,076 650,076 00000000000000000009710baba559063eaa0f5bc5d9f99b02314dacc79642a7 1,620 1.00/1.00 vMB 11
650,075 650,075 00000000000000000008be8fa3a09528d394482be9a2380d38dc6cb3c2ded91c 2,009 1.00/1.00 vMB 40
650,074 650,074 0000000000000000000e0e1434a6caf7c172aa9d234d5159e741e14e29ea0356 1,708 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.84 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: 711.87 GB
    • Received: 17.14 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.