Loading Tool

Explorer IconExplorer

Memory Pool

78,464 transactions
29.40 vMB
0.06648093 BTC
Random Selection Loading Transactions
Max Size: 176.70/200 MB

Candidate Block

Mining Attempt 6cd637162182c52ef22218f6cc13a91f3a761260de7e76b7a23b4455489b1c0d
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 0392154a16da84edbaf9a6655ae5f6f171c4a5dae9b249300f97618f80f467c2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,260
Size: 1.00 vMB
Total Fees: 0.00680420 BTC
Feerates: 50.25 > 0.68 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (328,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,065 586,065 00000000000000000015eecb23eb6b064eb9657b1505765fe1f8e7c9682a17f9 3,213 1.00/1.00 vMB 80
586,064 586,064 0000000000000000000050d69bb69e564a09b61974e21210de7122bc60b6e11f 2,396 1.00/1.00 vMB 72
586,063 586,063 0000000000000000000672ef721d6face97e863b247cfa0b93202a8ffe5cf237 2,574 1.00/1.00 vMB 69
586,062 586,062 00000000000000000005138ba8c6cfbe592cf52f28be8f54e17400c9219729f1 2,468 1.00/1.00 vMB 63
586,061 586,061 0000000000000000001251f02d73d2217b10d6e34cbe134b46013ba9d9cb4721 2,392 1.00/1.00 vMB 88
586,060 586,060 00000000000000000016c21dbaf2c993140fb23bd1dce3f6a023e639cb2177e3 2,818 1.00/1.00 vMB 88
586,059 586,059 0000000000000000000bd139144dc3fe9a9723b884a8700afe9c77cf5a52e5c4 1,117 1.00/1.00 vMB 60
586,058 586,058 00000000000000000005fbf9ee82aeab4cc498c4e68bfcc56819cec800794fad 2,430 1.00/1.00 vMB 89
586,057 586,057 0000000000000000001a265a29577743dbd1e8b0c5f9cea8f8591bf7e28e89f1 459 1.00/1.00 vMB 56
586,056 586,056 00000000000000000017c4f492e846dd128153c0951011c0a4d5e18d3cd29ae2 1,714 1.00/1.00 vMB 65
586,055 586,055 0000000000000000001120b4ec0329a66e0aad77a614f3e8544789a6fae282b7 2,422 1.00/1.00 vMB 70
586,054 586,054 00000000000000000011734497133abc972e1b16fdc564b083c52497c1a028ea 2,904 1.00/1.00 vMB 70
586,053 586,053 00000000000000000004468f31227ec69eb49791e33e45ee342e03045b8a8592 2,616 1.00/1.00 vMB 70
586,052 586,052 0000000000000000000cdf06d7fd50ecb8f1ff22c045f7c5f1eaf135d1ea5869 2,237 1.00/1.00 vMB 111
586,051 586,051 00000000000000000009a247125b9cf5e04571b957e7cb6ac81887bf5b06197f 2,953 1.00/1.00 vMB 72
586,050 586,050 00000000000000000018026ce471b641aefd309917cd9bacad659df0eb171516 2,515 1.00/1.00 vMB 73
586,049 586,049 00000000000000000009c1f90a7c39ff8df76d47cb0a710c256b1d594389120e 2,911 1.00/1.00 vMB 69
586,048 586,048 00000000000000000009c62069e716d976a0c8a342f8418354d0093c5f1acd83 2,916 1.00/1.00 vMB 84
586,047 586,047 000000000000000000194318c2ab415e4984fff0de007fca12641fd7516b7102 2,543 1.00/1.00 vMB 83
586,046 586,046 000000000000000000047a18be2e4509c1f8e3d1dc10841c299362efe571adda 2,146 1.00/1.00 vMB 68
586,045 586,045 00000000000000000011c201341bac73f92577368a6b0d1216fa0c3c724cc19c 2,522 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.