Loading Tool

Explorer IconExplorer

Memory Pool

76,750 transactions
28.69 vMB
0.11364990 BTC
Random Selection Loading Transactions
Max Size: 173.57/200 MB

Candidate Block

Mining Attempt 7ec7dfe38e3f499224100c94661aba4a7646b82366e0e192a6ef4daf97ff42ab
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root d87655cec02d9956e194e52fb735ebfa8a386bbece99725dc16c4290c1c32c51
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,036
Size: 1.00 vMB
Total Fees: 0.05406222 BTC
Feerates: 101.65 > 5.42 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (290,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,046 625,046 00000000000000000006cd3d891d934beb293a67deb9cb72893f4c23ff4d497d 2,558 0.82/1.00 vMB 16
625,045 625,045 0000000000000000000d88e12aee57e8aa90ceea6b74b962a39427c5f2fdb6d0 2,764 0.94/1.00 vMB 19
625,044 625,044 00000000000000000006ebca3f12205312d86183028d32e3bb1f2c91cb31805c 669 0.20/1.00 vMB 17
625,043 625,043 000000000000000000121c9ba1bed5ffc4c3e6ad6097f71dbfa954e1e10b2055 503 0.17/1.00 vMB 23
625,042 625,042 00000000000000000002dbc679399eeb54242bf154f36811107155a1dfedeb56 787 0.27/1.00 vMB 14
625,041 625,041 0000000000000000000b6c92cf6c2ff4c1b0ffaf4f4ea59c1f80bf478219e70c 1,839 0.67/1.00 vMB 16
625,040 625,040 0000000000000000000c3bd0e42e92d8916dca9bfb8ea64b953cdcd3e09839fd 501 0.13/1.00 vMB 5
625,039 625,039 00000000000000000005dc1d4bfa56485bbe14d8a2ab17bedfaea66598e2bdc0 3,137 1.00/1.00 vMB 20
625,038 625,038 0000000000000000000f6e8230c2b32292dc4bcda82924d11676420b51855736 2,474 0.87/1.00 vMB 16
625,037 625,037 0000000000000000000fb0bf2367d441b28598466896437f80d2dcd5396655de 2,525 0.87/1.00 vMB 14
625,036 625,036 0000000000000000000fcac8f8f93cae68b86f054b5e30d8ddc8563bb7ab15f9 2,486 1.00/1.00 vMB 2
625,035 625,035 0000000000000000000a8cc65a84717966c36fae9643c963dada4790bd16a4df 2,880 1.00/1.00 vMB 8
625,034 625,034 00000000000000000010deb566c34d05b145ee6dd9361a2f4b3902f6e347c1cf 2,703 1.00/1.00 vMB 26
625,033 625,033 000000000000000000020a911a9f9db2f1e12af1030cb7779e21c2f88d5d734a 3,129 1.00/1.00 vMB 20
625,032 625,032 00000000000000000007446fb5027db539aa6cf1c948c00cda98ad5fb9254c11 2,335 1.00/1.00 vMB 24
625,031 625,031 0000000000000000000c04eafdf3d8f09a8b18ceb06172bdd52abafcd48303d7 2,756 1.00/1.00 vMB 28
625,030 625,030 0000000000000000000c77eaf7098f4a0ea96f1f1a41f2ffba51a309e5f8f863 1,744 1.00/1.00 vMB 4
625,029 625,029 000000000000000000118002157c81bafee563dcec2767197e5965e06f15e50e 1,388 1.00/1.00 vMB 2
625,028 625,028 0000000000000000000f4fad12d0026cbe6cd0d01bbd5ab1192703a33a7f22c2 2,620 1.00/1.00 vMB 11
625,027 625,027 0000000000000000000283bdb5287901adb749ecbe25923740707cc3bb767dc9 2,802 1.00/1.00 vMB 28
625,026 625,026 000000000000000000034f7afdef93b0824a4332e8d10ded621fab24da220f90 2,152 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.59 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.52 GB
    • Received: 15.95 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.