Loading Tool

Explorer IconExplorer

Memory Pool

79,083 transactions
29.58 vMB
0.07144293 BTC
Random Selection Loading Transactions
Max Size: 177.79/200 MB

Candidate Block

Mining Attempt 7bc61c0911da6f0466b0ed5a78ac3d5124b316d425a11026f99c976417b9e00a
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root ee8300c3a635523f58aff87682fb7511a81ca6bda8539b44d7e2c4c6b79d565e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,570
Size: 1.00 vMB
Total Fees: 0.01139112 BTC
Feerates: 60.27 > 1.14 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (241,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
673,984 673,984 0000000000000000000617bc38bff5a87b44277cc8b098d9d56ec9875b97ae59 2,264 1.00/1.00 vMB 42
673,983 673,983 000000000000000000073b924bc450507e81e901720edc2082f52cd4baced0e0 1,970 1.00/1.00 vMB 52
673,982 673,982 000000000000000000012613dbf4673751380ad9455a6d0c38a12ccb6985b365 1,372 1.00/1.00 vMB 28
673,981 673,981 00000000000000000006a97b52ab86545b8214373a29e5f8e35ba05a5dd8d84a 173 1.00/1.00 vMB 8
673,980 673,980 00000000000000000000e65788559840c3b316751470fce11fbd64ffb34ba333 1,472 1.00/1.00 vMB 17
673,979 673,979 00000000000000000009373f893295b62afb3c82c81f0e6d860ac85d885a81f3 2,005 1.00/1.00 vMB 12
673,978 673,978 0000000000000000000989e48475d748c1543fcc053cf34b285f085d47a2d922 2,098 1.00/1.00 vMB 35
673,977 673,977 00000000000000000001f39d349eca37bf5414d223e2d6a06560d1001c25660d 1,886 1.00/1.00 vMB 21
673,976 673,976 00000000000000000006b37aff8c54605678247596a0e3a99505c1d9cdf633a9 2,192 1.00/1.00 vMB 12
673,975 673,975 0000000000000000000ccff0d9d606ab1c2998b464b7461f38d1e72ac236ad8f 2,558 1.00/1.00 vMB 24
673,974 673,974 00000000000000000008cdae190f3226d193a3bb7728f0b534556ec2eb1a955a 2,281 1.00/1.00 vMB 64
673,973 673,973 000000000000000000083ce29a5091624f692772e78eaded1dc74721739a3de5 2,228 1.00/1.00 vMB 79
673,972 673,972 00000000000000000004cebaa28961c9d312de0c19630770ed6c5cd7f5eac5e2 1,570 1.00/1.00 vMB 93
673,971 673,971 0000000000000000000c17a11f2a718bca030a7babb88273c2d0e612a5cc65f8 2,698 1.00/1.00 vMB 115
673,970 673,970 0000000000000000000231566ca95b3ccb55cc0ed8bc3fce1b8d870b3842696e 2,566 1.00/1.00 vMB 44
673,969 673,969 0000000000000000000c7c9cc55112cd4a577b5c37b2355a49365e8c5870b5c8 1,779 1.00/1.00 vMB 44
673,968 673,968 000000000000000000099a9377db561fe64815897d4fd04a3410c2dbd77e333f 1,870 1.00/1.00 vMB 68
673,967 673,967 000000000000000000080ba8d38944bc401cedca4394e6cb6c5b4335c6f56ceb 2,772 1.00/1.00 vMB 108
673,966 673,966 000000000000000000052e7ede147c3f118948e125437264525fd48c5e5d0d67 1,918 1.00/1.00 vMB 67
673,965 673,965 00000000000000000008c75ee1a2809213079bc8511300dbb056a6f80eda55c7 2,684 1.00/1.00 vMB 72
673,964 673,964 0000000000000000000a803422d61a759f60f7aa63215e12f561ed97f236b325 1,091 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.39 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: 664.64 GB
    • Received: 15.02 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.