Loading Tool

Explorer IconExplorer

Memory Pool

40,468 transactions
26.16 vMB
0.07288085 BTC
Random Selection Loading Transactions
Max Size: 135.86/200 MB

Candidate Block

Mining Attempt 1f6e728e941ec4ff80cf54ad81eeab0f9a50376c809ef9d977a33b48c3d96cc2
Version 20000000
Previous Block 000000000000000000014ae1b6ec1276480a3d912701d420b2806ba6ee0c7cd5
Merkle Root 6e28840451b2ae9f63b9a5e9856d6115b7087ade7aba3706cce8738ae3db8b7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,873
Size: 1.00 vMB
Total Fees: 0.02519656 BTC
Feerates: 73.20 > 2.52 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,873 (846,749 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
68,124 68,124 00000000005b2998d0c2797b1365bd6024500235c253de884d399c20540b0d97 1 0.00/1.00 vMB 0
68,123 68,123 0000000002a79b679ed88c1a25a26256c953840c23a1245fc9a6f5276e4ea07c 1 0.00/1.00 vMB 0
68,122 68,122 0000000002d07aa6a412349f71615b44346aeb013ca21e57b5e4184f947cce2c 2 0.00/1.00 vMB 0
68,121 68,121 000000000317faf7c98fa8c2ec6ad9828246fed281a291059a0682275abd9548 3 0.00/1.00 vMB 0
68,120 68,120 0000000004505f1d50d0ccd69cda6ef77f19fd7359913d63e0238bf47d35c527 1 0.00/1.00 vMB 0
68,119 68,119 00000000033ece9e573e22b1fcbda4d6ce950af5881b70a764e668dce1d03465 1 0.00/1.00 vMB 0
68,118 68,118 000000000555498e1ca88ac4b7883f9076319c5a6fbde2ebb95b1e9d6be592e1 2 0.00/1.00 vMB 0
68,117 68,117 0000000000b4ef8af7e8fd9c2590879bb81daa9d03f37044646c066d7c34cea5 2 0.00/1.00 vMB 0
68,116 68,116 000000000031a70a97aabd27216d51a5ccfb62c09c47727e0fe65a6a155ba27b 2 0.00/1.00 vMB 0
68,115 68,115 0000000004fb419b31af90212e44e639c28b01005a994bab03277c36dfb1e693 1 0.00/1.00 vMB 0
68,114 68,114 000000000296df377f659d06c19bef2cbb2d80a0013667455fa600536ddae18a 1 0.00/1.00 vMB 0
68,113 68,113 0000000002edf888c4d941deae52ea42d0a78de7880d9985daa5e7e5c8fd2a7f 2 0.00/1.00 vMB 0
68,112 68,112 00000000000b060c62d6c79ba2601de44afaf0414f0395c2e0be013608c26cdd 1 0.00/1.00 vMB 0
68,111 68,111 00000000039502a9107fd9e1c46905dd9744d64f7c3b01d200628e01857ccb0e 1 0.00/1.00 vMB 0
68,110 68,110 00000000036a66b5a1d1c649fea44abf946097effbd629149f1660a60daee604 1 0.00/1.00 vMB 0
68,109 68,109 000000000512b959a4c0a0075b340f1cddf6daa237a7500dd143573247ae0544 4 0.00/1.00 vMB 0
68,108 68,108 0000000002516400717837c0f07484293e7ca3303701fdc543e888a1a6f64522 1 0.00/1.00 vMB 0
68,107 68,107 000000000238bba0e18da426a0f42cb3e61dd7d333e44682c09967664716014e 1 0.00/1.00 vMB 0
68,106 68,106 0000000005053a7a30b0b0ef5410ffd6273e96dcff1b175e46fcc2b210bb0913 4 0.00/1.00 vMB 0
68,105 68,105 0000000004d3ddb8889d686c7b9034c49f18f69ac83c13ec9986e9ce387b3757 2 0.00/1.00 vMB 0
68,104 68,104 00000000041bdbcc0fa98a16fc104adc7a1df92ae81235268de479c716cc53c7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.16 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: 653.42 GB
    • Received: 13.87 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.