Loading Tool

Explorer IconExplorer

Memory Pool

34,414 transactions
25.40 vMB
0.06961500 BTC
Random Selection Loading Transactions
Max Size: 129.46/200 MB

Candidate Block

Mining Attempt b5b8e2329834f2b977e04fe2caed60e3d6579912e432da1d56fcf2aeea7968c7
Version 20000000
Previous Block 0000000000000000000087c5fa9823c89604341616794226d7353dcb93d49d87
Merkle Root 47a44aecc0868d7cd9514a5162bc4e8704819f012b4e9090bc3a13fff400d36f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,251
Size: 1.00 vMB
Total Fees: 0.02343021 BTC
Feerates: 101.67 > 2.35 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,930 (288,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,958 625,958 0000000000000000000b36bb4b80591c7bfad5695e012ab48b397221fbaee967 2,794 1.00/1.00 vMB 23
625,957 625,957 0000000000000000000cf8e31619cd77e0a0a290884eeb002d52126ce275eaae 2,291 1.00/1.00 vMB 29
625,956 625,956 0000000000000000000b3a636932c1c0e67aa6625d1a104cc17b427cbd6c0fc6 2,036 1.00/1.00 vMB 26
625,955 625,955 0000000000000000001068472d8dc0d3f6e849b6eb5f19b2c760914aaabc88e1 2,599 1.00/1.00 vMB 25
625,954 625,954 0000000000000000000ece41e4a751da47f97f116d6b0939d6d6edf0024838cf 2,466 1.00/1.00 vMB 34
625,953 625,953 000000000000000000049084149a4b07a31186b05dc5a1f991b4b26a26ed8018 1 0.00/1.00 vMB 0
625,952 625,952 00000000000000000009ecbb29f57d48b943f4737d37784f707b9d296d95a77a 2,542 1.00/1.00 vMB 28
625,951 625,951 0000000000000000000b46aade77344b1efcd0d2c4a1badc22b5e2cedc68422b 2,541 1.00/1.00 vMB 31
625,950 625,950 00000000000000000001883796dd659e30129db89674319e85b297f426366df8 1,745 1.00/1.00 vMB 30
625,949 625,949 000000000000000000016144c36415479de5495a53c4ee440dc383a0df225bd3 2,385 1.00/1.00 vMB 40
625,948 625,948 000000000000000000012cfd7b61e3a3d6e2a76d0f0b0fa9ecb24e0a8379c3e4 1,531 1.00/1.00 vMB 78
625,947 625,947 000000000000000000117880ed967a6dcfbb068964bcfd7155139f2a05d40182 2,723 1.00/1.00 vMB 10
625,946 625,946 000000000000000000063f176addbb2cdb7ca2d6e1bb4f6619044d91118b8f6b 2,582 1.00/1.00 vMB 18
625,945 625,945 0000000000000000000ce10300db97bb41c3f699588ec30e706c9c6f0ad22039 2,387 1.00/1.00 vMB 11
625,944 625,944 0000000000000000000e8b98b357614adaa955445b470a9f8b9d87de0d35af45 2,417 1.00/1.00 vMB 11
625,943 625,943 000000000000000000120ae03f144cf30c6db644a3fe640b03df84541396be68 2,776 1.00/1.00 vMB 13
625,942 625,942 0000000000000000000b52e5f79972ccb1b42f14bd5097381551ed7bb4f78478 2,305 1.00/1.00 vMB 11
625,941 625,941 00000000000000000011604b6d32a6074720f60aae04edf20396bbaf65e50edc 207 0.07/1.00 vMB 12
625,940 625,940 00000000000000000001a4c9e35da71d9fcbc44b3ce108012ca4042c6a68d774 547 0.16/1.00 vMB 20
625,939 625,939 00000000000000000004f7912d3b10b06da04c520cc7fb7c2998b9c66f290d31 1,751 0.87/1.00 vMB 1
625,938 625,938 00000000000000000011d489e6d0db2500c79c8c168182a5f2b89a3ae48daee5 2,625 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.27 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: 655.96 GB
    • Received: 14.36 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.