Loading Tool

Explorer IconExplorer

Memory Pool

45,303 transactions
27.95 vMB
0.06852569 BTC
Random Selection Loading Transactions
Max Size: 147.73/200 MB

Candidate Block

Mining Attempt 437a371f2c2559a2588329ca200159ec5bd81a3449f5d69fc25929d853a29f8e
Version 20000000
Previous Block 00000000000000000000958de36f69a7b169bf6b7f7790576bb3bc365e342bfa
Merkle Root b0cb1a464d80a6726d5b2a187e4906087b50fad7293297bcbeb4e5894ea9b01d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,087
Size: 1.00 vMB
Total Fees: 0.01526000 BTC
Feerates: 101.53 > 1.53 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,937 (406,948 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
507,989 507,989 0000000000000000000533f37dc86a6731d2c33767f80f6d4009ed5d6e38b028 1,056 1.00/1.00 vMB 12
507,988 507,988 00000000000000000017fcf83729c9b7ae644523aa86fa22df337421f499c97e 1,333 1.00/1.00 vMB 59
507,987 507,987 0000000000000000005e46d334bc42d19a68393a35f323c5661d2e025d942602 1,331 1.00/1.00 vMB 61
507,986 507,986 0000000000000000005f3e9e784c9fb849663588db7b793f8e68e8ad7145b6e5 1,953 1.00/1.00 vMB 144
507,985 507,985 0000000000000000002cdb42f2ed2a545a50c72f713177423a380ff631cd1c56 2,712 1.00/1.00 vMB 169
507,984 507,984 0000000000000000002b0e22d8d02768571a79e873c0536f7b0b0c8deb8384fc 1,533 1.00/1.00 vMB 102
507,983 507,983 0000000000000000000b4ee5cb67c804ed86bd4d073aca523a693b20ec739420 2,133 1.00/1.00 vMB 121
507,982 507,982 0000000000000000002a71eef8eb6f1fb482e13e102df4ad88e8df057a1bdb9c 1,675 1.00/1.00 vMB 72
507,981 507,981 0000000000000000001855c3c43e268f92f8e24f4a0333c30a867a596e5f5f28 1,831 1.00/1.00 vMB 98
507,980 507,980 0000000000000000002ac0fdade4f44857fa0dd5da7e451c07d2c8517154a398 1,838 1.00/1.00 vMB 88
507,979 507,979 0000000000000000005eeeae55e001324f64a9d3d00e8cf21229fffe0c96ef90 2,067 1.00/1.00 vMB 114
507,978 507,978 000000000000000000277969aa7e8aae9481e00bb744526e6d29bf046354ce04 2,059 1.00/1.00 vMB 131
507,977 507,977 0000000000000000004bf45a2b71bcb2e89888aae6fd013928d8c8607a9c266e 3,143 1.00/1.00 vMB 201
507,976 507,976 0000000000000000005004fe7e8d8ac30977df24a9a7ec98da249d80ceb453a2 1,350 1.00/1.00 vMB 39
507,975 507,975 000000000000000000034da015a0b8803b467fa4f302935ea9f6fbe1ea69ce14 1,813 1.00/1.00 vMB 75
507,974 507,974 0000000000000000001d8eecfd52c20b39d5120e0fb79d2d6d325212673aeb8a 2,422 1.00/1.00 vMB 127
507,973 507,973 00000000000000000003b1e68b637f8490615b8f1a7650caedd95c3dc68fefca 3,355 1.00/1.00 vMB 184
507,972 507,972 000000000000000000628fbae9876ce23c84925aee0cc85c4e28bf9fbc4588bb 1,422 1.00/1.00 vMB 64
507,971 507,971 00000000000000000029a938088f856a700a4f4eabd3425f6a726af24c1efc9f 1,632 1.00/1.00 vMB 78
507,970 507,970 0000000000000000002b8be0e06828a032818cee976a2d0728848241b1f97db2 1,901 1.00/1.00 vMB 173
507,969 507,969 0000000000000000005d8b49d9f5a865357848e6477c11f623e77ce7f0acec19 1,913 1.00/1.00 vMB 96
Previous 10 blocks ↓
Total Size: 782.28 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: 656.74 GB
    • Received: 14.43 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.