Loading Tool

Explorer IconExplorer

Memory Pool

79,242 transactions
29.39 vMB
0.12535048 BTC
Random Selection Loading Transactions
Max Size: 176.91/200 MB

Candidate Block

Mining Attempt 74ab73fe6589bc7647fd3f865e3beccf39b9c09ab9339201450961b2007bd01f
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root fb3bd8cbd9fbb9aa41ba39a10b1ca7d67b42c61e9e5870034fc48cd963e1b7cc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,396
Size: 1.00 vMB
Total Fees: 0.04554709 BTC
Feerates: 150.80 > 4.56 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (302,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,548 612,548 0000000000000000000e9b07e8a56b028df3a446c6a10164af8cbe4379634547 2,257 0.94/1.00 vMB 10
612,547 612,547 0000000000000000000449b70d1297b98f91adefcfdf966c801e6a6ad49abeee 2,505 0.74/1.00 vMB 13
612,546 612,546 00000000000000000012efe71e3fae6eb5120dcb87066ad561f55223b12160ff 1,832 0.50/1.00 vMB 3
612,545 612,545 0000000000000000000598e6964c6bbea55138262b9b91e98902b1123548f1bd 3,549 1.00/1.00 vMB 15
612,544 612,544 000000000000000000042cf817d177bc70225e47eb54d9bc3f03291535264c59 3,523 1.00/1.00 vMB 16
612,543 612,543 000000000000000000141d63c0a927235c7e21b39f8c632f9b7e70a9f3fb1659 308 0.08/1.00 vMB 10
612,542 612,542 0000000000000000000debd5ef07143bd2a96c8696a7cc838f908e270f02fc47 406 0.09/1.00 vMB 11
612,541 612,541 0000000000000000000d136c34874a1b8d57c2f233d9116ef91cc5fe5ca06f70 1,651 0.49/1.00 vMB 13
612,540 612,540 00000000000000000009d52558260382b28dc8786f09c4534951f27072400dcb 2,640 0.85/1.00 vMB 11
612,539 612,539 00000000000000000004885698f1d03a33a8df496802f51f1fb2e86a8aa20c3d 1,482 0.55/1.00 vMB 9
612,538 612,538 0000000000000000000e8b6ce37563cadc8b2605004667dd86630d742310a640 2,126 0.69/1.00 vMB 12
612,537 612,537 00000000000000000013be8f774d797129b045ad4b78888f408b07bf1c99c425 804 0.21/1.00 vMB 13
612,536 612,536 0000000000000000000b4aa860b7a1bc58e9e407d80b8f3e3514839caaa012d3 2,611 0.84/1.00 vMB 11
612,535 612,535 0000000000000000000854bafb58aa7949a0192e53a37b206a7d7d2ea0ae9cb9 1,204 0.45/1.00 vMB 10
612,534 612,534 0000000000000000000b7e46c9a8318869ace67d5c7e98b60d7ff7908b06f929 1,183 0.36/1.00 vMB 1
612,533 612,533 0000000000000000000829066083ba6302664bd5ad2f4bf3c50e6b1e5ef74427 2,523 1.00/1.00 vMB 14
612,532 612,532 00000000000000000005a1a1727e408c58f8b9932688f494f18a5199a0b2743a 3,074 1.00/1.00 vMB 16
612,531 612,531 00000000000000000009e108df6cb38cfa2e1e08be8ac7a3c76b6492b1b8817a 2,685 1.00/1.00 vMB 4
612,530 612,530 00000000000000000007c98f52470b8f4417dea3517bdeb63859797925454f44 2,301 1.00/1.00 vMB 8
612,529 612,529 00000000000000000010652cd1d6805a1ae169f26794685504618002b661e71f 3,277 1.00/1.00 vMB 14
612,528 612,528 00000000000000000014614dab9510c6aea10759c517fec2eb1442d4e49bf9ec 2,454 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.85 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: 712.79 GB
    • Received: 17.21 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.