Loading Tool

Explorer IconExplorer

Memory Pool

37,626 transactions
30.94 vMB
0.07351349 BTC
Random Selection Loading Transactions
Max Size: 153.06/200 MB

Candidate Block

Mining Attempt 33ff9d085814b6c8852cd8f4768cd4083aac7a4423e242cd1492e52048b4df6f
Version 20000000
Previous Block 00000000000000000001b2b8b03ec5944ecabaa6a12afcc2204c8d5943cca227
Merkle Root 2ea49889610bb3f2a428cc0ba87f2e68714be114fdfc994367b487b6a44959a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,386
Size: 1.00 vMB
Total Fees: 0.01026465 BTC
Feerates: 91.53 > 1.03 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,392 (787,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,659 126,659 0000000000001aeb3a30b5b70e41edbf9243affbce7258086d30cf72e2380ba8 13 0.00/1.00 vMB 1,163
126,658 126,658 0000000000000f9d6021a8b84505f7d2d2e621e27d7f56526fbd443f8ef52e9a 16 0.01/1.00 vMB 875
126,657 126,657 00000000000002119354db13c29962480217e66788f958ce55faf64aa0b1a78d 18 0.00/1.00 vMB 63
126,656 126,656 000000000000284e68e2d388478c9aa31114703233a7ae98a48f803c07e1fb65 42 0.02/1.00 vMB 864
126,655 126,655 00000000000016a0d4ae8600a0227aa027bec39854bb0db05b131f2af00cb296 24 0.02/1.00 vMB 713
126,654 126,654 00000000000018f6b6af54f01115a48a353a740b67e4652446e28bcb707c5151 52 0.01/1.00 vMB 3
126,653 126,653 000000000000404a16a335cd4c7480f6010f519dbfb1f0113e9f6b071f8d743d 23 0.01/1.00 vMB 596
126,652 126,652 00000000000009b8b7cc58288439c2133173c8ba917ae135e8b41039e4b9bc33 18 0.01/1.00 vMB 925
126,651 126,651 000000000000226c79cbef2c056699c664139001290c585504e089ca2749c40c 27 0.01/1.00 vMB 572
126,650 126,650 00000000000001b184dd94d569ed788655a3db6a531715f9827678adb70f5312 14 0.00/1.00 vMB 823
126,649 126,649 00000000000018559f02e5f85e5a99aab2144c3d2d300153fadff71d32a071cf 19 0.01/1.00 vMB 816
126,648 126,648 0000000000000b08332e4fbf066037acbf7d94f19bc123878f27ec535e534ba3 35 0.02/1.00 vMB 572
126,647 126,647 0000000000001cfd7c559445eecd444bd9a09cd9e22720559908192fe25359a0 1 0.00/1.00 vMB 0
126,646 126,646 0000000000003c8dac939303d5b2ba8e1f959f6adb82c5931ecd2f3363b790b2 22 0.01/1.00 vMB 142
126,645 126,645 0000000000001bcb9e3d8b6e1c89eef657478ed48c83570ecd31f89c76681edf 26 0.01/1.00 vMB 803
126,644 126,644 00000000000004e2ce48a6a8cb39d288763d28190e83ed6f11332b1d5b533ef9 22 0.01/1.00 vMB 1,367
126,643 126,643 00000000000042ac1f5603d71c320a476b0d005e28be008b7b75718f9296312d 68 0.02/1.00 vMB 394
126,642 126,642 00000000000020fe88c32ff02eba6e702ad699cecff2bfbfdf203a1b28e21c79 14 0.00/1.00 vMB 1,007
126,641 126,641 000000000000303b630fc6a5a0ac44ef22f3bc4140d3977b1ee3157c85ac80b9 10 0.00/1.00 vMB 333
126,640 126,640 00000000000023a9e32802afdcacc1d7711d7d0650ae6f5ee86d60d07aae2b69 10 0.00/1.00 vMB 17
126,639 126,639 0000000000002de8f659dac3f3f5978a276be0d600cdcf5e229e25a64516e49b 68 0.03/1.00 vMB 1,080
Previous 10 blocks ↓
Total Size: 781.30 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: 598.26 GB
    • Received: 9.93 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.