Loading Tool

Explorer IconExplorer

Memory Pool

80,465 transactions
30.55 vMB
0.08006138 BTC
Random Selection Loading Transactions
Max Size: 185.76/200 MB

Candidate Block

Mining Attempt 991606b96695fe6ad2faa896b6f5362830e53dcff9e5e6311f6e4ff2860d5645
Version 20000000
Previous Block 00000000000000000000c6a5ef862f60254cf87fcd565eed18945ad2828f92e7
Merkle Root 65f654279dd1bbee01480495660683e38b3caaabdd3fd5d4c3073867afff1510
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,810
Size: 1.00 vMB
Total Fees: 0.01128042 BTC
Feerates: 18.08 > 1.13 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,350 (42,721 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
872,629 872,629 0000000000000000000272f3d997d15f09937966d3409306ba55c5867a438fbb 5,791 1.00/1.00 vMB 7
872,628 872,628 00000000000000000001c19b7bed319660bb9becb836897688f2fe8d28438973 4,827 1.00/1.00 vMB 7
872,627 872,627 000000000000000000021681b742ff8c3f91b1b7c6a8da2dada0be6e672acd44 5,828 1.00/1.00 vMB 5
872,626 872,626 00000000000000000000c1f0234f9651c589a151751d19d8b29c4ce6a630aa98 4,996 1.00/1.00 vMB 7
872,625 872,625 00000000000000000000adf40c7f7f643c4d7ac4d9fdeefa91f303d564679bf1 4,519 1.00/1.00 vMB 5
872,624 872,624 000000000000000000016cbfbb6c5e17f0558e0774f1e28c78c4057d8d93911e 7,021 1.00/1.00 vMB 4
872,623 872,623 000000000000000000019bf6150eab2f5110ca080f88f515881ecd2154669ec7 4,613 1.00/1.00 vMB 7
872,622 872,622 00000000000000000001dc995e3b9a5400b8679ba77a928687bc54dae9183093 5,329 1.00/1.00 vMB 6
872,621 872,621 000000000000000000027ce6a50cc499ec2bccb5b99b289f2cbc7f8a767b2b92 5,202 1.00/1.00 vMB 5
872,620 872,620 00000000000000000001539a7e08d3e8e456d33915faae5444663fbc66e2264b 5,159 1.00/1.00 vMB 6
872,619 872,619 00000000000000000001e8242c9474e4592ab5be30b14fe11d80adb1b07fea31 4,745 1.00/1.00 vMB 5
872,618 872,618 0000000000000000000134caea3cb6b375fc75b633934efc1438bf4418d9fdd9 3,854 1.00/1.00 vMB 4
872,617 872,617 00000000000000000002484a0809609d479eb3a9f7a35bd4095dff5a5682f0a1 4,604 1.00/1.00 vMB 7
872,616 872,616 0000000000000000000034f3d76fa5c2774dd46a638a43c33c8f0e7b60ce1960 4,535 1.00/1.00 vMB 6
872,615 872,615 0000000000000000000170adc3b551df39c53009943799cb7c49a6092fae2e3f 4,975 1.00/1.00 vMB 4
872,614 872,614 000000000000000000019bab875d766733114be66b5f8c1514e78da34c7ef7cf 5,598 1.00/1.00 vMB 6
872,613 872,613 0000000000000000000036a767227cff86692912590398322959c6210e85ecf5 4,847 1.00/1.00 vMB 8
872,612 872,612 00000000000000000000b4ed733fe89c5174aa3a7669dbd4e5913ebd5b078f19 3,928 1.00/1.00 vMB 5
872,611 872,611 000000000000000000008cbface7ee621a05b58c2dc13e64dffbfb7f47164800 4,961 1.00/1.00 vMB 6
872,610 872,610 000000000000000000026e3d0530b2c3c0362375a6ecfc2c91c3c1889a949fb8 4,788 1.00/1.00 vMB 8
872,609 872,609 000000000000000000018cf3e7fead917d423c845adff44e9ef4a0b6b7347492 5,090 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 783.00 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: 718.48 GB
    • Received: 17.90 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.