Loading Tool

Explorer IconExplorer

Memory Pool

80,298 transactions
29.86 vMB
0.11776504 BTC
Random Selection Loading Transactions
Max Size: 179.79/200 MB

Candidate Block

Mining Attempt a4803245e56332b749edbffb0d7f6aed165ce4959109355ae8d579655e4eeca9
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root e84af74138c061d4f7c6a438c4030e1df5ed2658eea1a17c07c49911b6856ac2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,594
Size: 1.00 vMB
Total Fees: 0.04867401 BTC
Feerates: 169.80 > 4.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (116,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,928 798,928 0000000000000000000510a3f6e516caaee4c2ba250a0c0d1419d139b0a5013a 5,069 1.00/1.00 vMB 5
798,927 798,927 000000000000000000052c0fc4e177af9a1165f9a1e03b6d5a730c9750a711ab 2,276 1.00/1.00 vMB 11
798,926 798,926 00000000000000000000fe7e140b39d445e0789be173a0057c3a6cef505bfbe3 4,296 1.00/1.00 vMB 6
798,925 798,925 00000000000000000002a38e8487aab1d832c8bca112e1e7db14e06397c39f53 2,823 1.00/1.00 vMB 10
798,924 798,924 0000000000000000000060d60eb2db37e7f324729099f9d5b60e3b7ec08c36ff 1,738 1.00/1.00 vMB 6
798,923 798,923 00000000000000000005237a1d7d2d24703c6cab8764d2bb99c693f12b0fee3f 2,242 1.00/1.00 vMB 10
798,922 798,922 00000000000000000004044288fb2ca5e969d3562e8e7ed7c87a34749e38242b 3,414 1.00/1.00 vMB 22
798,921 798,921 00000000000000000004193f070681e84edec016b69566e38e864f65697537b0 2,479 1.00/1.00 vMB 10
798,920 798,920 0000000000000000000446e2d98d165c157e52ef0ee4d8fa7815707b931cbdcc 3,970 1.00/1.00 vMB 22
798,919 798,919 00000000000000000003a0e84b1b0746227d33e8972ea838ec0c8ee05fcdf269 3,057 1.00/1.00 vMB 13
798,918 798,918 000000000000000000021d1341d95f7d202abb325ec12b79b813a7c079db2e14 3,208 1.00/1.00 vMB 9
798,917 798,917 00000000000000000001b7e253fdef882938e178369364a760a8813e25e78f14 1,914 1.00/1.00 vMB 9
798,916 798,916 00000000000000000001b773907e5812104bdc5f60a6cde772b79092ca75cddc 3,319 1.00/1.00 vMB 22
798,915 798,915 00000000000000000003a7e04b5b600057ee43f76cb340a77145c4fb29fbe711 3,000 1.00/1.00 vMB 13
798,914 798,914 00000000000000000002e8c5d2d09c5fc891694b2b8ae386d68c158199a473e8 3,043 1.00/1.00 vMB 6
798,913 798,913 00000000000000000003e4fb8b17c0e2677c9dee4132a1283655dad7a59903de 3,292 1.00/1.00 vMB 10
798,912 798,912 00000000000000000003d9ff2dd3565d88c999c40fefcd27d6956257d1499042 3,478 1.00/1.00 vMB 22
798,911 798,911 00000000000000000002bb7c9bda897ad61331b6dbc058ac9666126f55500a3f 2,392 1.00/1.00 vMB 7
798,910 798,910 0000000000000000000269055601e338e2c45967661ee9fb9326da3aaefbfcd8 2,797 1.00/1.00 vMB 16
798,909 798,909 000000000000000000006b990e4bc76acade39e85d7ab38f8097bd8b94c1f63b 2,687 1.00/1.00 vMB 18
798,908 798,908 000000000000000000020f65457bfdba65d7b6f85d4f9cfb3e661e273d1639eb 6,048 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.