Loading Tool

Explorer IconExplorer

Memory Pool

79,105 transactions
29.63 vMB
0.07445795 BTC
Random Selection Loading Transactions
Max Size: 177.77/200 MB

Candidate Block

Mining Attempt 11b5e6acd062ad2c3afedc56f506d68bd753b8e3f591c6be70dda4bca219b77e
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root 6b7e2d15a11aa8c9638b6fa6a568461ce2d887e984dbdb3d5ae726a16eebbe03
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,987
Size: 1.00 vMB
Total Fees: 0.01424608 BTC
Feerates: 150.98 > 1.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (122,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,691 792,691 00000000000000000003df740b4a58939e518ebfbf9b0a922b079e8abe826502 2,245 1.00/1.00 vMB 21
792,690 792,690 000000000000000000036124805b061e600fc033370f4f4d136df67e5ea1b95b 2,453 1.00/1.00 vMB 22
792,689 792,689 0000000000000000000516cf81379b9b280fafe5dc9d34097cab0d1a0e443c52 3,451 1.00/1.00 vMB 36
792,688 792,688 0000000000000000000369311521372b8e2b2dbb0f88ee48d439b8a9e82104dc 3,610 1.00/1.00 vMB 61
792,687 792,687 00000000000000000003f28ad868af7cc7e18fbc6a584d68bfc85be5ca2698d6 2,843 1.00/1.00 vMB 24
792,686 792,686 000000000000000000042d4231e88cecf2d4b9176f0aba64ec3019d454ed7404 3,593 1.00/1.00 vMB 41
792,685 792,685 00000000000000000003a2a99912dbc64da587e97aa14ce66f75f8e9f7972627 2,400 1.00/1.00 vMB 25
792,684 792,684 00000000000000000003aed097cc3693db7cef92ee37467f6d35477e69fcdb9b 3,491 1.00/1.00 vMB 20
792,683 792,683 00000000000000000004d9a5251e1ef615ce46f6fbb1e43cffcdf876c5ff9a34 2,344 1.00/1.00 vMB 22
792,682 792,682 00000000000000000001084e7f2d1ab176c887361b9303fac6a80e7a4aac2009 3,333 1.00/1.00 vMB 37
792,681 792,681 000000000000000000005ec7abc067beddf5901190ae71f1c7e943af286b1422 3,484 1.00/1.00 vMB 42
792,680 792,680 000000000000000000001f3e814c1d42025b4aba5ed5ee3c978cf0ea7bdd94f6 3,099 1.00/1.00 vMB 61
792,679 792,679 000000000000000000057070f857e1fa4b9fa7c4a24da9cf2025d69e01a9d8a7 3,609 1.00/1.00 vMB 61
792,678 792,678 0000000000000000000510d78ab70bcd2a322495fc85ddbf872cf277e7987ed5 3,812 1.00/1.00 vMB 29
792,677 792,677 000000000000000000031ce566740459ee144c14c87c4e803adae890806df8d2 2,576 1.00/1.00 vMB 19
792,676 792,676 00000000000000000002a3d7aec2d61662024771231dd921643ae083df8f5aad 3,115 1.00/1.00 vMB 36
792,675 792,675 0000000000000000000315702f6946841b4067785402138612b9dab4cd27b96c 2,780 1.00/1.00 vMB 18
792,674 792,674 000000000000000000025781d3a0bdbaa33893d3bb43fd515b112dcd37270734 3,409 1.00/1.00 vMB 36
792,673 792,673 000000000000000000043a5f73d14abf040c67270b81c982eeca3fc932a6fdbd 2,749 1.00/1.00 vMB 45
792,672 792,672 000000000000000000049f5fbf3da30619840fb725ccdda67b71616415dbbb4f 4,151 1.00/1.00 vMB 20
792,671 792,671 000000000000000000041ce96111d9bc15b40a255521ebbc4f916faef3cab075 3,681 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.