Loading Tool

Explorer IconExplorer

Memory Pool

77,452 transactions
28.77 vMB
0.07074277 BTC
Random Selection Loading Transactions
Max Size: 174.53/200 MB

Candidate Block

Mining Attempt f235b289caf4242349995486a8b7026ee382240226fce94434ab4b9af13c0690
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 0cfb58a06dbf32687e2d363590c9f268ccf8018ca45a6b8d08fc30ccda1b37dc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,148
Size: 1.00 vMB
Total Fees: 0.01095335 BTC
Feerates: 299.43 > 1.10 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (233,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
681,993 681,993 000000000000000000097b6169e9f97e0b899d202eac5778524b126819887264 1,444 1.00/1.00 vMB 91
681,992 681,992 00000000000000000000d54afd2702374b1097d36a847e1282d7c8b89cb25086 2,181 1.00/1.00 vMB 100
681,991 681,991 00000000000000000002d9b734890f492294183abb279dd75b43fee491d9affb 2,724 1.00/1.00 vMB 115
681,990 681,990 000000000000000000018c7fe814fabaf4f18fc2f980fec0fd4908f4658600ac 2,244 1.00/1.00 vMB 108
681,989 681,989 0000000000000000000c0815ee0709331d2b0a10a4d73c09bc636e5e9966cdd7 1,473 1.00/1.00 vMB 42
681,988 681,988 00000000000000000002d4be0d0367d8c5d7b515d29c5d284dfde7d620517f90 1,029 1.00/1.00 vMB 23
681,987 681,987 00000000000000000009f7ae98ef37d2e5487efc1a502102d9b23e2face35f38 2,574 1.00/1.00 vMB 85
681,986 681,986 0000000000000000000c62ddd42931fe9e6af2f7d11d4d28b4c01c0ca7c2f4d2 207 1.00/1.00 vMB 8
681,985 681,985 0000000000000000000a40f8924ebd4d02d1b0b219437828aa0859d47d0ab6d6 2,095 1.00/1.00 vMB 68
681,984 681,984 000000000000000000068472e566ab9d483e02e466f2afa9d9a38e713a1f349c 830 1.00/1.00 vMB 26
681,983 681,983 00000000000000000004452b9aefbbde8ae63de3e43af95890927fdb72a2a0f9 1,487 1.00/1.00 vMB 42
681,982 681,982 0000000000000000000513ec270e16db85606f50d39865e9075a74d3a28f10ff 1,378 1.00/1.00 vMB 8
681,981 681,981 0000000000000000000c26523415f0f6e77c12e9ba146d8d9e58b87e2d2e3696 1,566 1.00/1.00 vMB 25
681,980 681,980 00000000000000000005fa6a2fdcabc26fad5413fb36533c5688c1e7f1ba9982 2,737 1.00/1.00 vMB 119
681,979 681,979 0000000000000000000d45158b5ba8363e724bbb9544e4ff827a9f076ac4703f 1,626 1.00/1.00 vMB 77
681,978 681,978 0000000000000000000836aeb95568b1f4a52c91b0c928a23edcde2523a6d85b 1,575 1.00/1.00 vMB 101
681,977 681,977 00000000000000000009ff0db4a5569ca8f70913b7247b80973b58802279a2cb 580 1.00/1.00 vMB 20
681,976 681,976 0000000000000000000a14797883e79f96a2c7f23206f49dff86e4f2a805fd59 1,530 1.00/1.00 vMB 48
681,975 681,975 0000000000000000000d7ebe4a47f9dd06821363f6e2aadff2ab5412532b55eb 1,427 1.00/1.00 vMB 19
681,974 681,974 0000000000000000000713e31afee05fda364c32d41bff423cc65a8b1b1fc4f1 2,262 1.00/1.00 vMB 64
681,973 681,973 000000000000000000011cb66b965fcde164eb739146bd5ce3cdcad89635d915 1,289 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.