Loading Tool

Explorer IconExplorer

Memory Pool

32,552 transactions
25.11 vMB
0.05082823 BTC
Random Selection Loading Transactions
Max Size: 126.84/200 MB

Candidate Block

Mining Attempt 0e73b65d81a16470d17f4ad828c777a4f080ee2e3d2bea7cf4e91e1949c201ab
Version 20000000
Previous Block 000000000000000000016d6f2b2c8ba81bafff03de43e5b0b3362476d7672035
Merkle Root 5382ccf960a1ab6f4b148a6a12a439fae312ac2436a4deaacd4d2edc360bc197
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,450
Size: 1.00 vMB
Total Fees: 0.00564202 BTC
Feerates: 713.01 > 0.57 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,679 (78,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,929 835,929 00000000000000000002d20994c3f54605cf14cd2666b79fb08db94acbb55513 2,920 1.00/1.00 vMB 14
835,928 835,928 00000000000000000000bd23b592e5bf2a4fc0c4a98e6c7e5c304313c5ac738f 1,151 1.00/1.00 vMB 9
835,927 835,927 000000000000000000002954c890cbf756bdf8a328c2d566b4939de54f78490c 2,942 1.00/1.00 vMB 10
835,926 835,926 00000000000000000002f0df3688ebd2601d75a89ffcbb6add416da58fad63d1 3,275 1.00/1.00 vMB 17
835,925 835,925 00000000000000000001e9e9e73c6592ba929ecab3882fe6a1c0fbef0fae609f 2,943 1.00/1.00 vMB 13
835,924 835,924 000000000000000000029fcb41b8cc234ac8e31951aa5d74b192f9b19a82e3ba 134 1.00/1.00 vMB 7
835,923 835,923 0000000000000000000044850454a842a1fc343e7f61eceb6e5025dec2227c0d 2,764 1.00/1.00 vMB 11
835,922 835,922 00000000000000000000b23638542c4cf10e2b41e8443d13d736632436e86f2a 3,051 1.00/1.00 vMB 15
835,921 835,921 00000000000000000000f6ad6ea18850ed987c62a98f6e6d97399427a99957a4 3,303 1.00/1.00 vMB 9
835,920 835,920 0000000000000000000151f1e541470d4f48f95fb1b2961003193f54d32aa85c 2,490 1.00/1.00 vMB 12
835,919 835,919 00000000000000000002938b88277d6cd747ee9344483783313c974a9f6ebf4c 3,311 1.00/1.00 vMB 25
835,918 835,918 00000000000000000000a060458f87e1df06171db38ddc02c9eed487dd8562f4 2,102 1.00/1.00 vMB 9
835,917 835,917 000000000000000000035a22e85d0337a4e6feff905b685567a0461e8e819cbd 2,054 1.00/1.00 vMB 11
835,916 835,916 00000000000000000002b447861746a342d3c467c6e04868ba59aac0b5a7ad5a 2,340 1.00/1.00 vMB 20
835,915 835,915 00000000000000000001e9425a646b89be5113301ad545ba90fa6b2ebb338c50 2,464 1.00/1.00 vMB 16
835,914 835,914 0000000000000000000246c375f40bd8a7fdb409c21dd1bafe8cd91650510039 2,425 1.00/1.00 vMB 10
835,913 835,913 000000000000000000021c2ab596e04b4a11edc8594a722068986670e3bcdcef 2,805 1.00/1.00 vMB 16
835,912 835,912 0000000000000000000161609030e86c1d58f74334ed7beb55b088fc2dc6a429 3,544 1.00/1.00 vMB 30
835,911 835,911 00000000000000000002ae1f417c073e1780caf6c8daddbfc5cea3e6f993bfe4 3,136 1.00/1.00 vMB 13
835,910 835,910 0000000000000000000272c681dbc477e580d4ee5e0dc899a9353fa652356a96 2,708 1.00/1.00 vMB 17
835,909 835,909 00000000000000000000f68107df40e20fb1ebd967d77c1e8e06637fd2053530 3,072 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 781.82 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: 635.94 GB
    • Received: 12.34 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.