Loading Tool

Explorer IconExplorer

Memory Pool

73,078 transactions
28.20 vMB
0.06652527 BTC
Random Selection Loading Transactions
Max Size: 167.03/200 MB

Candidate Block

Mining Attempt 752f9f29f7c82c004df1cdc916d1a9ef7cefa44a5b15f96fbff77085cbe93c4c
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 0592f9df9acc03e3feadae291609ea1157f8449fb4836a738ee6c2578bc28f98
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,076
Size: 1.00 vMB
Total Fees: 0.01014899 BTC
Feerates: 14.41 > 1.02 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (474,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,944 440,944 000000000000000003a311e271940d402e57147a9dd5def7fe63ee192a4fd582 526 1.00/1.00 vMB 15
440,943 440,943 000000000000000003c34df8e88a5f8e4b5d600dd9cd15b81791473165439ca5 664 0.32/1.00 vMB 80
440,942 440,942 0000000000000000007a156920d296b26bef62582773e0a81e0aa1d6c43aeecc 71 0.03/1.00 vMB 76
440,941 440,941 000000000000000001f597b5afa328cee00b9d4633bd4898c1c479f84d2f9211 1 0.00/1.00 vMB 0
440,940 440,940 0000000000000000035c1d541215d05d7a73d8beccb338993a1238fabc5e6282 2,036 1.00/1.00 vMB 66
440,939 440,939 000000000000000003aeae755b8bd78d1d3ff8e530f476fe312ae32dfed4e52f 383 1.00/1.00 vMB 9
440,938 440,938 000000000000000002e66ef8cd4d20cfd382b6997818befa226a94649281a1e6 232 0.99/1.00 vMB 16
440,937 440,937 000000000000000002af4ee096658e003319ca28385c0e3375b2f54b63df9c0b 1,698 0.95/1.00 vMB 61
440,936 440,936 000000000000000001b03da87a0f995af1e24d32588ae2b813ecd2d7e1f6aa85 2,327 1.00/1.00 vMB 82
440,935 440,935 00000000000000000010c2a5d322df539c0f70e84ab1c77192ba224010b76d73 432 0.19/1.00 vMB 77
440,934 440,934 000000000000000001796244ac4aa25f5306afac849699971cebf6d758c8ef16 432 0.99/1.00 vMB 19
440,933 440,933 000000000000000002e0917e7d2ed7925ef83947f0a9f8f76cbc7d628e28fdfe 1,073 0.99/1.00 vMB 42
440,932 440,932 000000000000000001a1a0b8d3d95a72bf3932469d8a3e4cacd13b5ae40fa6d9 187 0.07/1.00 vMB 80
440,931 440,931 000000000000000003d1d9ac7995799e6a204bf7e2e4d80ee64d20da2927073c 1,581 1.00/1.00 vMB 46
440,930 440,930 00000000000000000277901760c4513e09335f62be7071052dd8b2c9bc729b09 2,249 1.00/1.00 vMB 76
440,929 440,929 00000000000000000076221d12b7f50f665db84b2ea2af719f4eb63d7c75d1fc 1,836 0.75/1.00 vMB 79
440,928 440,928 0000000000000000005c2148ff79fccb63752e770dfb0149c198c0597a1f6157 209 1.00/1.00 vMB 12
440,927 440,927 000000000000000000d4095881f7c52ed115d766503fa999b281a91eddcdaf84 1,037 1.00/1.00 vMB 30
440,926 440,926 0000000000000000003e3be320423587d22a120a5291d28bfa219d265ee60164 199 1.00/1.00 vMB 59
440,925 440,925 00000000000000000050a2b958ae2fad130326a7fbaa3f9ffce74a153a62d631 2,191 1.00/1.00 vMB 80
440,924 440,924 000000000000000000d13f4e93c77bbf700334cf41f99c733cdad6d759a899c3 2,347 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.46 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: 667.83 GB
    • Received: 15.30 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.