Loading Tool

Explorer IconExplorer

Memory Pool

79,092 transactions
29.18 vMB
0.08580957 BTC
Random Selection Loading Transactions
Max Size: 176.84/200 MB

Candidate Block

Mining Attempt ab5cd8e2f8fc0011764dcc142cc8b55f0a1b0007b0f3417512c310c341ad04e1
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 9e79833c2e71aff864ee9964d511ac43c48421b8016816a39fe5899cc70031b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,290
Size: 1.00 vMB
Total Fees: 0.02488198 BTC
Feerates: 146.36 > 2.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (265,115 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
649,993 649,993 0000000000000000000c6891bca08ad8297573e0ddf30935839f8f0213791dbd 2,250 1.00/1.00 vMB 24
649,992 649,992 0000000000000000000b47b09574dbdb9842445bbccae6428258eee79f2a5ac2 1,543 1.00/1.00 vMB 33
649,991 649,991 0000000000000000000558e9fdfd923e312537cacd1e637ebef97ddc7c16abb0 1,008 1.00/1.00 vMB 15
649,990 649,990 0000000000000000000788b346d46469e83622efcd1e3bc8ae93c30485d2af6d 2,408 1.00/1.00 vMB 44
649,989 649,989 00000000000000000004ce4dc6316c2036016dd39e4ca1bf770363b90fc76134 1,589 1.00/1.00 vMB 54
649,988 649,988 00000000000000000007476078f608dd3dd6da029a08cac2f6495cac440b75e5 3,028 1.00/1.00 vMB 32
649,987 649,987 00000000000000000006fd0fe3796c591ebcb8bf412986e78a2aaf6d338d9743 2,503 1.00/1.00 vMB 28
649,986 649,986 00000000000000000007045a1058a81d2f7f3ad58e9b66aa1fc1d6a24bbfed53 2,579 1.00/1.00 vMB 52
649,985 649,985 000000000000000000086b68df9c9b8125259d3b9efebacd1e3c7bffb72462f4 2,724 1.00/1.00 vMB 41
649,984 649,984 00000000000000000001934bec4f17a597b620183b59dffdbdc9423094005458 2,717 1.00/1.00 vMB 45
649,983 649,983 00000000000000000007c4a691f81e33d2b1d5f9fe22e11e27db83e4b0b7f7e3 2,662 1.00/1.00 vMB 65
649,982 649,982 0000000000000000000a544a07fe2f3439a5e3b3517e42ea87f456942d0b79d4 2,354 1.00/1.00 vMB 27
649,981 649,981 0000000000000000000c4a69604a98f4430b9e05866aee80056ae8548b4a7482 2,509 1.00/1.00 vMB 51
649,980 649,980 00000000000000000006672e7a6db8fdc01e6cd58c259fb73ec32436acf0a2d6 2,597 1.00/1.00 vMB 56
649,979 649,979 0000000000000000000c10962303f843b27a70eb039c2f6894024efb738f16fa 2,787 1.00/1.00 vMB 30
649,978 649,978 00000000000000000007518f247bf0af2cd5607c3f55107d0a8f1c24b1323513 2,669 1.00/1.00 vMB 46
649,977 649,977 00000000000000000003073b305eaece75f7499830f1ad1e3474ed5d7997f56d 2,426 1.00/1.00 vMB 82
649,976 649,976 000000000000000000029d85ca0b1f34b70cebc988b01aed846ba11825f9aa16 1,617 1.00/1.00 vMB 88
649,975 649,975 000000000000000000078f0b395b5da732f73358c21dbbdb43accceba8bbdf29 2,745 1.00/1.00 vMB 64
649,974 649,974 0000000000000000000e1d5f2f83e46e0a7d4508ff7259717f75a0ad57bcf24e 2,840 1.00/1.00 vMB 59
649,973 649,973 0000000000000000000bfb2c76ff3b65f9cdc8b75b781ebf4f74064035088ed0 2,540 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.58 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: 671.25 GB
    • Received: 15.89 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.