Loading Tool

Explorer IconExplorer

Memory Pool

47,073 transactions
27.90 vMB
0.12917908 BTC
Random Selection Loading Transactions
Max Size: 146.37/200 MB

Candidate Block

Mining Attempt ef2f256509c4e75d1a369160d3ebd0bb9dcc9985bddb09183ca31cbfa00b2db1
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 5681b61e8128dc141128e564008f3b401a7723f112af8604ded5813d902d4c78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,557
Size: 1.00 vMB
Total Fees: 0.05809435 BTC
Feerates: 151.01 > 5.82 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (65,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,787 849,787 000000000000000000016f20c6dece6b74365fe64328b7deb89bb3798b23fc14 4,126 1.00/1.00 vMB 13
849,786 849,786 00000000000000000000b32911b774a175e52c7f6557fe010dec1cd328253a01 6,653 1.00/1.00 vMB 9
849,785 849,785 000000000000000000026898223a24eff0a0767fad5326a2f2cf4b12965bfeca 5,353 1.00/1.00 vMB 9
849,784 849,784 000000000000000000023db168b79b7811a2af19fa8937b823e36684ea5adf21 6,938 1.00/1.00 vMB 9
849,783 849,783 00000000000000000001adc68268570d585145341c63f7531b9a86033e33d06a 5,429 1.00/1.00 vMB 10
849,782 849,782 00000000000000000002c5dce1987f8b37bf8af6d709fe7d6c8bf9e8cf04635b 2,879 1.00/1.00 vMB 12
849,781 849,781 0000000000000000000014955960b4c05da5295a1f2e61af56398d3c5f51f47b 3,738 1.00/1.00 vMB 13
849,780 849,780 000000000000000000021efeb10e01a478b4e639ec10e14bc3d5672acdcafde7 3,991 1.00/1.00 vMB 15
849,779 849,779 0000000000000000000324b171680d790177a35a0f2105d2a116d27d0dc9f3ed 2,397 1.00/1.00 vMB 8
849,778 849,778 00000000000000000002e4e234744e213d1be853ba84bf908617e93c198be32c 4,894 1.00/1.00 vMB 14
849,777 849,777 0000000000000000000117000e0bb40f1303f0ba829713c9a024728dfa99f7a9 5,266 1.00/1.00 vMB 13
849,776 849,776 00000000000000000001997c7e95fe36b87e4d05c9a8e873581b403d2e1330c9 4,255 1.00/1.00 vMB 15
849,775 849,775 0000000000000000000061fe28bd971c7128c4d520830aacf04a35ee548a7ada 4,377 1.00/1.00 vMB 22
849,774 849,774 000000000000000000034d7ee2f95f32049793d0dbd5e80b1847c3640a199d97 5,046 1.00/1.00 vMB 21
849,773 849,773 000000000000000000024ce71d45880e61cabb5681a48fa482db4f45706fa488 4,391 1.00/1.00 vMB 24
849,772 849,772 0000000000000000000004b42d80e03ffa5f8babf8437c887daa3eb9f8941be9 4,646 1.00/1.00 vMB 29
849,771 849,771 00000000000000000002c381b7dd1579ea838e50c5dadb4d24d1fc2c05f80dd3 4,815 1.00/1.00 vMB 16
849,770 849,770 000000000000000000018130354f5b7c62e0eb646bb68b32b6f21ffa39f4cecd 3,598 1.00/1.00 vMB 22
849,769 849,769 000000000000000000006d429b2c3cf8428c5e3bcfa8503c49390dfe264454cf 3,435 1.00/1.00 vMB 9
849,768 849,768 00000000000000000000b42c78645d0929a2ef01c5de3d759df9001e9edaef0c 5,305 1.00/1.00 vMB 14
849,767 849,767 000000000000000000007d0cf23d41eea54f390c2172684df368bb4927ee9d6e 2,113 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.17 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: 653.51 GB
    • Received: 13.91 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.