Loading Tool

Explorer IconExplorer

Memory Pool

39,555 transactions
26.78 vMB
0.08489876 BTC
Random Selection Loading Transactions
Max Size: 137.81/200 MB

Candidate Block

Mining Attempt 680fafce7286e186ed9f62c8a6c44e69140cdf59d016b86ab9466a5c9132c9f3
Version 20000000
Previous Block 00000000000000000001b18fde6b2febfc1755903332de50616448df6a77d84a
Merkle Root 17f84f153d0bd04308cf1be34f5fd3580782c9d87c9a24c7ea3d703031388491
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,330
Size: 1.00 vMB
Total Fees: 0.03294749 BTC
Feerates: 197.12 > 3.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,671 (78,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
836,152 836,152 000000000000000000024c88f89c2880ebe9a95631a4e1c0f10173a8cc6ab09e 2,735 1.00/1.00 vMB 12
836,151 836,151 00000000000000000000db1e664943815902e18a5739513ea5c99395243ba9dd 2,950 1.00/1.00 vMB 13
836,150 836,150 00000000000000000002f042e56cddc2105c0c3137f414534d0c7e3522d6e084 3,035 1.00/1.00 vMB 16
836,149 836,149 00000000000000000001426505a97a8a7db18aa6b1731b9c07e2df00a85674df 1,207 1.00/1.00 vMB 9
836,148 836,148 00000000000000000001b7851acf99cafd2c2fe2b3c252eacdb5fada4c44ad14 723 1.00/1.00 vMB 8
836,147 836,147 00000000000000000000101fe4c06ecc2013fc76b1ab01bed1f80f3f49588c4c 1,209 1.00/1.00 vMB 9
836,146 836,146 00000000000000000001d180d2bab3de30f83a4ed941d32ca2a2a264aca55ee5 2,760 1.00/1.00 vMB 13
836,145 836,145 000000000000000000034e3142f2d1854dfd35a1316ad7e42b2bfb1600d42115 1,563 1.00/1.00 vMB 8
836,144 836,144 00000000000000000002d3ccdf7882bdb106f6e4cfc8c6b5039d65765c4e3e6a 2,493 1.00/1.00 vMB 13
836,143 836,143 00000000000000000002185b2eba61b8a2078e68a120c83eebfb2f23f509816d 2,923 1.00/1.00 vMB 14
836,142 836,142 000000000000000000002e0b35a7abe0a1c6d71c3b24cd3c6d41ca74e45f7814 3,032 1.00/1.00 vMB 25
836,141 836,141 00000000000000000003420b13322faaec40045ca1710a01420ec7beb24abd40 800 1.00/1.00 vMB 8
836,140 836,140 000000000000000000003d812ed057c179020d701f2520106d7f10a44aa61a32 884 1.00/1.00 vMB 8
836,139 836,139 0000000000000000000153611936bb991e42b43877ab1868921720e4ea73b97b 759 1.00/1.00 vMB 8
836,138 836,138 000000000000000000033783c09ea0c7c98179dec30980587137792e223998a2 1,787 1.00/1.00 vMB 9
836,137 836,137 00000000000000000000cd5ffde80a1c1f5b689a2bb4985667e4a429d2c14594 2,628 1.00/1.00 vMB 13
836,136 836,136 00000000000000000000b181bd5d03a1961ecc1ff2beee16884ac4f8269400e9 2,249 1.00/1.00 vMB 11
836,135 836,135 00000000000000000001a3648d81c0ed7359702b8465ecc3f5e5bcee1a1c7f8f 2,587 1.00/1.00 vMB 11
836,134 836,134 0000000000000000000258638420cca78594cc69cd29dc8ea4b4b453b752ba0e 2,151 1.00/1.00 vMB 8
836,133 836,133 0000000000000000000294b9370aeb61d8626eb74673d24284abd1c33c9abc0e 1,998 1.00/1.00 vMB 11
836,132 836,132 00000000000000000002f948ee5c79594d0670ac76b1a07bf166e82f34f7ca44 2,951 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.81 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: 635.12 GB
    • Received: 12.29 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.